Tous les jeux de données

Australia macro signals (CPI, 10-year bond yield, RBA-band gauges)

Monthly Australia macro signals from OECD Main Economic Indicators (via FRED): headline CPI (AUTCPIALLMINMEI, 1958 ->) and the 10-year Commonwealth Government bond yield (IRLTLT01AUM156N, 1989 ->), with 3-month momentum, year-on-year change, 30-month change volatility, 3-sigma anomaly flags, naive-drift forecasts, plus a high-inflation flag keyed to the top of the RBA's 2-3% target band, a 10-year-yield 5-year z-score and a yield-spike stress flag. The Australia lens on global macro — a commodity-linked, China-exposed advanced economy. Companion to japan-macro-signals (Asia-Pacific peer). All rows normalized to country_code AUS. Raw series: OECD Main Economic Indicators via FRED.

Source: Australia Macro Signals (derived)1,493 lignesMis à jour: 22/09/2026
australiacpiinflationrbabond-yieldsratesasia-pacificcommodity-currenciesmomentumanomaly-detectionforecastingsignalsfredoecd

Qualité

91.7

Attribution

OECD Main Economic Indicators via FRED; signals by Frontier Data Hub

Schéma

ColonneTypeDescription
datestringObservation date (FRED API field date; YYYY-MM-DD, monthly).
countrystring
country_codestring
series_idstringCPI: Consumer Price Index: All Items for Australia (FRED AUTCPIALLMINMEI); YIELD10Y: Long-Term Government Bond Yields: 10-Year for Australia (FRED IRLTLT01AUM156N). Both from the OECD Main Economic Indicators database.
series_labelstringCPI: headline consumer price index covering all items (OECD MEI). YIELD10Y: yield on 10-year Australian Commonwealth Government bonds, percent per annum (OECD MEI).
valuefloatCPI: index level (OECD MEI). YIELD10Y: yield in percent per annum (OECD MEI).
momentum_3mfloat
yoy_changefloat
volatility_30dfloat
anomaly_flaginteger
forecast_1mfloat
high_inflation_flagfloat
yield_z_5yfloat
yield_spike_flagfloat

Exemple de lignes

datecountrycountry_codeseries_idseries_labelvaluemomentum_3myoy_changevolatility_30danomaly_flagforecast_1mhigh_inflation_flagyield_z_5yyield_spike_flag
1958-01-01AustraliaAUSCPIConsumer Price Index: All Items for Australia (OECD MEI, monthly, index)15.56512999999999800
1958-02-01AustraliaAUSCPIConsumer Price Index: All Items for Australia (OECD MEI, monthly, index)15.5963900
1958-03-01AustraliaAUSCPIConsumer Price Index: All Items for Australia (OECD MEI, monthly, index)15.5807600
1958-04-01AustraliaAUSCPIConsumer Price Index: All Items for Australia (OECD MEI, monthly, index)15.83080.2656700000000018500
1958-05-01AustraliaAUSCPIConsumer Price Index: All Items for Australia (OECD MEI, monthly, index)16.033960.437570000000000900

Télécharger un échantillon

Téléchargez l'échantillon complet de ce jeu de données (lignes d'exemple, pas le jeu complet).

Utiliser avec un LLM

Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).

cURL

curl "https://datazimuts.com/v1/datasets/australia_macro_signals/australia_macro_signals" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/australia_macro_signals/australia_macro_signals").json()
print(ds["title"], ds["rows"], "rows")

# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
    print(row)

Point d’accès API: https://datazimuts.com/v1/datasets/australia_macro_signals/australia_macro_signals

Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.