get_options_volume_analysis
Retrieve options volume analysis for a stock by ticker and optional expiration date to evaluate trading activity.
Instructions
Retrieve options volume 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: Volume analysis data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| expiration_date | No |