Symbol List API Financial Instruments Reference Financial Market Data API REST API Covers Real-Time and Historical Data for Global Major Markets Including Chinese, US, and Hong Kong Stocks, Global Forex, Indices, Futures, Funds, and Crypto.
Please select
Product List
GET
/symbol/list
Request Parameters
typeenumRequired
Stocks
Product category stock | forex | indices | crypto | future | fund
regionenumRequired
Hong Kong
Market code. Stocks include (HK, SZ, SH, US, SG, JP, TW, IN, TH, DE, MX, MY, TR, ES, NL, GB, ID, VN), Forex (GB), Indices (GB), Crypto (BA), Future(US, HK, CN), Funds (US)
codestring
Product code
Response Parameters
codenumber
Response code
msgstring
Response description
dataarray(object)
Response result
cstring
Product code
nstring
Product name
tstring
Type such as stock | forex | indices | crypto | future | fund
estring
Exchange
Code Examples
import requests
url = "https://api.itick.org/symbol/list?type=stock®ion=hk&code=700"
headers = {
"accept": "application/json"
"token": "Your Token"
}
response = requests.get(url, headers=headers)
print(response.text)
Query URL
GET
https://api.itick.org/symbol/list?type=stock®ion=HK&code=700
Response Result
{
"code": 0,
"msg": "ok",
"data": [
{
"c": "700",
"n": "騰訊控股",
"t": "stock",
"e": "HKEX",
"s": null,
"l": "tencent"
}
]
}- Kline Structure
Get standardized K-line data result sets, including core fields such as opening price, highest price, lowest price, closing price and trading volume. Data covers multiple global markets including A-shares, Hong Kong stocks, and US stocks, providing adjustment factor support, supporting multiple time periods from minute lines to monthly lines
- Market Holidays
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.