Skip to main content
GET
Get volume nodes with profile context

Path Parameters

symbol
string
required

Query Parameters

trade_date
string<date> | null

Date (defaults to most recent with data)

session_type
string
default:prior

Session type: prior or developing

hvn_threshold
default:1.0

Sigma above mean for HVN classification

Required range: 0 <= x <= 3
lvn_threshold
default:-1.0

Sigma below mean for LVN classification

Required range: -3 <= x <= 0
min_buckets
integer
default:2

Minimum contiguous buckets for a valid node

Required range: 1 <= x <= 10

Response

Volume nodes with context

Volume nodes with full volume profile context.

symbol
string
required
trade_date
string<date>
required
session_type
string
required
poc
string | null

Point of Control

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
vah
string | null

Value Area High

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
val
string | null

Value Area Low

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
profile_shape
string | null

Volume distribution shape: normal, p_shaped, d_shaped, b_shaped

hvn_nodes
VolumeNode · object[]

High Volume Nodes (support/resistance)

lvn_nodes
VolumeNode · object[]

Low Volume Nodes (breakout zones)

hvn_count
integer
default:0

Number of HVN nodes detected

lvn_count
integer
default:0

Number of LVN nodes detected

strongest_hvn
VolumeNode · object | null

Most significant HVN by volume

strongest_lvn
VolumeNode · object | null

Most significant LVN by volume