v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
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

symbolstring

The Symbol of the underlying equity security.

expirationstring[]

The date the Option Contract will expire.

Example response

{
  "symbol": "AAPL",
  "expiration": [
    "2022-05-10",
    "2022-05-11"
  ]
}