stockforecast use stock history data to forecast future data use the api of tushare to get stock data need to install :tushare pandas lxml pyton -m pip install tushare pyton -m pip install pandas pyton -m pip install lxml (this will be fail,just download the .exe from official site) https://pypi.python.org/pypi/lxml/3.4.2 html5lib is also needed pyton -m pip install html5lib