Stock Market Data
Stock 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
ποΈ Footprint
β’ Function description: Query the most recent N footprint records based on stock symbol, and category, time granularity.β’ <br/>β’ Frequency limit: Market-data Interfaces Rate limit 600 requests per minute
ποΈ 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
ποΈ NOII Bars
β’ Function description: NOII (Net Order Imbalance Indicator) data. NOII is published by NASDAQ before opening and closing, providing a preview of market supply and demand. It acts as a crystal ball allowing you to see potential market movements before key trading moments.<br/>β’ Frequency limit: Market-data interfaces rate limit is 600 requests per minute.
ποΈ NOII Snapshot
β’ Function description: Provides the latest NOII (Net Order Imbalance) snapshot data during US stock auction phases (opening/closing), used to determine real-time market supply-demand relationship and expected match price.<br/>β’ NOII data is only published during specific auction periods and updates every 5 seconds:<br/> - Opening auction: ET 9:28 - 9:30 (2 minutes only)<br/> - Closing auction: ET 15:50 - 16:00 (10 minutes)<br/> - Outside these periods, historical data is returned.<br/>β’ Frequency limit: Market-data interfaces rate limit is 600 requests per minute.
ποΈ Streaming
2 items