curl --location --request GET '/hs_kline?code=000001.SZ&limit=10&period=5&fuquan=0' \
--header 'Authorization: APPCODE {{APPCODE}}'
{
"code": 20000,
"data": {
"code": "000001.SZ",
"candle": [
[
1724654400,
10.5,
10.49,
10.5,
10.49,
12284,
12889708,
-0.01,
-0.1
]
],
"type": "stock",
"fields": [
"tick_at",
"open_px",
"close_px",
"high_px",
"low_px",
"turnover_volume",
"turnover_value",
"px_change",
"px_change_rate"
]
},
"message": "OK"
}