Historical Economic Indicator Data
Retrieve historical time-series data for economic indicators such as unemployment rates, inflation metrics, GDP growth, and other macro variables. Analyze long-term economic trends and correlations with market performance.
Use Case: Chart historical CPI data over 10 years to visualize inflation trends and correlate with stock market returns.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Path Parameters
Economic indicator symbol (e.g. USURTOT, UNITEDSTACONJOBCLA, UNITEDSTACONCRE)
"USURTOT"
Response
Economic indicator historical data retrieved successfully
Optional message
Economic indicator category
Country code or name
Date and time of the data point
Data frequency (e.g., monthly, quarterly, yearly)
Symbol identifier for the historical data
Last update timestamp
Indicator value
[
{
"Message": "",
"category": "Employment",
"country": "US",
"dateTime": "2026-01-15T08:30:00Z",
"frequency": "monthly",
"historicalDataSymbol": "USURTOT",
"lastUpdate": "2026-01-15T08:30:00Z",
"value": 3.7
}
]