{
"node": "string",
"industryCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sort": "string",
"asc": 0
}
curl --location --request POST 'https://api.autostock.cn/v1/stock/rank' \
--header 'Content-Type: application/json' \
--data-raw '{
"node": "string",
"industryCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sort": "string",
"asc": 0
}'
HttpResponse.Code
{
"code": 0,
"message": "",
"traceId": "",
"data": {
"rank": [
{
"code": "",
"name": "",
"type": "",
"priceChange": "",
"changePercent": "",
"open": "",
"close": "",
"price": "",
"high": "",
"low": "",
"volume": "",
"volumeRate": "",
"turnover": "",
"turnoverRate": "",
"PE": "",
"SPE": "",
"PB": "",
"totalWorth": "",
"circulationWorth": "",
"date": "",
"buy": [
""
],
"sell": [
""
],
"minData": [
[
""
]
],
"requestFail": 0,
"resolveFail": 0
}
],
"pageIndex": 0,
"pageSize": 0,
"totalRecord": 0,
"requestFail": 0,
"resolveFail": 0
},
"meta": {}
}