Skip to main content
GET
/
api
/
market
/
v1
/
get-fear-greed-index
GetFearGreedIndex
curl --request GET \
  --url https://api.example.com/api/market/v1/get-fear-greed-index
{
  "compositeScore": 123,
  "compositeLabel": "<string>",
  "previousScore": 123,
  "seededAt": "<string>",
  "sentiment": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "volatility": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "positioning": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "trend": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "breadth": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "momentum": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "liquidity": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "credit": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "macro": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "crossAsset": {
    "score": 123,
    "weight": 123,
    "contribution": 123,
    "degraded": true,
    "inputsJson": "<string>"
  },
  "vix": 123,
  "hySpread": 123,
  "yield10y": 123,
  "putCallRatio": 123,
  "pctAbove200d": 123,
  "cnnFearGreed": 123,
  "cnnLabel": "<string>",
  "aaiiBull": 123,
  "aaiiBear": 123,
  "fedRate": "<string>",
  "unavailable": true,
  "fsiValue": 123,
  "fsiLabel": "<string>",
  "hygPrice": 123,
  "tltPrice": 123,
  "sectorPerformance": [
    {
      "symbol": "<string>",
      "name": "<string>",
      "change1d": 123
    }
  ]
}

Response

Successful response

compositeScore
number<double>
compositeLabel
string
previousScore
number<double>
seededAt
string
sentiment
object
volatility
object
positioning
object
trend
object
breadth
object
momentum
object
liquidity
object
credit
object
macro
object
crossAsset
object
vix
number<double>
hySpread
number<double>
yield10y
number<double>
putCallRatio
number<double>
pctAbove200d
number<double>
cnnFearGreed
number<double>
cnnLabel
string
aaiiBull
number<double>
aaiiBear
number<double>
fedRate
string
unavailable
boolean
fsiValue
number<double>
fsiLabel
string
hygPrice
number<double>
tltPrice
number<double>
sectorPerformance
object[]