get_options_skew
Retrieve options skew analysis for a stock ticker, with optional expiration, to evaluate market sentiment and expected volatility.
Instructions
Retrieve options skew analysis for a given ticker and expiration date.
Args: ticker (str): The symbol of the security. expiration_date (str | None, optional): The expiration date as a string. If None, uses the nearest expiration.
Returns: dict: Options skew analysis data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| expiration_date | No |