按照指定日期范围买卖点日期列表(index_bs_list) 在线调试

按照指定日期范围买卖点日期列表

网关地址

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

URL

https://sandbox.hscloud.cn/quote/v2/index_bs_list

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
prod_code String 32 产品代码
index_type String 32 索引类型
param_val String 32 指标参数
指标参数,用逗号分隔,默认使用默认参数的标准参数
start_date String 开始日期
end_date String 截止日期

返回参数

参数名 类型 最大长度 默认值 中文名 描述
prod_code String 32 产品代码
如果查询不到,则不返回
bs_date_grp Object 买卖点日期集合

请求示例

/quote/v2/index_bs_list?prod_code=100303.XSHE&index_type=ma¶m_val=9,3,9&start_date=20150909&end_date=20160909 

正确返回示例