Get Volume Profile
get_volume_profileRetrieve volume distribution across price levels for a trading day. Identify support and resistance by analyzing Point of Control and Value Area.
Instructions
Get volume distribution across price levels for a single trading day. Returns price buckets with volume, Point of Control (highest volume level), and Value Area (price range containing 70% of volume). Use for identifying support/resistance and high-volume price nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Trading day (YYYY-MM-DD) | |
| ticker | Yes | Stock ticker symbol (e.g., "AAPL", "TSLA") | |
| bucketSize | No | Price bucket width in dollars (default $1.00) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |