Get RBA series
rba_get_seriesDownload RBA data series by exact IDs for current, historical, or both vintages, with optional date filtering and row limits.
Instructions
Download exact RBA series IDs for current, historical, or both table vintages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Number of filtered and sorted rows to skip. | |
| vintage | No | current | |
| end_date | No | Inclusive observation end date. | |
| max_rows | No | Maximum rows to return. There is no server-side ceiling. | |
| series_ids | Yes | One or more exact RBA series identifiers, such as GCPIAG. | |
| start_date | No | Inclusive observation start date. | |
| update_urls | No | Refresh the RBA table URL list before downloading. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| max_rows | Yes | ||
| truncated | Yes | ||
| total_rows | Yes | ||
| returned_rows | Yes |