curl --location '/hs/kline_history?symbol=sz000002&limit=100&type=86400&fuquan=1&time=' \
--header 'Authorization: APPCODE {{APPCODE}}'{
"code": 1,
"msg": "ok",
"symbol": "sz000002",
"type": 86400,
"fuquan": "2",
"time": 1781507843,
"data": [
{
"open": "1200.71",
"close": "1202.70",
"high": "1205.67",
"low": "1196.75",
"change": "3.9700",
"changeRate": "0.3312",
"volume": 141447624,
"amount": 44051668017.5,
"time": "2026-06-12 08:00:00",
"ma5": "1200.514",
"ma10": "1209.532",
"ma20": "1222.910",
"ma60": "1264.877"
},
{
"open": "1203.69",
"close": "1199.72",
"high": "1207.65",
"low": "1196.75",
"change": "-2.9800",
"changeRate": "-0.2478",
"volume": 127420017,
"amount": 39745820722.51,
"time": "2026-06-15 08:00:00",
"ma5": "1200.316",
"ma10": "1206.163",
"ma20": "1220.185",
"ma60": "1262.284"
}
]
}