证券信息(query/f10_secu_info) 在线调试

沪深股票证券详情,包含上市板块,发行价,上市日期等

URL

https://sandbox.hscloud.cn/info/v2/query/f10_secu_info

是否需要业务登录

HTTP请求方式

GET

支持格式

JSON

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
en_prod_code String 2000 产品代码集
"股票代码列表:支持多股票,以"",""分隔 约束: 1、个股类接口该字段必选 2、最多支持20只股票"

返回参数

参数名 类型 最大长度 默认值 中文名 描述
secu_code String 200 证券代码
secu_abbr String 200 证券简称
listed_date String 200 上市日期
secu_category String 200 证券类型
secu_market String 200 证券市场
listed_sector String 200 上市板块
pervalue Float 8.4 每股面值
tradingunit Float 8.4 买卖单位
issue_price Float 11.4 发行价
currency_code String 3 币种
isidcode String 200 ISIN码

请求示例

/info/v2/query/f10_secu_info?en_prod_code=600570.SS,000538.SZ&page_no=1&page_count=2

正确返回示例

{
  "data": [
    {
      "20101013": [
        {
          "600570.SS": [
            {
              "currency_code": "",
              "isidcode": "",
              "issue_price": "15.5300",
              "listed_date": "2003-12-16",
              "listed_sector": "主板",
              "pervalue": "1.0000",
              "secu_abbr": "恒生电子",
              "secu_category": "A股",
              "secu_code": "600570",
              "secu_market": "上海证券交易所",
              "tradingunit": ""
            }
          ]
        },
        {
          "000538.SZ": [
            {
              "currency_code": "",
              "isidcode": "",
              "issue_price": "3.3800",
              "listed_date": "1993-12-15",
              "listed_sector": "主板",
              "pervalue": "1.0000",
              "secu_abbr": "云南白药",
              "secu_category": "A股",
              "secu_code": "000538",
              "secu_market": "深圳证券交易所",
              "tradingunit": ""
            }
          ]
        }
      ]
    }
  ]
}