怎么使用股票apiL2接口的数据分析?
一般选择了股票apiL2接口,获取了相关的数据,就可以直接查询和查看。
从中获得的数据也都是真实性的,不用担心其数据的准确性。
另外,股民在炒股时不仅仅只是需要得知相关数据,还得会对其涨幅进行精准分析和判断,从而决定买进卖出等获得收益。
来看看股票apiL2接口的十档行情快照:
字段名 | 类型 | 备注 |
stock_exchange | uint32 | 证券市场,见数据字典 |
stock_code | string | 证券代码 |
created_at | int64 | 快照日期时间戳(毫秒) |
status | uint32 | 状态:0-开盘前,1-开盘集合竞价,2-集合竞价至连续竞价,3-连续竞价, 4-中午休市,5-收盘集合竞价,6-闭市 |
prev_close_price | uint32 | 前收盘价 |
open_price | uint32 | 开盘价 |
latest_price | uint32 | 最新价 |
high_price | uint32 | 最高价 |
low_price | uint32 | 最低价 |
limit_up_price | uint32 | 涨停价 |
limit_down_price | uint32 | 跌停价 |
order_quantity | uint32 | 成交笔数 |
volume | uint64 | 成交数量 |
amount | uint64 | 成交金额 |
bid_volume | uint64 | 委托买入数量 |
bid_price | uint32 | 委托买入加权平均价 |
ask_volume | uint64 | 委托卖出数量 |
ask_price | uint32 | 委托卖出加权平均价 |
bid_price_detail | repeated uint32 | 委托买入价格明细(十档) |
bid_volume_detail | repeated uint32 | 委托买入数量明细(十档) |
ask_price_detail | repeated uint32 | 委托卖出价格明细(十档) |
ask_volume_detail | repeated uint32 | 委托卖出数量明细(十档) |
返回示例:
然而,并不是所有人都会进行相关数据分析,所以这个时候就可以通过股票apiL2接口的数据来进行分析,从而进行下一步决策。
今天 的分享就到这结束了,想要知道更多关于L2行情接口的信息,可以选择到https://gitee.com/l2gogogo这来看,或者找下方qq名片。