get https://api.itick.org/symbol/list
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url 'https://api.itick.org/symbol/list?type=stock®ion=hk&code=700' \
--header 'accept: application/json'
xxxxxxxxxx
12{
"code": 200,
"status": "ok",
"data": [
{
"c": "700",
"n": "TENCENT HOLDINGS LIMITED",
"t": "stock",
"e": "HKEX"
}
]
}