Chip Distribution
Cost distribution and winner rates — unique A-share market microstructure data showing the percentage of shareholders in profit at various price levels.
GET /v2/chips/distributioncurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/chips/distribution?limit=5"
Parameters
Name
Type
Required
Description
symbol
string
No
Stock code (recommended)
start_date
string
No
Start date (YYYYMMDD)
end_date
string
No
End date (YYYYMMDD)
trade_date
string
No
Trading date YYYYMMDD (single day)
limit
int
No
Max rows (defaults to the cap; no need to raise it)
Response Fields
Field
Type
Description
symbol
string
Stock code
trade_date
string
Trading date
winner_rate
number
Winner rate (% of shareholders in profit)
weight_avg
number
Weighted average cost
cost_5pct
number
5th percentile cost
cost_25pct
number
25th percentile cost
cost_50pct
number
Median cost
cost_75pct
number
75th percentile cost
cost_95pct
number
95th percentile cost
Esc