API Documentation
⌘K
API Key
Get free key GET
/api/1/macro/fred/seriesFRED Series List API
Returns all available FRED (Federal Reserve Economic Data) series with their categories. Covers GDP, unemployment, CPI, interest rates, housing, trade, and 100+ more US macro indicators.
Parameters
1categorystringFilter by category (gdp, labour, prices, money, housing, trade, fiscal, consumer, financial)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/macro/fred/series' \
-H 'Accept: application/json'200 Response
[
{
"series_id": "GDP",
"name": "Gross Domestic Product",
"frequency": "Q",
"units": "string",
"category": "gdp",
"last_updated": "string"
}
]