Sentiment & Breadth

Market sentiment indicators, breadth data, and alternative signals.

GET/api/markets/sentiment

Market sentiment composite score.

Response

{
  "composite": 62,
  "label": "Moderately Bullish",
  "indicators": {
    "fearGreed": 68,
    "putCallRatio": 0.85,
    "vix": 16.2,
    "advancersDecliners": 1.4,
    "newHighsNewLows": 2.1
  }
}
GET/api/markets/breadth

Market breadth — advance/decline, new highs/lows, sector participation.

Response

{
  "advancers": 2456,
  "decliners": 1234,
  "unchanged": 310,
  "newHighs": 142,
  "newLows": 28,
  "advanceDeclineRatio": 1.99,
  "percentAboveSMA50": 72.5,
  "percentAboveSMA200": 58.3
}