Returns a list of all current and upcoming option contract expiration dates for a particular symbol.
Name | Type | Description | Notes |
---|---|---|---|
symbol | Character | The option symbol, corresponding to the underlying security. | |
after | Character | Return option contract expiration dates after this date. | [optional] |
before | Character | Return option contract expiration dates before this date. | [optional] |
include_related_symbols | Logical | Include related symbols that end in a 1 or 2 because of a corporate action. | [optional] |
Name | Type | Description |
---|---|---|
expirations | Character | A list of option expiration dates in descending order |
expirations_data_frame | Data Frame | Data frame representation of expirations |