curl --location --request GET 'https://api.autostock.cn/v1/stock?code='
HttpResponse.Code
{
"code": 0,
"message": "",
"traceId": "",
"data": [
{
"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
}
],
"meta": {}
}