Optioncharts: Get Option Chain
Optioncharts via Parse · Finance
Returns the full options chain (calls and puts) for a ticker symbol. Uses the nearest expiration date by default unless a specific expiration is provided. Results include strike price, bid/ask/mid prices, volume, open interest, implied volatility, and Greeks (Delta, Gamma, Theta, Vega). Filter by option_type to see only calls, only puts, or both. Access options data including option chains, ticker overviews, expiration dates, market trends, options flow, and ticker search from OptionCharts.io Fulfilled by Parse from optioncharts.io.
- developer-tools
- finance
- optioncharts
- optioncharts-io
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9dc19de8-1782-4128-af13-1d0465e91e59/get_option_chain
- Interface artifact
- sha256:0f0fc5021a767b010c0c4c5a0c72e06c20e7cfd3e8a93f52cad550d88659541b
- Manifest digest
- sha256:63afd50c9f39f6f3939e89cab5783dd66b8f48d141d459dbd1a796a8e96c92dd
Request fields
- ticker (string, required): Stock ticker symbol (e.g., AAPL, SPY, TSLA): Allowed values: AAPL, SPY, TSLA, NVDA, MSFT
- expiration (string): Expiration date to filter by, as shown in get_expiration_dates results (e.g., 'Jun 12, 2026 (1 days) (w)')
- option_type (string): Option type filter: 'calls', 'puts', or 'both': Allowed values: both, calls, puts
Example queries
- {"ticker":"AAPL","expiration":"Jun 12, 2026 (1 days) (w)","option_type":"both"}