Is there a way to return just the available options expiration dates per symbol?
@jojabo The expiration dates for options, by underlying symbol, can be fetched using the get_option_contracts endpoint. Note this is a Trading API endpoint and not a Market Data endpoint. You will need to iterate through the returned options to create a list of all the expiration dates.
Thanks for the response. Was looking for a way to get expirations (and strikes) without iterating through all results.