get https://api.itick.org/stock/base
Log in to see full request history
Response
xxxxxxxxxx
curl --request GET \
--url 'https://api.itick.org/stock/base?region=HK&code=700' \
--header 'accept: application/json'
xxxxxxxxxx
21{
"code": 0,
"msg": null,
"data": {
"s": "839.HK",
"nc": "Zhongjiao Holdings",
"ne": "CHINA EDU GROUP",
"nh": "Zhongjiao Holdings",
"e": "SEHK",
"c": "HKD",
"l": 1000,
"t": 2713791221,
"cs": 2713791221,
"hs": 2713791221,
"ep": 0.5555219630532146,
"ept": 0.5984943570767414,
"bps": 6.618762900073513,
"dy": 0.3387696962454725,
"b": "HKEquity"
}
}