get_release_dates
Get the publication calendar for a FRED release. Supports sorting by date, setting a result limit, and including future scheduled dates without data yet.
Instructions
List the publication dates of ONE FRED release (its calendar), with pagination metadata. Oldest first by default; supports sort direction, a result limit, and including dates that have no data yet (e.g. scheduled future releases).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort direction by date (oldest first by default). | |
| limit | No | Maximum number of release dates to return. | |
| release_id | Yes | The FRED release id, e.g. 82 (Employment Situation). | |
| include_dates_with_no_data | No | Include dates that have no data yet, e.g. scheduled future releases (omitted by default). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of release 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. | |
| release_dates | Yes | The release dates on this page. |