获取因子列表(factor/get_factor_list)
按分类返回因子列表
网关地址
沙箱环境调用地址: | 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_factor_list |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
access_token | String | 否 | 访问令牌 | |||
fields | String | 否 | 字段集合 |
默认为所有字段
|
||
factor_type | String | 否 | 因子类型 |
包括:‘0’-基本面,‘1’-技术面,‘2’-高频,‘3’-舆情,‘4’-事件
|
||
company_id | String | 否 | 91000 | 机构编码 |
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
error_no | String | 错误代码 |
|
||
error_info | String | 错误提示 |
|
||
data | Object | 返回数据 |
正确返回示例
{"error_no":0,"error_info":"","data":[{"factor_name":"bp_lr","factor_chi_name":"市净率导致,最新年报","factor_description":"归属母公司股东权益","start_date":"2019010","end_date":"20190601","factor_type":"0"},{}]}