Economic Indicator Values API

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.

API Endpoint

https://financialdata.net/api/v1/economic-indicator-values?identifier=WTB1YR

Query Parameters

NameTypeDescriptionExample
identifierstringThe ID for an economic indicator.WTB1YR
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.500
formatstring(Optional) The format of the returned data, either JSON or CSV. Defaults to JSON.json, csv

Sample Response

[
  {
    "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
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.