Shareholders
Quarterly shareholder count. Declining count suggests chip concentration.
GET /v2/market/shareholderscurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/market/shareholders?symbol=000001.SZ&limit=5"
Parameters
Name
Type
Required
Description
symbol
string
No
Stock code, e.g. 000001.SZ
start_date
string
No
Start date (YYYYMMDD)
end_date
string
No
End date (YYYYMMDD)
enddate
string
No
Stat cutoff date YYYYMMDD
ann_date
string
No
Announcement date YYYYMMDD
limit
int
No
Max rows (defaults to the cap; no need to raise it)
Response Fields
Field
Type
Description
symbol
string
Stock code
ann_date
string
Announcement date
end_date
string
Report period end
holder_num
number
Number of shareholders
Esc