get_economic_series accepts the following curated concepts. Each row resolves to a
source-native ABS or RBA target and can be discovered at runtime with
list_economic_concepts or the ausecon://concepts resource.
Total concepts: 29.
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
household_spending | ABS | HSI_M | headline_spending | Monthly | get_economic_series(concept="household_spending") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
population | ABS | ERP_Q | headline_population | Quarterly | get_economic_series(concept="population") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
aud_usd | RBA | f11 | aud_usd | Daily | get_economic_series(concept="aud_usd") |
trade_weighted_index | RBA | f11 | twi | Daily | get_economic_series(concept="trade_weighted_index") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
current_account_balance | ABS | BOP | current_account | Quarterly | get_economic_series(concept="current_account_balance") |
trade_balance | ABS | ITGS | trade_balance | Monthly | get_economic_series(concept="trade_balance") |
commodity_prices | RBA | i2 | rba_commodity_index | Monthly | get_economic_series(concept="commodity_prices") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
dwelling_approvals | ABS | BUILDING_APPROVALS | headline_approvals | Monthly | get_economic_series(concept="dwelling_approvals") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
inflation_expectations | RBA | g3 | consumer | Monthly | get_economic_series(concept="inflation_expectations") |
monthly_inflation | RBA | g4 | headline_monthly | Monthly | get_economic_series(concept="monthly_inflation") |
trimmed_mean_inflation | RBA | g1 | trimmed_mean | Quarterly | get_economic_series(concept="trimmed_mean_inflation") |
weighted_median_inflation | RBA | g1 | weighted_median | Quarterly | get_economic_series(concept="weighted_median_inflation") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
business_lending_rate | RBA | f7 | small_business_indicator | Monthly | get_economic_series(concept="business_lending_rate") |
government_bond_yield_10y | RBA | f17 | ags_10y | Daily | get_economic_series(concept="government_bond_yield_10y") |
government_bond_yield_3y | RBA | f17 | ags_3y | Daily | get_economic_series(concept="government_bond_yield_3y") |
mortgage_rate | RBA | f6 | owner_occupier_variable | Monthly | get_economic_series(concept="mortgage_rate") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
employment | ABS | LF | employment | Monthly | get_economic_series(concept="employment") |
hours_worked | ABS | LF_HOURS | headline_hours | Monthly | get_economic_series(concept="hours_worked") |
job_vacancies | ABS | JV | headline_vacancies | Quarterly | get_economic_series(concept="job_vacancies") |
participation_rate | ABS | LF | participation_rate | Monthly | get_economic_series(concept="participation_rate") |
underemployment_rate | ABS | LF_UNDER | headline_underemployment | Monthly | get_economic_series(concept="underemployment_rate") |
unemployment_rate | ABS | LF | unemployment_rate | Monthly | get_economic_series(concept="unemployment_rate") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
cash_rate_target | RBA | a2 | target | Event-driven | get_economic_series(concept="cash_rate_target") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
business_credit | RBA | d2 | business | Monthly | get_economic_series(concept="business_credit") |
housing_credit | RBA | d2 | housing | Monthly | get_economic_series(concept="housing_credit") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
gdp_growth | ABS | ANA_AGG | gdp_growth | Quarterly | get_economic_series(concept="gdp_growth") |
| Concept | Source | Dataset | Variant | Frequency | Recommended call |
|---|
headline_cpi | ABS | CPI | headline | Quarterly | get_economic_series(concept="headline_cpi") |
producer_price_inflation | ABS | PPI_FD | producer | Quarterly | get_economic_series(concept="producer_price_inflation") |
wage_growth | ABS | WPI | headline_wpi | Quarterly | get_economic_series(concept="wage_growth") |
- Concept rows are generated from the runtime semantic resolver, not copied from
the README.
- Use
variant, geography, and frequency only where the concept entry declares
support for those selectors.
- Source-native retrieval details remain available through
search_datasets,
list_catalogue, get_abs_dataset_structure, get_abs_data, and
get_rba_table.