2106-源码 python 股票 提取 交易数据
产品说明:
1.安装的包:
install python3.5
pip install tushare
pip install xlwt
pip install pandas
2.特点:
股票代码 添加到配置文件:stockList.txt
3.命令行操作:
---------help content------------------------------------------------------
| -f fname [get all stock data from config file]
| -a a [all stock data save to one file 'stock.xls']
| -s 20170111 [start time,format YYYYMMDD]
| -e 20180111 [end time,format YYYYMMDD]
| for example:
| example 1: all stock data write in one file 'stock.xls
| python main.py -a a -f stockList.txt -s 20170111 -e 20180111
| example 2: all stock data write in different files
| python main.py -f stockList.txt -s 20170111 -e 20180111
| example 3: default time is now to now -365day
| python main.py -f stockList.txt
|
| stock code is 601800.SH or 300298.SZ or 000882.SZ
---------------------------------------------------------------------------------
产品支持定制:
1.提供功能详细说明。
2.数据格式,存储文件类型
3.数据表现形式


