获取因子更新状态(factor/get_factor_update_status)

获取指定因子前一个交易日是否更新完成更新状态信息

网关地址

沙箱环境调用地址: 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_update_status

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
factor_name_list String 因子名称列表
access_token String 访问令牌
company_id String 机构编码
query_date Integer 查询日期

返回参数

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

正确返回示例

{
 "error_no": 0,
 "error_info": "",
 "data": {
    "end_flag": False,
    "items": [
      "AAAAA": False,
    ]
  }
}