Options (Python SDK)
The Python SDK from Market Data provides methods designed to streamline your use of the following Options endpoints. These intuitive methods provide a seamless interface for accessing options data including chains, expirations, quotes, and lookup functionality.
Options Endpointsโ
๐๏ธ Expirations
Get the current or historical option expiration dates for an underlying symbol with the Python SDK expirations method.
๐๏ธ Lookup
Look up the OCC option symbol for a contract from a human-readable string with the Python SDK lookup method.
๐๏ธ Option Chain
Retrieve a complete or filtered options chain for a given underlying symbol. Both real-time and historical requests are possible.
๐๏ธ Quotes
Retrieve quotes for one or more option symbols with the Python SDK quotes method, raw or in human-readable form.