Get RBA tables
rba_get_tableDownload current, historical, or both vintages of Reserve Bank of Australia statistical tables by specifying table numbers and optional date ranges.
Instructions
Download one or more RBA statistical tables for current, historical, or both 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. | |
| start_date | No | Inclusive observation start date. | |
| update_urls | No | Refresh the RBA table URL list before downloading. | |
| table_numbers | Yes | One or more exact RBA table numbers, such as G1. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| max_rows | Yes | ||
| truncated | Yes | ||
| total_rows | Yes | ||
| returned_rows | Yes |