Finance

Options chain

Calls and puts for a specific expiration date. Contract fields use snake_case (DATA-21); the seven historical camelCase names (contractSymbol, lastPrice, percentChange, openInterest, impliedVolatility, inTheMoney, lastTradeDate) remain as deprecated aliases with the same values until the next major API version.

get/api/v2/quotes/{symbol}/options/{date}

Path parameters

symbolstring required

Security ticker symbol.

Security ticker symbol.

datestring required

Option expiration date (YYYY-MM-DD).

Option expiration date (YYYY-MM-DD).

Query parameters

straddleboolean

Show straddle view

Show straddle view

strike_minnumber nullable

Min strike filter

Min strike filter

strike_maxnumber nullable

Max strike filter

Max strike filter

Response

Options chain for the given expiration.

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",
    "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"
    ]
  }
}

Changes

Changed in 2 of the 21 revisions of this API.40

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 429 status

      response-optional-property-added

    • added the optional property code to the response with the 503 status

      response-optional-property-added

    • added the optional property hint to the response with the 401 status

      response-optional-property-added

    • added the optional property hint to the response with the 429 status

      response-optional-property-added

    • added the optional property hint to the response with the 503 status

      response-optional-property-added

    • added the optional property plan to the response with the 401 status

      response-optional-property-added

    • added the optional property plan to the response with the 429 status

      response-optional-property-added

    • added the optional property plan to the response with the 503 status

      response-optional-property-added

    • added the optional property reason to the response with the 401 status

      response-optional-property-added

    • added the optional property reason to the response with the 429 status

      response-optional-property-added

    • added the optional property reason to the response with the 503 status

      response-optional-property-added

    • added the optional property data/calls/items/contract_symbol to the response with the 200 status

      response-optional-property-added

    • added the optional property data/calls/items/implied_volatility to the response with the 200 status

      response-optional-property-added

    • added the optional property data/calls/items/in_the_money to the response with the 200 status

      response-optional-property-added

    • added the optional property data/calls/items/last_price to the response with the 200 status

      response-optional-property-added

    • added the optional property data/calls/items/last_trade_date to the response with the 200 status

      response-optional-property-added

    • added the optional property data/calls/items/open_interest to the response with the 200 status

      response-optional-property-added

    • added the optional property data/calls/items/percent_change to the response with the 200 status

      response-optional-property-added

    • added the optional property data/puts/items/contract_symbol to the response with the 200 status

      response-optional-property-added

    • added the optional property data/puts/items/implied_volatility to the response with the 200 status

      response-optional-property-added

    • added the optional property data/puts/items/in_the_money to the response with the 200 status

      response-optional-property-added

    • added the optional property data/puts/items/last_price to the response with the 200 status

      response-optional-property-added

    • added the optional property data/puts/items/last_trade_date to the response with the 200 status

      response-optional-property-added

    • added the optional property data/puts/items/open_interest to the response with the 200 status

      response-optional-property-added

    • added the optional property data/puts/items/percent_change to the response with the 200 status

      response-optional-property-added

    • response property data/calls/items/contractSymbol deprecated

      response-property-deprecated

    • response property data/calls/items/impliedVolatility deprecated

      response-property-deprecated

    • response property data/calls/items/inTheMoney deprecated

      response-property-deprecated

    • response property data/calls/items/lastPrice deprecated

      response-property-deprecated

    • response property data/calls/items/lastTradeDate deprecated

      response-property-deprecated

    • response property data/calls/items/openInterest deprecated

      response-property-deprecated

    • response property data/calls/items/percentChange deprecated

      response-property-deprecated

    • response property data/puts/items/contractSymbol deprecated

      response-property-deprecated

    • response property data/puts/items/impliedVolatility deprecated

      response-property-deprecated

    • response property data/puts/items/inTheMoney deprecated

      response-property-deprecated

    • response property data/puts/items/lastPrice deprecated

      response-property-deprecated

    • response property data/puts/items/lastTradeDate deprecated

      response-property-deprecated

    • response property data/puts/items/openInterest deprecated

      response-property-deprecated

    • response property data/puts/items/percentChange deprecated

      response-property-deprecated

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog