option_list_dates()
FreeValueStandardPro
Lists all dates of data that are available for an option with a given symbol, request type, and expiration.
This endpoint is updated overnight.
Parameters
request_typeRequired -
The request type.
Type: str
Enumtrade, quote
symbolRequired -
The stock or index symbol, or underlying symbol for options.
Type: str
expirationRequired -
The expiration of the contract in YYYY-MM-DD or YYYYMMDD format.
Type: datetime.date
strike -
The strike price of the contract in dollars (ie 100.00 for $100.00), or * for all strikes.
Type: str (Default: *)
right -
The right (call or put) of the contract.
Type: str (Default: both)
Enumcall, put, both
Sample Code
py
Response
List all dates for an option quote for a given symbol and expiration date
array of: