Get RBA forecasts
rba_get_forecastsFetch Reserve Bank of Australia forecasts, filter by series, date ranges, and scope with pagination options.
Instructions
Get the latest or all public RBA forecasts, with optional series and date filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | latest | |
| offset | No | Number of filtered and sorted rows to skip. | |
| series | No | Forecast series names to retain, such as gdp_change. | |
| refresh | No | Download the current RBA forecast archive. | |
| max_rows | No | Maximum rows to return. There is no server-side ceiling. | |
| remove_old | No | Remove observations more than 180 days before their forecast date. | |
| forecast_end_date | No | Inclusive forecast publication end date. | |
| forecast_start_date | No | Inclusive forecast publication start date. | |
| observation_end_date | No | Inclusive forecast observation end date. | |
| observation_start_date | No | Inclusive forecast observation start date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| max_rows | Yes | ||
| truncated | Yes | ||
| total_rows | Yes | ||
| returned_rows | Yes |