根据报告期查询财务因子信息(factor_finance) 在线调试

根据因子ID,报告期等,查询财务因子信息

网关地址

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

URL

https://sandbox.hscloud.cn/quote/v1/factor/factor_finance

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
start_date String 开始日期
格式如“2018-07-01”,如果date日期不为null,那么该字段无效,且start_date小于等于end_date
contenttype String application/json 媒体类型
end_date String 截止日期
格式如“2018-07-01”,如果date日期不为null,那么该字段无效start_date小于等于end_date
query_type String 10 查询类别
1为按日期查询,2为按照偏移查询
offset String 10 偏移报告期个数
偏移报告期个数 每只代码的偏移个数,当前报告期往前
prod_codes String 500 证券代码集合
如: ["600570.SS","600571.SS"],最多不超过5个
factor_ids String 100 因子ID集合
因子ID集合

返回参数

参数名 类型 最大长度 默认值 中文名 描述

正确返回示例

{
   "start_date":"2016-03-20",
   "end_date":"2018-07-09",
   "query_type":"1",
   "offset":"1",
   "prod_codes":["600570.SS","600571.SS","600572.SS","600573.SS","600574.SS"],
   "factor_ids":["13","14","25"]
}