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
}
]
}GetFearGreedIndex retrieves the composite Fear & Greed sentiment index.
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
}
]
}Successful response
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?