Catch a specific stock of a period of time, and convert it to excel
股票查询程序,可以按天查询一定时间段内股票数据,生成excel文件,以便测试你自己的炒股算法。
windows/python2.7
,使用前请自行配置环境变量
假设python的安装路径为 c:\python2.7 ,则修改我的电脑->属性->高级->环境变量->系统变量,双击PATH,在结尾添加
;c:\python2.7
,注意有;
Linux 用户请自行编写 Shell
运行 setup.bat
运行 test.bat
请仿照 test.bat ,按需自行编写批处理文件