GET
/
hk-stock
/
transfers
港股股票转板
curl --request GET \
  --url https://crabc.test.investoday.net/data/hk-stock/transfers \
  --header 'apiKey: <api-key>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "announceDate": "2014-08-25 00:00:00",
      "stockCode": "00048",
      "stockName": "中国汽车内饰",
      "stockCodePre": "08321",
      "mainBoardListDate": "2014-08-25 00:00:00",
      "gemLastTradeDate": "2014-08-22 00:00:00"
    }
  ]
}

Authorizations

apiKey
string
header
required

API访问的安全令牌

Query Parameters

stockCode
string
required

股票代码

Example:

"00001"

Response

成功响应

code
integer<int32>

响应状态码

Example:

0

message
string

响应消息

Example:

"success"

data
object[]