根据股票代码获取公司代码(factor/get_company_secu_code_mapping)

根据股票代码获取公司代码

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/alphamind/v1/factor/get_company_secu_code_mapping

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
secu_code_list String 股票代码
有多个时中间用,隔开
access_token String 访问令牌

返回参数

参数名 类型 最大长度 默认值 中文名 描述
error_no String 错误代码
error_info String 错误提示
data Object 数据集合

正确返回示例

{"error_no":0,"error_info":"操作成功","data":{"000014":"36","000013":"35"}}