get_call_options
Retrieve call options for a stock ticker and optional expiration date. Returns a list of call options or None if unavailable.
Instructions
Retrieve call options for a given ticker and expiration date.
Args: ticker (str): The symbol of the security. expiration (date | None, optional): The expiration date. If None, uses the nearest expiration.
Returns: list[CallOption] | None: List of call options or None if unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| expiration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |