Money Flow
Individual stock money flow by order size.
GET /v2/flows/moneyflowcurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/flows/moneyflow?symbol=000001.SZ&start_date=20240101&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)
Key Response Fields
Field
Type
Description
symbol
string
Stock code
trade_date
string
Trading date
buy_sm_vol / buy_sm_amount
number
Small order buy (<50K)
sell_sm_vol / sell_sm_amount
number
Small order sell
buy_md_vol / buy_md_amount
number
Medium order buy (50K–200K)
sell_md_vol / sell_md_amount
number
Medium order sell
buy_lg_vol / buy_lg_amount
number
Large order buy (200K–1M)
sell_lg_vol / sell_lg_amount
number
Large order sell
buy_elg_vol / buy_elg_amount
number
Extra-large order buy (>=1M)
sell_elg_vol / sell_elg_amount
number
Extra-large order sell
net_mf_vol
number
Net money flow volume
net_mf_amount
number
Net money flow (10k CNY)
Esc