-
- [x] https://tushare.pro/document/2?doc_id=189
-
楼主,启动报这个错
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'tushare.token' in value "${tushare.token}"
at org.springframework.util.PropertyPlaceholderHelper.parseStringV…
-
df = ts.pro_bar(ts_code=stock_code,start_date=start, end_date=end, \
adj='qfq', ma=[20,60])
如没有qfq,没有报错,如果添加qfq,就会报下面错误,WIN10 python 3.7环境
传入参数:ts_code 600000.SZ start_date '…
-
`pro =tushare.set_token(xxxxx)
data = pro.pro_bar(xxxxxx)`
提示》》》》Exception: 抱歉,没有pro_bar接口
但是用
`pro =tushare.set_token(xxxxx)
data=tushare.pro_bar(api=pro, xxxx)`
可以调用成功
-
更新SDK版本至1.2.41,刷新token,但运行
pro = ts.pro_api('...')
ts.pro_bar(api=pro, ts_code=scode, adj='hfq', start_date=sdt, end_date=edt)
时遇到以下报错:
抱歉,您没有权限访问该接口,权限的具体详情访问:https://tushare.pro/document/1?doc…
-
Pro Api 调用pro_bar 时,抛出异常 : 抱歉,没有pro_bar接口
-
运行以下代码时
data = tushare.pro_bar(xxxxx)
出现错误,显示:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-23: ordinal not in range(128)
-
- [x] https://tushare.pro/document/2?doc_id=170
- [x] https://tushare.pro/document/2?doc_id=171
- [x] https://tushare.pro/document/2?doc_id=172
- [x] https://tushare.pro/document/2?doc_id=173
- [x…
-
ts.get_index(),amount:成交金额(亿元)这几天一直为0哦
icesk updated
5 years ago
-
刚刚试了上证指数,沪深300指数获取不到,可以看下是什么原因吗。
`df = pro.index_daily(ts_code='1B0300.SH', start_date='20190820', end_date='20190822')`
得到结果
```
Columns: [ts_code, trade_date, close, open, high, low, pre_close…