根据时间获得行业所包含的全部股票信息(securities/fundamental/category_secu_content)
根据时间获得行业所包含的全部股票信息
网关地址
沙箱环境调用地址: | https://sandbox.hscloud.cn |
数据核查类生产调用地址: | https://api.hscloud.cn |
仿真业务接口生产调用地址: | https://vopen.hscloud.cn |
其余生产调用地址: | https://open.hscloud.cn |
URL
https://sandbox.hscloud.cn/alphamind/v1/securities/fundamental/category_secu_content |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
query_date | Integer | 是 | 查询日期 | |||
access_token | String | 否 | 访问令牌 |
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
error_no | String | 错误代码 |
|
||
error_info | String | 错误提示 |
|
||
data | Object | 数据集合 |
|
正确返回示例
{"error_no":0,"error_info":"","data":[{"category_code":"A","category_name":"全A","category_sub_type":"zs","code":" 000001.XSHE"," secu_abbr":"平安银行"}]}