API Documentation

⌘K
GET/api/1/alternative/fear-and-greed

Fear & 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

2
daysnumber
query

Days of history per indicator (default 30, max 365)

indicatorstring
query

Return 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": {}
}