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

关于603650收盘数据错误的问题 #1260

Closed miaoxingjun closed 4 years ago

miaoxingjun commented 4 years ago

import tushare as ts print(ts.pro_bar(ts_code='603650.SH', start_date='20190527',end_date='20190529',adj='hfq'))

D:\Python\tools\Anaconda3\python.exe D:/Python/pro/我的开发/测事.py ts_code trade_date open high low close pre_close change \ 0 603650.SH 20190529 23.45 24.08 23.05 24.08 21.89 2.19
1 603650.SH 20190528 19.59 21.89 19.59 21.89 19.90 1.99
2 603650.SH 20190527 19.13 19.99 19.11 19.90 19.32 0.58

实际收盘价 19.56

tushare注册名:喵星君 手机号尾号1709

miaoxingjun commented 4 years ago

none