get_series_vintagedates
Retrieve vintage dates for a FRED series to see when it was revised or newly released. Supports sorting and limiting results for historical data analysis.
Instructions
List a FRED series' vintage dates — the dates on which it was revised or newly released, i.e. how the series looked at each point in time. Supports sort direction and a result limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort direction (oldest first by default). | |
| limit | No | Maximum number of dates to return. | |
| series_id | Yes | The FRED series id, e.g. `GNPCA` or `UNRATE`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of vintage dates available (across all pages). | |
| limit | Yes | The page-size limit that was applied. | |
| offset | Yes | The offset (number of dates skipped) for this page. | |
| vintage_dates | Yes | The vintage dates on this page, oldest first by default. |