waditu / tushare

TuShare is a utility for crawling historical data of China stocks
BSD 3-Clause "New" or "Revised" License
12.88k stars 4.29k forks source link

日线行情数据错误 #1654

Open liujiren opened 2 years ago

liujiren commented 2 years ago

在调用行情接口获取’603363.SH‘ 的历史行情数据时发现开盘、收盘、最高、最低等数据不对 比如: df=pro.daily(ts_code='603363.SH',start_date= ’20191231‘,end_date= ’20191231‘) 收盘应该是:11.96 接口返回:15.42

tushare ID号:468786