akfamily / akshare

AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
https://akshare.akfamily.xyz
MIT License
8.96k stars 1.84k forks source link

接口问题报告,stock_intraday_em() #5087

Closed danpianji closed 1 month ago

danpianji commented 1 month ago

获取的数据和实际对不上 以sz301198为例 获取的到的数据如下

65 09:24:39 8.92 9700 中性盘 66 09:24:48 8.92 11002 中性盘 67 09:24:57 8.89 15583 中性盘 68 09:25:00 8.75 17100 买盘 69 09:30:00 8.78 12476 买盘 70 09:30:03 8.87 3165 买盘 71 09:30:06 8.90 625 买盘 72 09:30:09 8.90 1069 买盘 73 09:30:12 8.91 1982 卖盘 74 09:30:15 8.92 1000 买盘 75 09:30:18 8.92 3865 卖盘 76 09:30:21 8.90 1750 卖盘

https://quote.eastmoney.com/f1.html?newcode=0.301198 的截图如下 Image 20240730113732-001

问题:价格和手数,时间是对的,但是箭头的判断不对

danpianji commented 1 month ago

数据为24年7月30日,代码sz301198

albertandking commented 1 month ago

获取的数据和实际对不上

以sz301198为例 获取的到的数据如下

65 09:24:39 8.92 9700 中性盘

66 09:24:48 8.92 11002 中性盘 67 09:24:57 8.89 15583 中性盘 68 09:25:00 8.75 17100 买盘 69 09:30:00 8.78 12476 买盘 70 09:30:03 8.87 3165 买盘 71 09:30:06 8.90 625 买盘 72 09:30:09 8.90 1069 买盘 73 09:30:12 8.91 1982 卖盘 74 09:30:15 8.92 1000 买盘 75 09:30:18 8.92 3865 卖盘 76 09:30:21 8.90 1750 卖盘 https://quote.eastmoney.com/f1.html?newcode=0.301198 的截图如下 Image 20240730113732-001

问题:价格和手数,时间是对的,但是箭头的判断不对

应该是每家的计算方式不同;请按 issues 模板提交问题