v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBInstruments
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"
]
}