Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
Name | Type | Description | Notes |
---|---|---|---|
symbol | string | The option symbol, corresponding to the underlying security. | |
after | string | Return option contract expiration dates after this date. | [optional] |
before | string | Return option contract expiration dates before this date. | [optional] |
includeRelatedSymbols | bool? | Include related symbols that end in a 1 or 2 because of a corporate action. | [optional] |
Name | Type | Description |
---|---|---|
Expirations | List | A list of option expiration dates in descending order |