Dividend
Cash and stock dividend distribution data. Includes ex-dividend dates, record dates, and payment dates.
GET /v2/shareholders/dividendcurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/shareholders/dividend?symbol=600519.SH&limit=10"
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)
record_date
string
No
Record date YYYYMMDD
ex_date
string
No
Ex-dividend date YYYYMMDD
imp_ann_date
string
No
Implementation announcement date YYYYMMDD
limit
int
No
Max rows (defaults to the cap; no need to raise it)
Key Response Fields
Field
Description
cash_div
Cash dividend per share pre-tax (CNY)
stk_div
Total stock dividend per share
ex_date
Ex-dividend date
record_date / pay_date
Record date / payment date
div_proc
Progress (预案/实施)
Esc