Skip to content

KB / api

GET /api/v1/trading/options/chain/{symbol}

Last verified

Auto-generated. This article is rebuilt from FastAPI route introspection by scripts/build_api_kb.py. Edit the route docstring in app/ and re-run the script — do not edit this file directly.

GET /api/v1/trading/options/chain/{symbol}

Handler: app.trading.options_routes.get_option_chain
Methods: GET

Description

Get option chain for a symbol from Schwab. Returns all expirations, strikes, and Greeks.

Parameters

InNameTypeDefaultDescription
pathsymbolstrPydanticUndefined
queryexpirationOptional[str]Filter by expiration date (YYYY-MM-DD)
querystrike_countint50Number of strikes around ATM

Curl

curl -s https://bigclawd.com/api/v1/trading/options/chain/{symbol}