Tous les jeux de données

Euro effective exchange signals (valuation vs 10-year baseline, momentum, volatility)

Value-added euro valuation signals derived from the free European Central Bank effective-exchange-rate statistics: nominal and real (CPI-deflated) EER deviation from trailing-10-year means, valuation z-scores with overvalued-regime flags, 3-month momentum, 12-month volatility and 3-sigma anomaly flags — a compact euro-valuation dashboard for FX watchers. All computation is local pandas/numpy; no paid models or APIs.

Source: Euro Effective Exchange Signals (derived)944 lignesMis à jour: 22/09/2026
fxeuroeffective-exchange-ratevaluationmomentumvolatilityanomaly-detectionsignalsecb

Qualité

98.7

Attribution

European Central Bank statistics; derived signals by Frontier Data Hub

Schéma

ColonneTypeDescription
datestringReference month of the observation (first day of the month), as published in the ECB effective-exchange-rate statistics.
countrystring
country_codestring
series_idstringDerived series identifier: EER_NOMINAL (euro nominal effective exchange rate vs the narrow EER-12 group) or EER_REAL (euro real effective exchange rate, CPI-deflated).
series_labelstringHuman-readable series label naming the ECB effective-exchange-rate series.
valuefloatEffective exchange rate index value as published by the European Central Bank.
deviation_10yfloat
valuation_z_10yfloat
overvalued_flaginteger
momentum_3mfloat
volatility_12mfloat
anomaly_flaginteger

Exemple de lignes

datecountrycountry_codeseries_idseries_labelvaluedeviation_10yvaluation_z_10yovervalued_flagmomentum_3mvolatility_12manomaly_flag
1981-09-01Euro area (20 countries)EA20EER_NOMINALEuro nominal effective exchange rate against narrow group of trading partners (EER-12) (European Central Bank)100.444800
1981-10-01Euro area (20 countries)EA20EER_NOMINALEuro nominal effective exchange rate against narrow group of trading partners (EER-12) (European Central Bank)100.113200
1981-11-01Euro area (20 countries)EA20EER_NOMINALEuro nominal effective exchange rate against narrow group of trading partners (EER-12) (European Central Bank)98.881200
1981-12-01Euro area (20 countries)EA20EER_NOMINALEuro nominal effective exchange rate against narrow group of trading partners (EER-12) (European Central Bank)97.57620-2.8558969702762170
1982-01-01Euro area (20 countries)EA20EER_NOMINALEuro nominal effective exchange rate against narrow group of trading partners (EER-12) (European Central Bank)97.16450-2.9453658458624910

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

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/ecb_eurofx_signals/euro_effective_exchange_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/ecb_eurofx_signals/euro_effective_exchange_signals

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

Euro effective exchange signals (valuation vs 10-year baseline, momentum, volatility)