Economic Indicators API

Get a list of economic indicators covering categories such as inflation, interest rates, employment, and national output. The list contains thousands of indicators, along with additional metadata. There is a limit of 300 records per API call.

API Endpoint

https://financialdata.net/api/v1/economic-indicators

Query Parameters

NameTypeDescriptionExample
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.300
formatstring(Optional) The format of the returned data, either JSON or CSV. Defaults to JSON.json, csv

Sample Response

[
  {
    "indicator_id": "HQMCB1YR",
    "indicator_name": "1-Year High Quality Market (HQM) Corporate Bond Spot Rate",
    "category": "Corporate Bonds",
    "frequency": "Monthly",
    "units": "Percent"
  },
  {
    "indicator_id": "WTB1YR",
    "indicator_name": "1-Year Treasury Bill Secondary Market Rate, Discount Basis",
    "category": "Treasury Bills",
    "frequency": "Weekly, Ending Friday",
    "units": "Percent"
  },
  ...
]
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.