cURL
curl --request POST \ --url https://api.example.com/api/economic/v1/get-fred-series-batch \ --header 'Content-Type: application/json' \ --data ' { "seriesIds": [ "<string>" ], "limit": 123 } '
{ "results": {}, "fetched": 123, "requested": 123 }
GetFredSeriesBatch retrieves multiple FRED series in a single call.
GetFredSeriesBatchRequest looks up multiple FRED series in a single call.
1 - 10
FRED series IDs (e.g., "WALCL", "FEDFUNDS"). Max 10.
Maximum number of observations per series. Defaults to 120.
Successful response
GetFredSeriesBatchResponse contains the requested FRED series data.
Map of series_id -> FRED series for found series.
Show child attributes
Number of series successfully fetched.
Number of series requested.
Was this page helpful?