Get RBA cash rate
rba_get_cash_rateRetrieve the cash rate target or interbank overnight cash rate from the Reserve Bank of Australia with optional date filtering.
Instructions
Get the cash-rate target, interbank overnight cash rate, or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | target | |
| offset | No | Number of filtered and sorted rows to skip. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| max_rows | Yes | ||
| truncated | Yes | ||
| total_rows | Yes | ||
| returned_rows | Yes |