Skip to main content
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

X-API-Key
string
header
required

Query Parameters

symbols
string
default:700.HK,9988.HK
required

Comma-separated stock symbols (max 50)

Example:

"700.HK,9988.HK"

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

Available options:
stock,
indices,
crypto,
forex
Example:

"stock"

Response

200 - application/json

Successful response

code
integer
Example:

0

message
string
Example:

"success"

data
object[]