This API endpoint returns historical values for a specified economic indicator. The data includes the observation date and recorded numerical value. There is a limit of 500 records per API call.
https://financialdata.net/api/v1/economic-indicator-values?identifier=WTB1YR| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The ID for an economic indicator. | WTB1YR |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 500 |
| format | string | (Optional) The format of the returned data, either JSON or CSV. Defaults to JSON. | json, csv |
[
{
"indicator_id": "WTB1YR",
"date": "2026-07-17",
"value": 3.85
},
{
"indicator_id": "WTB1YR",
"date": "2026-07-10",
"value": 3.86
},
{
"indicator_id": "WTB1YR",
"date": "2026-07-03",
"value": 3.81
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.