Skip to main content
GET
/
api
/
market
/
v1
/
get-market-breadth-history
GetMarketBreadthHistory
curl --request GET \
  --url https://api.example.com/api/market/v1/get-market-breadth-history
{
  "currentPctAbove20d": 123,
  "currentPctAbove50d": 123,
  "currentPctAbove200d": 123,
  "updatedAt": "<string>",
  "history": [
    {
      "date": "<string>",
      "pctAbove20d": 123,
      "pctAbove50d": 123,
      "pctAbove200d": 123
    }
  ],
  "unavailable": true
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successful response

currentPctAbove20d
number<double>
currentPctAbove50d
number<double>
currentPctAbove200d
number<double>
updatedAt
string
history
object[]
unavailable
boolean