獲取標的計算指標
該接口用於獲取標的計算指標數據,根據請求指定的計算指標返回數據。
SDK Links
Python |
Rust |
Go |
Node.js |
資訊
業務指令:26
Request
Parameters
Name | Type | Required | Description |
---|---|---|---|
symbols | string[] | 是 | 標的代碼列表,使用 ticker.region 格式,例如:[700.HK] 校驗規則: 每次請求支持傳入的標的數量上限是 500 個 |
calc_index | init32[] | 是 | 計算指標,例如:[1,2,3] ,詳見 CalcIndex |
Protobuf
message SecurityCalcQuoteRequest {
repeated string symbols = 1;
repeated CalcIndex calc_index = 2;
}
Request Example
# Get Security Calc Index
# https://open.longportapp.com/docs/quote/pull/calc-index
# 運行前請訪問“開發者中心”確保賬戶有正確的行情權限。
# 如沒有開通行情權限,可以通過“LongPort”手機客戶端,並進入“我的 - 我的行情 - 行情商城”購買開通行情權限。
Response
Response Properties
Name | Type | Description |
---|---|---|
security_calc_index | object[] | 標的指標數據 |
∟ symbol | string | 標的代碼 |
∟ last_done | string | 最新價 |
∟ change_val | string | 漲跌額 |
∟ change_rate | string | 漲跌幅 (返回百分比數據,不包含% 符號) |
∟ volume | int64 |