市场概要信息(market/summary) 在线调试

获取市场的概要信息

网关地址

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

URL

https://sandbox.hscloud.cn/quote/v1/market/summary

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
en_finance_mic String 500 交易所识别码集合
可请求一个或多个市场,但是不能为空。

返回参数

参数名 类型 最大长度 默认值 中文名 描述
finance_mic_grp Object 市场对象

请求示例

/quote/v1/market/summary?en_finance_mic=XHKG-M

正确返回示例

{"data":{"finance_mic_grp":[{"finance_mic":"XASE","finance_name":"美国证券交易所","market_date":20170421,"init_date":20170421,"timezone":-300,"timezone_code":"EST","dst":1,"market_level":"L1","market_delay_mins":15,"type_grp":[{"hq_type_code":"R","hq_type_name":"权证","type_unitname":"","px_scale":10000,"px_precision":3,"init_date":20170421,"trade_section_grp":[{"opentime":930,"closetime":1600,"open_min":570,"close_min":960}]},{"hq_type_code":"M","hq_type_name":"其他","type_unitname":"","px_scale":10000,"px_precision":3,"init_date":20170421,"trade_section_grp":[{"opentime":930,"closetime":1600,"open_min":570,"close_min":960}]},{"hq_type_code":"EUF","hq_type_name":"基金","type_unitname":"","px_scale":10000,"px_precision":3,"init_date":20170421,"trade_section_grp":[{"opentime":930,"closetime":1600,"open_min":570,"close_min":960}]},{"hq_type_code":"ES","hq_type_name":"股票","type_unitname":"","px_scale":10000,"px_precision":3,"init_date":20170421,"trade_section_grp":[{"opentime":930,"closetime":1600,"open_min":570,"close_min":960}]}]}]}}