Designed for Quantitative Investment and Trading Platforms
API Simple Integration
Includes Real-Time and Historical Data
Latency as Low as 170 Milliseconds
Excellent 4.8
out of 5
Trustpilot
Try the API right now!
Access Complete Coverage of U.S. and Hong Kong Stocks
Get Historical Data & Real-Time Market Quotes
US Stocks
(Market Closed)


Hong Kong Stocks



1// Powered by AllTick.co Financial Data APIs.
2package main
3import (
4 "io/ioutil"
5 "log"
6
7 "net/http"
8)
9
10func httpExample() {
11 //Encode the following JSON with URL encoding and copy it to the "query" field in the query string of an HTTP request.
12 //{"trace" : "go_http_test1","data" : {"code" : "700.HK","kline_type" : 1,"kline_timestamp_end" : 0,"query_kline_num" : 2,"adjust_type": 0}}
13 url := "http://quote.aatest.online/quote-stock-b-api/kline?token=e945d7d9-9e6e-4721-922a-7251a9d311d0-1678159756806&query=%7B%22trace%22%20%3A%20%22go_http_test1%22%2C%22data%22%20%3A%20%7B%22code%22%20%3A%20%225.HK%22%2C%22kline_type%22%20%3A%201%2C%22kline_timestamp_end%22%20%3A%200%2C%22query_kline_num%22%20%3A%202%2C%22adjust_type%22%3A%200%7D%7D"
14 log.Println("request:", url)
15
16 resp, err := http.Get(url)
17 if err != nil {
18 log.Println("req error:", err)
19 return
20
21 }
22 defer resp.Body.Close()
23
24 body, err := ioutil.ReadAll(resp.Body)
25 if err != nil {
26 log.Println("read response error:", err)
27 return
28 }
29 log.Println("response:", string(body))
30}
31
Application Scenarios
Market Data API for Quantitative Trading and Securities Trading Platforms
Quantitative Investment
Our ultra-low latency API helps quantitative investors obtain the latest market data at microsecond levels, quickly respond to market changes, and develop and optimize trading strategies.
Trading Platforms
Create your application in any language. No more C++/Java limitations. Use the technology you already know, and spend your time creating, not integrating.
Data Dashboard
Through our rich data sources, the data dashboard can visually display real-time market data and historical trends of various assets, providing strong decision support for investors and analysts.
Financial News
AllTick's data interface helps financial news platforms write in-depth market analysis reports, update news headlines in real-time, maintain a competitive edge, and become a leading information source in the industry.
Why Choose AllTick
Accurate、Fast、 Reliable、Tick by Tick
Reliable Market Data Source
Our system has 99.95% SLA. AllTick tends to raise the standards for quality and uptime to the next level.
Wide Coverage
We support around 100 000 symbols across a different range of assets available from all over the world.
Low-latency API with real-time data streaming
The real-time data stream conducted through WebSocket has ultra-low latency, averaging only about 170 milliseconds.
High-Frequency Data with Tick-by-Tick Updates
Real-time push of every tick, each one traceable and 100% synchronized with the exchange's real-time trading quotes.
Simple Pricing
Instant Access Cancel Anytime
Free
Great for trying our APIs
0 USDT
/Month
10 Demo Symbols
10 API calls per minute (6 seconds each)
1 Websockets
1 Years Historical candlestick
Last Price
End of Day Data
Basic
Great for WebSocket
99 USDT
/Month
100 Symbols from all
Supports Forex, Commodities, Stocks, Cryptocurrencies
60 API calls per minute (1 second each)
1 Websockets
1 Years Historical candlestick
Last Price
End of Day Data
Real-time candlestick
Order Book
Real-time tick-by-tick
Premium
Great for Trades
199 USDT
/Month
200 Symbols from all
Supports Forex, Commodities, Stocks, Cryptocurrencies
600 API calls per minute (10 calls per second)
3 Websockets
3 Years Historical candlestick
Last Price
End of Day Data
Real-time candlestick
Order Book
Real-time tick-by-tick
Professional
Perfect for exchanges
399 USDT
/Month
3000 Symbols from all
Supports Forex, Commodities, Stocks, Cryptocurrencies
1200 API calls per minute (20 calls per second)
10 Websockets
5 Years Historical candlestick
Last Price
End of Day Data
Real-time candlestick
Order Book
Real-time tick-by-tick
All HK Stocks
Access the entire HK stocks market.
399 USDT
/Month
Full Hong Kong Stock Market Data (about 3000 stocks)
1200 API calls per minute (20 calls per second)
10 Websockets
5 Years Historical candlestick
Last Price
End of Day Data
Real-time candlestick
Order Book
Real-time tick-by-tick
All CN Stocks
Access the entire All CN stocks market.
599 USDT
/Month
Full CN Stock Market Data (about 5000 stocks)
1200 API calls per minute (20 calls per second)
10 Websockets
5 Years Historical candlestick
Last Price
End of Day Data
Real-time candlestick
Order Book
Real-time tick-by-tick
All US Stocks
Access the entire US stocks market.
799 USDT
/Month
Full U.S. Stock Market Data (about 11000 stocks)
1200 API calls per minute (20 calls per second)
10 Websockets
5 Years Historical candlestick
Last Price
End of Day Data
Real-time candlestick
Order Book
Real-time tick-by-tick
Contact US
Not sure which plan to choose?
Customer service team is available online:
Mon-Fri 01:00 - 10:00 (UTC+0)
Mon-Fri 09:00 - 18:00 (Singapore Time)