Finance

Daily put/call ratios (exchange-wide)

EXCHANGE-WIDE daily options statistics for the latest session: all published put/call ratios (total, index, equity, etp, vix, spx, and every other listed product family) plus per-product volume and open interest by leg. A ratio is null when its product traded nothing that session - never a fabricated 0.0. Distinct from the per-underlier options put/call surfaces: this is the whole market. The latest closed session is served (weekends/holidays walk back).

get/api/v1/cboe/put-call-ratio

Response

Latest session's exchange-wide put/call statistics.

Example response

{
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "data_age_days": 8.532,
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ],
    "period": "2026-Q1",
    "notes": "the UKMTO report behind these counts is dated 2026-08-21 and is 11 days old"
  }
}

Changes

Changed in 2 of the 22 revisions of this API.4

    • added the optional property meta/data_age_days to the response with the 200 status

      response-optional-property-added

    • added the optional property meta/notes to the response with the 200 status

      response-optional-property-added

    • added the optional property meta/period to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added