Get ABS Data
get_abs_dataRetrieve Australian Bureau of Statistics data using SDMX queries with optional filters for period and observation count, returning normalized responses.
Instructions
Expert/source-native ABS SDMX retrieval in a normalised response shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataflow_id | Yes | Non-empty dataset or table id. | |
| key | No | ABS SDMX key, or "all" for all series. | all |
| start_period | No | Optional ABS period bound in YYYY, YYYY-QN, YYYY-MM, or YYYY-SN format. | |
| end_period | No | Optional ABS period bound in YYYY, YYYY-QN, YYYY-MM, or YYYY-SN format. | |
| last_n | No | Optional positive observation count limit. | |
| updated_after | No | Optional ISO date or datetime accepted by the ABS updatedAfter API. |
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. |