Finance

One-minute intraday bars with per-minute options flow

The latest session's one-minute bars for any optionable US symbol: price OHLC plus PER-MINUTE options flow (calls_volume / puts_volume / total_options_volume) and, for stocks, the stock volume - an intraday options-flow signal available nowhere else on this API. Symbols follow the /options convention: underscore prefix for indices (_VIX, _SPX), plain ticker for stocks (AAPL). Bar times are exchange-local (US/Eastern). Prices published as 0.0 while volume flows are placeholders and served null. 15-minute delayed data; unknown symbols answer 404.

get/api/v1/cboe/intraday/{symbol}

Path parameters

symbolstring required

Symbol; underscore prefix for indices.

Symbol; underscore prefix for indices.

Response

One session of minute bars with options flow.

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 25 revisions of this API.4

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added