Intraday Data
Stock Market APIs
Intraday Data
Get intraday time-series data for stocks, including minute-by-minute price, volume, and turnover information.
GET
Intraday Data
Notes
- Data covers from market open to current time of the trading day
- Returns empty array during non-trading hours
Supported Markets
US Stocks, HK Stocks, A-Shares Examples:- US Stocks: AAPL.US, TSLA.US, MSFT.US
- HK Stocks: 700.HK, 9988.HK, 3690.HK
- A-Shares: 000001.SH, 000001.SZ
Request Parameters
Response Fields
Authorizations
Query Parameters
Comma-separated stock symbols (max 50)
Example:
"700.HK,9988.HK"
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 Example:
"stock"
