Get vintage dates
get_vintage_datesRetrieve the release and revision dates (vintages) for a FRED series to understand its revision history and determine data availability periods.
Instructions
When a series' data was released or revised (its ALFRED vintages).
`series_id`: a FRED series ID. Answers "how often is this revised?" and
bounds the vintage tools: `get_series_as_of` has no data before
`first_vintage`. The full list is capped to the most recent dates;
`total_vintages` is the true count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes | The FRED series ID | |
| total_vintages | Yes | Total number of vintage dates on record | |
| first_vintage | No | The earliest vintage date — as-of queries before this date have no data | |
| latest_vintage | No | The most recent vintage date | |
| vintage_dates | Yes | Vintage dates, most recent first (capped — see truncated) | |
| truncated | Yes | True if total_vintages exceeds the dates listed |