---
title: "Get Economic Indicator Data"
method: GET
path: "/economics/indicators/{name}"
tags: ["Economics"]
---

# Get Economic Indicator Data

`GET /economics/indicators/{name}`

Fetches historical data for a specific economic indicator (e.g., real GDP, CPI, unemployment rate). The indicator name should be provided in kebab-case (e.g., 'real-gdp').

## Path parameters

- `name` string, required

## Query parameters

- `from` string, date
- `to` string, date

## Response `200`

Successful response with an array of historical data points for the indicator.

- object[]
  - `date` string, date
  - `value` number

## Other responses

- `400` — Bad Request - Indicator name parameter missing or invalid date format.
- `404` — Not Found - No data found for the requested economic indicator or date range.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
