cURL
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 } }
Get the Crypto Fear & Greed Index
You will get
API key needed to access the endpoints. Example: 'demo-api-key'
Name of the index
"Fear and Greed Index"
Current Fear and Greed index data
Show child attributes
Numeric value of the Fear and Greed index (0-100)
73
Classification of the value (Extreme fear, Fear, Neutral, Greed, Extreme greed)
"Greed"
Unix timestamp in seconds
1747052304
ISO timestamp of when the data was last updated
"2025-05-12T12:08:10.020Z"
Fear and Greed index data from yesterday
Fear and Greed index data from last week
Was this page helpful?