get_series_updates
Retrieve recently updated FRED series ordered by last-updated time. Filter by macro/regional series or an update time window.
Instructions
List the FRED series updated most recently (a "what changed" feed, ordered by last-updated time), with pagination metadata. Optionally narrow to macro or regional series, or to a start_time/end_time update window (both required together, YYYY-MM-DDTHH:MM in FRED's timezone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of series to return. | |
| filter | No | Narrow to a class of series: `all` (default), `macro`, or `regional`. | |
| end_time | No | End of the update time window, same format. Must be given together with `start_time`. | |
| start_time | No | Start of the update time window, `YYYY-MM-DDTHH:MM` in FRED's timezone (to the minute). Must be given together with `end_time`. |