Get Economic Series
get_economic_seriesRetrieve curated economic series from ABS, RBA, and APRA by semantic concept. Specify variant, geography, frequency, and date range to get analyst-friendly data.
Instructions
Preferred analyst-facing retrieval tool for curated ABS/RBA economic concepts.
Use list_economic_concepts for discovery. Date bounds accept YYYY, YYYY-QN, YYYY-SN, YYYY-MM, or YYYY-MM-DD and are normalised to the resolved source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | Curated semantic concept name. | |
| variant | No | Optional curated concept variant, such as headline, underlying, or target. | |
| geography | No | Optional geography selector for a curated concept, usually aus for Australia. | |
| frequency | No | Optional requested frequency for a curated concept, such as monthly, quarterly, or annual. | |
| start | No | Optional analyst-friendly date bound: YYYY, YYYY-QN, YYYY-SN, YYYY-MM, or YYYY-MM-DD. Semantic retrieval normalises this to the resolved source frequency. | |
| end | No | Optional analyst-friendly date bound: YYYY, YYYY-QN, YYYY-SN, YYYY-MM, or YYYY-MM-DD. Semantic retrieval normalises this to the resolved source frequency. | |
| last_n | No | Optional limit returning only the most recent N observations per series; metadata.truncated is true when older observations were dropped. | |
| include_observation_dimensions | No | Whether to repeat the full dimension dict on every observation. Off by default because the same dimensions already appear on each series descriptor and are encoded in series_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | Yes | Source, provenance, cache, and retrieval metadata for this response. | |
| series | Yes | Series descriptors keyed by series_id. | |
| observations | Yes | Long-form observations keyed by date and series_id. |