get_series_data
Retrieve regional economic data for a given FRED series, with optional date filtering to get values for a specific date or all dates since a start date.
Instructions
GeoFRED / Maps: fetch one regional series' values across regions, optionally over time. Give a regional series_id; with no date, FRED returns the most recent. Set date for a single date, or start_date for every date from then on. Returns the values keyed by date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Report a single date, `YYYY-MM-DD` (default: the most recent). | |
| series_id | Yes | A regional FRED series id, e.g. `SMU56000000500000001`. | |
| start_date | No | Report every date from this one onward, `YYYY-MM-DD`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | The `meta` payload: the descriptive header plus the dated regional values. |