Greeks Heatmap
get_greeks_heatmapVisualize option Greeks (delta, gamma, theta, vega) across strikes and expirations as a heatmap to assess the Greek landscape for any ticker.
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 |