Latest Index
GET /v1/latestReturns the current Fear & Greed value, previous value, timestamp, and BTC price context.
Example response
{
"timestamp": "...",
"actual_value": 65.61,
"previous_value": 65.58,
"bitcoin_price_usd": 96735,
"previous_bitcoin_price_usd": 96741
}Try live endpoint