Skip to main content

FearGreedIndex

Market sentiment data from the Fear & Greed Index (alternative.me). Proxied through the backend to avoid CORS and privacy issues.

type FearGreedIndex {
value: Int!
classification: String!
timestamp: Float!
}

Fields

FearGreedIndex.value ● Int! non-null scalar

Sentiment value from 0 (Extreme Fear) to 100 (Extreme Greed)

FearGreedIndex.classification ● String! non-null scalar

Human-readable classification (e.g. "Fear", "Greed", "Neutral")

FearGreedIndex.timestamp ● Float! non-null scalar

Unix timestamp of when this reading was recorded

Returned By

fearGreedIndex query