Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
Name | Description | Example |
---|---|---|
symbol
* required
|
The option symbol, corresponding to the underlying security. | MSFT |
after
|
Return option contract expiration dates after this date. | 2022-01-01 |
before
|
Return option contract expiration dates before this date. | 2023-04-01 |
source
|
Realtime or 15-minute delayed contracts.
Options:
realtime
delayed
show more
show less
|
realtime |
include_related_symbols
|
Include related symbols that end in a 1 or 2 because of a corporate action. | false |
symbol
* required
The option symbol, corresponding to the underlying security.
|
||
after
* required
Return option contract expiration dates after this date.
|
||
before
* required
Return option contract expiration dates before this date.
|
||
source
* required
Realtime or 15-minute delayed contracts.
|
||
include_related_symbols
* required
Include related symbols that end in a 1 or 2 because of a corporate action.
|
Name | Description | Type |
---|---|---|
expirations | A list of option expiration dates in descending order | array |
type
|
||
expirations
A list of option expiration dates in descending order
|