Latest K-line Data
Market Data APIs
Real-time K-Line
Get real-time K-line data for the current time period that is being formed and updated.
GET
Latest K-line Data
Notes
- This endpoint returns K-line data for the current period being formed, data updates continuously with trades
- Suitable for real-time chart display, current price monitoring, and intraday dynamic updates
- Not recommended for historical backtesting, technical indicator statistics, or fixed data storage
- For completed period data, use Historical K-Line:
/v1/market/kline
Supported Markets
Forex, Metals, Indices, US Stocks, HK Stocks, A-Shares, China Futures, Crypto Examples:- Forex: EURUSD, GBPUSD, USDJPY
- Metals: XAUUSD, XAGUSD
- Indices: SPX, NDX, DJI
- US Stocks: AAPL.US, TSLA.US, MSFT.US
- HK Stocks: 700.HK, 9988.HK, 3690.HK
- A-Shares: 600519.SH, 000001.SZ, 920186.BJ
- China Futures: BU2609, IC2606, AP8888
- Crypto: BTCUSDT, ETHUSDT, ADAUSDT
Request Parameters
Response Fields
Authorizations
Query Parameters
Comma-separated symbols (e.g., AAPL.US,00700.HK)
Example:
"AAPL.US,00700.HK"
K-line interval
Available options:
1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 1d, 1w, 1M Example:
"3m"
Symbol type, optional. Not required when the symbol is unambiguous; if the API returns an AMBIGUOUS_SYMBOL error, pass the value as indicated
Available options:
stock, indices, crypto, forex, futures Example:
"stock"
