Instruments
Retrieve Instrument Option Expiration
Retrieve an Instrument Option Expiration details by symbol or instrumentID.
get/instruments/{symbolOrInstrumentID}/options/expiration-dates
Path parameters
symbolOrInstrumentIDstring required
Symbol or instrumentID of the underlying equity security.
Response
Retrieving an Instrument Option Expiration details by symbol or instrumentID was Successful
Example response
{
"symbol": "AAPL",
"expiration": [
"2022-05-10",
"2022-05-11"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.