Skip to main content
GET
Latest K-line Data

注意事項

  • 本接口返回當前週期內正在形成的K線數據,數據會隨著成交持續更新
  • 適用於實時行情圖表展示、當前價格監控、分時動態更新
  • 不建議用於歷史回測、技術指標統計、固定數據存儲
  • 若需查詢已結束週期的數據,請使用歷史K線:/v1/market/kline

支持的市場

外匯貴金屬指數美股港股A股中國期貨加密貨幣 示例:
  • 外匯:EURUSD、GBPUSD、USDJPY
  • 貴金屬:XAUUSD、XAGUSD
  • 指數:SPX、NDX、DJI
  • 美股:AAPL.US、TSLA.US、MSFT.US
  • 港股:700.HK、9988.HK、3690.HK
  • A股:600519.SH、000001.SZ、920186.BJ
  • 中國期貨:BU2609、IC2606、AP8888
  • 加密貨幣:BTCUSDT、ETHUSDT、ADAUSDT

請求參數

返回字段說明

授權

X-API-Key
string
header
必填

查詢參數

symbols
string
預設值:AAPL.US,00700.HK
必填

Comma-separated symbols (e.g., AAPL.US,00700.HK)

範例:

"AAPL.US,00700.HK"

interval
enum<string>
預設值:3m
必填

K-line interval

可用選項:
1m,
3m,
5m,
15m,
30m,
1h,
2h,
4h,
1d,
1w,
1M
範例:

"3m"

type
enum<string>

Symbol type, optional. Not required when the symbol is unambiguous; if the API returns an AMBIGUOUS_SYMBOL error, pass the value as indicated

可用選項:
stock,
indices,
crypto,
forex,
futures
範例:

"stock"

回應

Successful response

code
integer
範例:

0

message
string
範例:

"success"

data
object[]
範例: