Tous les jeux de données

Crypto fear & greed index signals (sentiment momentum, extreme-regime flags, contrarian z-scores)

Daily market-sentiment signals derived from the alternative.me Crypto Fear & Greed Index (0-100, keyless free API, history from 2018-02-01): 7-day and 30-day sentiment momentum, 30-day change volatility, 3-sigma anomaly flags, extreme fear/greed regime flags (<=15 / >=85), consecutive-days regime streaks, a 90-day contrarian z-score and naive-drift 1-month forecasts. The sentiment companion to the price-based crypto market signals — no price data here. All rows are normalized to country_code WLD (World). Raw index: alternative.me (free keyless API).

Source: Crypto Fear & Greed Signals (derived)3,152 lignesMis à jour: 22/09/2026
sentimentfear-and-greedcryptocontrarianmarket-psychologyvolatilitymomentumanomaly-detectionforecastingsignals

Qualité

99.9

Attribution

alternative.me Crypto Fear & Greed Index; derived signals by Frontier Data Hub

Schéma

ColonneTypeDescription
datestringIndex date (alternative.me API field timestamp, converted to YYYY-MM-DD, UTC).
countrystring
country_codestring
series_idstringSeries identifier; always FNG for the Crypto Fear & Greed Index.
series_labelstringProvider label: Crypto Fear & Greed Index (alternative.me).
valueintegerIndex value as published by alternative.me (API field value): 0 = extreme fear, 100 = extreme greed.
sentiment_scoreinteger
sentiment_labelstringProvider classification for the day (alternative.me API field value_classification): Extreme Fear, Fear, Neutral, Greed or Extreme Greed.
momentum_7dfloat
momentum_30dfloat
volatility_30dfloat
anomaly_flaginteger
extreme_flaginteger
regime_streakinteger
sentiment_z_90dfloat
forecast_1mfloat

Exemple de lignes

datecountrycountry_codeseries_idseries_labelvaluesentiment_scoresentiment_labelmomentum_7dmomentum_30dvolatility_30danomaly_flagextreme_flagregime_streaksentiment_z_90dforecast_1m
2018-02-01WorldWLDFNGCrypto Fear & Greed Index3030Fear001
2018-02-02WorldWLDFNGCrypto Fear & Greed Index1515Extreme Fear011
2018-02-03WorldWLDFNGCrypto Fear & Greed Index4040Fear001
2018-02-04WorldWLDFNGCrypto Fear & Greed Index2424Extreme Fear001
2018-02-05WorldWLDFNGCrypto Fear & Greed Index1111Extreme Fear012

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

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/fng_signals/crypto_fear_greed_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/fng_signals/crypto_fear_greed_signals

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

Crypto fear & greed index signals (sentiment momentum, extreme-regime flags, contrarian z-scores)