獲取股票的資金流向數據,包括主力資金、大單、中單、小單的流入流出情況。
| 參數名 | 是否必須 | 描述 |
|---|---|---|
| symbol | 是 | 股票代碼 |
Stock symbol
"700.HK"
Successful response
0
"success"
{
"symbol": "700.HK",
"timestamp": 1773306211,
"intraday_flow": [
{
"timestamp": 1773279000,
"inflow": "-12199.34"
},
{
"timestamp": 1773279060,
"inflow": "-15137.59"
}
],
"distribution": {
"timestamp": 1773303000,
"capital_in": {
"large": "173056.31",
"medium": "164958.55",
"small": "83945.69"
},
"capital_out": {
"large": "179434.39",
"medium": "176045.91",
"small": "92979.74"
}
}
}