get_ticker_analytics
Get per-ticker analytics covering skew, dividends, borrow rate, correlation, volatility regimes, price context, relative value, and Greeks exposure to inform options strategies.
Instructions
Get a specific per-ticker analytics view.
One tool, eight analyses — pick via the analysis argument:
"skew": put/call IV skew (view: "analysis" default, "history", "curvature")
"dividends": dividend history, yield, and ex-date behavior
"borrow_rate": stock borrow cost / hard-to-borrow signals (short-squeeze context)
"correlation": correlation and beta vs SPY and sector; pass compare_with to get the pairwise correlation vs another ticker instead
"hv_regimes": historical volatility regimes (view: "dashboard" default, "signals", "decomposition", "ex_earnings")
"price_context": price action + volatility briefing for orientation
"relative_value": is this ticker's vol rich or cheap vs its own history and peers
"greeks_exposure": dealer gamma/delta/vanna/charm exposure by strike
Args: ticker: Stock symbol (e.g., "AAPL") analysis: One of the eight analysis names above expiration: Optional YYYY-MM-DD filter (greeks_exposure only) days: History window in trading days (borrow_rate, relative_value, hv_regimes) view: Sub-view for skew / hv_regimes (see above) compare_with: Second ticker for pairwise correlation (correlation only)
Returns: The selected analytics payload with a compact summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| view | No | ||
| ticker | Yes | ||
| analysis | Yes | ||
| expiration | No | ||
| compare_with | No |