Price Change Description
AllTick interfaces do not provide a price change or 24-hour price change field. Customers can calculate price changes themselves by obtaining AllTick data.-
Daily price change calculation methods:
- Method 1: Use the HTTP interface to obtain today’s daily K-line closing price and the previous day’s daily K-line closing price. The formula is:
- Method 2: Use the WebSocket interface to obtain the latest price, and use the HTTP interface to obtain the previous day’s daily K-line closing price. The formula is:
-
24-hour price change calculation method:
- Use the WebSocket latest trade price interface (request protocol number: 22004) to receive tick-by-tick trade prices in real time.
- You need to store the latest price from 24 hours ago that was pushed by the WebSocket interface for subsequent calculation.
- Formula:
Market Closure or Trading Hours Description
AllTick does not provide an interface for market closures or trading hours. Customers can view the fixed trading hours of each product type in the Product List. Product ListHoliday Description
AllTick does not provide a holiday interface. Holiday closure notices will be published in advance in our Telegram channels. Please refer to the Telegram channel notices for specific products that are closed during holidays, and follow the channels for the latest holiday closure notifications. Chinese channel: Telegram Channel English channel: Telegram ChannelStock Limit Up/Down Description
AllTick does not provide an interface for judging limit up or limit down. Customers can judge whether a stock is limit up or limit down in the following way:- Judgment based on order book interface data: When subscribing to the order book interface, if only one side has data while the prices and volumes on the other side all return 0, it can be judged as limit up or limit down. The specific judgment method is as follows:
- If only the
bidside has data and allaskprices and volumes return 0, the stock is limit up. - If only the
askside has data and allbidprices and volumes return 0, the stock is limit down.
- If only the

Stock Delisting Judgment Description
AllTick does not provide a delisting judgment interface. Customers can judge whether a stock has been delisted in the following way: Judgment method: When subscribing to the order book interface, if the prices and volumes on both thebid and ask sides all return 0, it means the stock has been delisted.
Below is a sample screenshot of the returned data:

IPO Description
AllTick does not provide an interface for judging IPOs. We regularly update the Product List to reflect newly listed stocks and remove delisted stocks from the list. Click the link below for the product list: Product ListAllTick Website
Official website: https://alltick.co/