Market Data
Market Data Interfaces
ποΈ Tick
β’ Function description: Get tick-by-tick trade data for a security. Returns detailed tick trade records within a specified time range for a given security, including trade time, price, volume, direction, and other details. Data is sorted in reverse chronological order (latest first).<br/>β’ Frequency limit: Market-data Interfaces Rate limit 60 requests every 60 seconds
ποΈ Snapshot
β’ Function description: Get real-time market snapshot data for a security. Returns key market indicators such as latest price, price change, volume, turnover rate, etc. Supports querying various security types including US stocks, HK stocks, etc., with optional inclusion of pre-market, after-hours, and overnight trading data. <br/>β’ Frequency limit: Market-data Interfaces Rate limit 60 requests every 60 seconds
ποΈ Quotes
β’ Function description: Get the latest bid/ask data for a security. Returns bid/ask information for a specified depth, including price, quantity, order details, etc. <br/>β’ Frequency limit: Market-data Interfaces Rate limit 60 requests every 60 seconds
ποΈ Historical Bars
β’ Function description: Batch query interface. Query the recent N bars of data based on stock symbols, time granularity, and type. Supports historical bars of various granularities like M1, M5, etc. Currently, daily bars (D) and above only provide forward-adjusted bars; minute bars provide unadjusted bars. <br/>β’ Frequency limit: Market-data Interfaces Rate limit 60 requests every 60 seconds
ποΈ Historical Bars (single symbol)
β’ Function description: Query the recent N bars of data based on stock symbol, time granularity, and type. Supports historical bars of various granularities like M1, M5, etc. Currently, daily bars (D) and above only provide forward-adjusted bars; minute bars provide unadjusted bars. <br/>β’ Frequency limit: Market-data Interfaces Rate limit 60 requests every 60 seconds
ποΈ Streaming
2 items