Get Option Chain Snapshot
Retrieves a comprehensive snapshot of all options contracts for a specified underlying asset ticker. This consolidates key metrics like pricing, greeks, IV, quotes, trades, and open interest.
Path parameters
The underlying ticker symbol of the option contract (e.g., AAPL).
Query parameters
Query by strike price of a contract.
Strike price greater than.
Strike price greater than or equal to.
Strike price less than.
Strike price less than or equal to.
Query by contract expiration date (YYYY-MM-DD).
Expiration date greater than (YYYY-MM-DD).
Expiration date greater than or equal to (YYYY-MM-DD).
Expiration date less than (YYYY-MM-DD).
Expiration date less than or equal to (YYYY-MM-DD).
Query by the type of contract.
Order results based on the 'sort' field.
Limit the number of results returned.
Sort field used for ordering (e.g., 'strike_price', 'expiration_date').
Response
Successful response with the option chain snapshot data. Keys are in kebab-case.