Top List
Dragon & Tiger list — stocks triggering exchange disclosure rules.
GET /v2/market/top-listcurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/market/top-list?start_date=20240101&end_date=20240131&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)
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
trade_date
string
Trading date
symbol
string
Stock code
name
string
Stock name
close
number
Closing price
pct_change
number
Price change %
turnover_rate
number
Turnover rate %
amount
number
Total turnover (CNY)
l_sell
number
Institutional sell (CNY)
l_buy
number
Institutional buy (CNY)
l_amount
number
Institutional total (CNY)
Esc