Symbol Holidays API iTick Financial Data Financial Market Data API REST API Provides accurate and timely global financial market holiday data API interface, covering major exchanges including A-shares, US stocks, and Hong Kong stocks. Featuring reliable data sources, timely updates, easy integration via RESTful API, and a free trial available.
Market Holidays
📢 Important Notice: To optimize the system architecture, we have upgraded the holiday interface. The legacy endpoint
/symbol/holidayswill be officially decommissioned on January 30, 2026. All developers are requested to migrate to the new endpoint/symbol/v2/holidaysas soon as possible.
- Released on:January 1, 2026
- Key Improvements: Clearer and more user-friendly response data structure
- Affected Scope:All applications using the
/symbol/holidaysinterface
Request Parameters
Response Parameters
Code Examples
import requests
url = "https://api.itick.org/symbol/v2/holidays?code=HK"
headers = {
"accept": "application/json"
"token": "Your Token"
}
response = requests.get(url, headers=headers)
print(response.text)
Query URL
Response Result
{
"code": 0,
"msg": "ok",
"data": [
{
"c": "HK",
"r": "Hong Kong",
"d": "2026-01-01",
"t": "09:00-09:30,09:30-12:00|13:00-16:00,16:00-16:30",
"z": "Asia/Hong_Kong",
"v": "New Year's Day"
}
]
}- Product List
Covers Real-Time and Historical Data for Global Major Markets Including Chinese, US, and Hong Kong Stocks, Global Forex, Indices, Futures, Funds, and Crypto.
- Crypto MarketReal-Time Tick
Covers in-depth data fields including latest prices, bid and ask prices, 24-hour trading volume for thousands of cryptocurrencies such as Bitcoin (BTC) and Ethereum (ETH). With low latency and high frequency, it provides core data support for your quantitative trading, market dashboards, and DApps. Free trial available.