Skip to main content
GET
/
insights
/
fear-and-greed
Get the Crypto Fear & Greed Index
curl --request GET \
  --url https://openapiv1.coinstats.app/insights/fear-and-greed \
  --header 'X-API-KEY: <api-key>'
{
  "name": "Fear and Greed Index",
  "now": {
    "value": 73,
    "value_classification": "Greed",
    "timestamp": 1747052304,
    "update_time": "2025-05-12T12:08:10.020Z"
  },
  "yesterday": {
    "value": 73,
    "value_classification": "Greed",
    "timestamp": 1747052304
  },
  "lastWeek": {
    "value": 73,
    "value_classification": "Greed",
    "timestamp": 1747052304
  }
}
50 credits per request
  • Crypto Fear & Greed Index which measures market sentiment from 0 (Extreme Fear) to 100 (Extreme Greed).
  • This indicator aggregates multiple factors including volatility, market momentum, social media, and surveys to gauge investor emotional state.
  • Helps identify potential market tops (greed) and bottoms (fear).

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Response

name
string
required

Name of the index

Example:

"Fear and Greed Index"

now
object
required

Current Fear and Greed index data

yesterday
object
required

Fear and Greed index data from yesterday

lastWeek
object
required

Fear and Greed index data from last week

I