市场概要信息(market/summary)
获取市场的概要信息
网关地址
沙箱环境调用地址: | https://sandbox.hscloud.cn |
数据核查类生产调用地址: | https://api.hscloud.cn |
其余生产调用地址: | https://open.hscloud.cn |
URL
https://sandbox.hscloud.cn/quote/v1/market/summary |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET |
---|
支持格式
JSON |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
en_finance_mic | String | 是 | 500 | 交易所识别码集合 |
可请求一个或多个市场,但是不能为空。
|
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
finance_mic_grp | Object | 市场对象 |
请求示例
/quote/v1/market/summary?en_finance_mic=XHKG-M
正确返回示例
{"data":{"finance_mic_grp":[{"timezone":-300,"market_date":20170421,"finance_mic":"XASE","type_grp":[{"hq_type_name":"权证","type_unitname":"","trade_section_grp":[{"close_min":960,"closetime":1600,"open_min":570,"opentime":930}],"px_precision":3,"init_date":20170421,"px_scale":10000,"hq_type_code":"R"},{"hq_type_name":"其他","type_unitname":"","trade_section_grp":[{"close_min":960,"closetime":1600,"open_min":570,"opentime":930}],"px_precision":3,"init_date":20170421,"px_scale":10000,"hq_type_code":"M"},{"hq_type_name":"基金","type_unitname":"","trade_section_grp":[{"close_min":960,"closetime":1600,"open_min":570,"opentime":930}],"px_precision":3,"init_date":20170421,"px_scale":10000,"hq_type_code":"EUF"},{"hq_type_name":"股票","type_unitname":"","trade_section_grp":[{"close_min":960,"closetime":1600,"open_min":570,"opentime":930}],"px_precision":3,"init_date":20170421,"px_scale":10000,"hq_type_code":"ES"}],"market_delay_mins":15,"init_date":20170421,"dst":1,"timezone_code":"EST","market_level":"L1","finance_name":"美国证券交易所"}]}}