-
tushare 财经数据接口包 专用于python
可以直接网络加载很多数据;
如影线信息, 股票信息,最新股市新闻
-
I meet some question when I run China_A_share_market_tushare.py :
Traceback (most recent call last):
File "D:\anaconda3\envs\FinRL\lib\site-packages\spyder_kernels\py3compat.py", line 356, in c…
-
- [x] keywordExtraction
- [x] Baidu
- [x] duckduckgoSearch
- [x] pubmed
- [x] wikipedia
- [x] bing
- [x] google
- [x] google scholar
- [x] DeepL
- [x] Github
- [x] BaiduFanyi
- …
-
这个项目scanfyu/zvt-tushare感觉没做完,我还是没懂怎么能加tushare provider上去,因为jq有些数据缺失,如果用tushare能补上去就好了。
之前也看了issues上面大概介绍了步骤,但还是说得有点浅,我想在zvt项目上直接加provider,而不是新的项目做patch。
-
tushare-getdata获取当日数据的那个接口,没有复权,可能会造成一些数据偏差,问题不算太大
-
## 按照外部包命令 ##
conda install opencv
## tushare ##
https://pypi.python.org/pypi/tushare/
https://github.com/waditu/tushare
### 官方网站介绍 ###
http://tushare.org/
### 安装 ###
Anaconda2-4.1.1-Windo…
-
When I run China_A_share_market_tushare.ipynb, the following error came accross. It seems the dataframe has no attribute date.
--------------------------------------------------------------------…
-
tushare.py被修改后? China_A_share_market_tushare1 的最简单示例都没办法正常运行了, 少了clean_data , 无法正确添加indicators
-
pip2.7 install tushare==0.8.4
Collecting tushare==0.8.4
Using cached tushare-0.8.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
…
xuesj updated
7 years ago
-
I am trying to apply some technical indicators I saw used in a research paper which used Tushare to acquire the data, however due to the strategies feature I find pandas-ta to be much more convenient.…