獲取標的當日資金分佈
該接口用於獲取標的當日的資金分佈。
SDK Links
Python |
Rust |
Go |
Node.js |
資訊
業務指令:25
Request
Parameters
Name | Type | Required | Description |
---|---|---|---|
symbol | string | 是 | 標的代碼,使用 ticker.region 格式,例如: 700.HK |
Protobuf
message SecurityRequest {
string symbol = 1;
}
Request Example
# Get Security Capital Distribution
# https://open.longportapp.com/docs/quote/pull/capital-distribution
# 運行前請訪問“開發者中心”確保賬戶有正確的行情權限。
# 如沒有開通行情權限,可以通過“LongPort”手機客戶端,並進入“我的 - 我的行情 - 行情商城”購買開通行情權限。