get_option_expiration_dates
Retrieve available option expiration dates for a stock ticker to plan trading strategies.
Instructions
Retrieve available option expiration dates for a given ticker.
Args: ticker (str): The symbol of the security.
Returns: list[OptionExpirationDate]: List of available expiration dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |