{
"code": "002812",
"month": "",
"startDate": "2024-4-10",
"endDate": "2025-4-10",
"startDayNum": 10,
"endDayNum": 17,
"weeks": [],
"pageNum": 1,
"pageSize": 10
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/stockHistory/listDayRange' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "002812",
"month": "",
"startDate": "2024-4-10",
"endDate": "2025-4-10",
"startDayNum": 10,
"endDayNum": 17,
"weeks": [],
"pageNum": 1,
"pageSize": 10
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"total": 0,
"list": [
{
"code": "",
"name": "",
"currDate": "",
"lowestPrice": 0.0,
"openingPrice": 0.0,
"yesClosingPrice": 0.0,
"closingPrice": 0.0,
"highestPrice": 0.0,
"amplitude": 0.0,
"amplitudeProportion": 0.0,
"tradingVolume": 0.0,
"tradingValue": 0.0,
"highestTime": "",
"lowestTime": "",
"openPercent": 0.0,
"highestPercent": 0.0,
"lowestPercent": 0.0,
"zt": 0,
"tProportion": 0.0,
"outDish": 0,
"innerDish": 0,
"changingProportion": 0.0,
"than": 0.0,
"avgPrice": 0.0,
"market": 0.0,
"ltMarket": 0.0,
"staticPriceRatio": 0.0,
"dynamicPriceRatio": 0.0,
"ttmPriceRatio": 0.0,
"buyHand": 0,
"sellHand": 0,
"appointThan": ""
}
]
}
}