API Documentation
⌘K
API Key
Get free key GET
/api/1/alternative/fear-and-greedFear & Greed Index API
Returns the latest market Fear & Greed Index value plus recent history per sub-indicator. Use ?days= to control the history window (default 30, max 365) and ?indicator= to select a single sub-indicator.
Parameters
2daysnumberDays of history per indicator (default 30, max 365)
indicatorstringReturn only this sub-indicator (e.g. fear_and_greed_historical, market_volatility_vix)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/alternative/fear-and-greed?indicator=sma' \
-H 'Accept: application/json'200 Response
{
"latest": {},
"history": {}
}