Get release calendar
get_release_calendarRetrieve upcoming economic data release dates from FRED, such as jobs reports and CPI, with a configurable look-ahead period.
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 |
|---|---|---|---|
| start | Yes | Window start (YYYY-MM-DD) | |
| end | Yes | Window end (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` |