Tous les jeux de données

Global commodity price index signals (IMF PCPS: energy/metals/food momentum, dislocation spreads, anomalies)

Monthly/quarterly signals derived from the IMF Primary Commodity Price System indices (redistributed by FRED): 30-period annualized change volatility, ~3-month momentum, year-over-year change, 3-sigma anomaly flags vs a trailing 12-month baseline, naive-drift 1-month forecasts, a per-date cross-index volatility rank, and the energy-vs-food YoY spread (the commodity dislocation gauge). Covers the global energy, metals and food price indices plus the all-commodities index. All rows are normalized to country_code WLD (global benchmarks) so they join cleanly with other world macro data. Underlying data: International Monetary Fund, Primary Commodity Price System.

Source: IMF Commodity Price Index Signals (derived)1,383 lignesMis à jour: 22/09/2026
commoditiesenergymetalsfoodinflationterms-of-tradevolatilitymomentumanomaly-detectionforecastingsignalsfredimf

Qualité

91.9

Attribution

Federal Reserve Bank of St. Louis (FRED; underlying data: International Monetary Fund, Primary Commodity Price System; derived signals by Frontier Data Hub)

Schéma

ColonneTypeDescription
datestringObservation date (FRED API field date; YYYY-MM-DD).
countrystring
country_codestring
series_idstringFRED series ID (PNRGINDEXM, PMETAINDEXM, PFOODINDEXM, PALLFNFINDEXQ); FRED IDs resolve to the series page at https://fred.stlouisfed.org/series/<id>.
series_labelstringOfficial FRED/IMF series title as published for the series (International Monetary Fund, Primary Commodity Price System).
valuefloatIMF commodity price index value (Index 2016 = 100): benchmark prices representative of the global market, period averages in nominal U.S. dollars; see the series notes for methodology.
volatility_30dfloat
momentum_3mfloat
yoy_change_pctfloat
anomaly_flaginteger
forecast_1mfloat
rankinteger
energy_food_spreadfloat

Exemple de lignes

datecountrycountry_codeseries_idseries_labelvaluevolatility_30dmomentum_3myoy_change_pctanomaly_flagforecast_1mrankenergy_food_spread
1992-01-01WorldWLDPALLFNFINDEXQGlobal Price Index of All Commodities47.928101531947430
1992-01-01WorldWLDPFOODINDEXMGlobal price of Food index57.730636361791080
1992-01-01WorldWLDPMETAINDEXMGlobal price of Metal index46.948672806179110
1992-01-01WorldWLDPNRGINDEXMGlobal price of Energy index44.452235245093380
1992-02-01WorldWLDPFOODINDEXMGlobal price of Food index57.838640766028550

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/imf_commodity_signals/global_commodity_price_index_signals" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/imf_commodity_signals/global_commodity_price_index_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/imf_commodity_signals/global_commodity_price_index_signals

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

Global commodity price index signals (IMF PCPS: energy/metals/food momentum, dislocation spreads, anomalies)