get_greeks_heatmap
Visualize option Greeks as a heatmap across strikes and expirations. Input a ticker and select Greek (delta, gamma, theta, vega) and option type to see distribution.
Instructions
Get Greeks visualization data across strikes and expirations.
Returns a matrix of Greek values that can be visualized as a heatmap. Useful for understanding the Greek landscape across the chain.
Use this tool when the user asks about:
Greeks across strikes
Delta/gamma/theta/vega heatmap
Greek distribution
Args: ticker: Stock symbol greek: Which Greek to show ("delta", "gamma", "theta", "vega") option_type: "calls" or "puts"
Returns: Heatmap matrix data with strikes and expirations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| greek | No | delta | |
| ticker | Yes | ||
| option_type | No | calls |