Get release calendar
get_release_calendarFind upcoming FRED economic data release dates (e.g., jobs report, CPI) for a specified look-ahead period, returning each release name and scheduled date, soonest first.
Instructions
Upcoming data-release dates ("when is the next jobs report / CPI?").
`days`: how far ahead to look (1-90, default 14). Returns each release's
name and date, soonest first. Dates are the SCHEDULED dates FRED knows
about; not every release publishes a schedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Window end (YYYY-MM-DD) | |
| start | Yes | Window start (YYYY-MM-DD) | |
| releases | Yes | Release dates in the window, soonest first | |
| truncated | No | True if more release dates exist in the window than were returned — an absent release is NOT proof nothing is scheduled; narrow `days` |