get_put_options
Fetch put options data for a stock ticker, with optional expiration filter. Get option chain details for hedging or bearish strategies.
Instructions
Retrieve put 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[PutOption] | None: List of put options or None if unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| expiration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |