list_curated
Retrieve the list of RBA F-table IDs with plain-English support for querying cash rate, exchange rates, and lending rates.
Instructions
List the 5 RBA F-table IDs with hand-curated plain-English support.
These are the tables where get_data and latest accept plain-English series keys (like 'cash_rate_target', 'aud_usd'). Other F-tables are still queryable via raw RBA series IDs.
The 5 curated F-tables: - F1.1 — Interest Rates and Yields: Money Market (incl. cash rate target) - F4 — Money Market Operations - F6 — Housing Lending Rates (standard variable, fixed, etc.) - F11 — Exchange Rates (AUD vs major currencies, daily) - F11.1 — Exchange Rate Indices (TWI, real TWI)
Example: ids = list_curated() # → ['F1.1', 'F11', 'F11.1', 'F4', 'F6']
When to use: - You want to know which tables have plain-English support - You're building a UI / agent that needs the supported set up front - You want to plan which F-tables to call without inspecting each
Returns: Sorted list of F-table IDs. Always 5 entries today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |