This repository provides all Python codes and Jupyter Notebooks of the book Python for Finance -- Analyze Big Financial Data by Yves Hilpisch.
Oder the book here http://shop.oreilly.com/product/0636920032441.do or under http://www.amazon.com/Python-Finance-Analyze-Financial-Data/dp/1491945281/.
There are two code versions available: for Python 2.7 and Python 3.5.
Recently Yahoo! Finance stopped their financial data API service that is used in the book in many different places.
One way of fixing it is to simply replace data_source='yahoo'
by data_source='google'
where appropriate (and maybe working with an alternative symbol).
Another way is to use this fix: https://github.com/ranaroussi/fix-yahoo-finance
You can immediately use all codes and Jupyter Notebooks by registering on the Quant Platform under http://oreilly.quant-platform.com.
Check out our Python for Algorithmic Trading Course under http://pyalgo.tpq.io.
© Dr. Yves J. Hilpisch | The Python Quants GmbH
The Quant Platform and all codes/IPython Notebooks come with no representations or warranties, to the extent permitted by applicable law.
http://tpq.io | [email protected] | http://twitter.com/dyjh
Quant Platform | http://oreilly.quant-platform.com
Derivatives Analytics with Python (Wiley Finance) | http://derivatives-analytics-with-python.com
Python for Finance (O'Reilly) | http://python-for-finance.com
Python for Algorithmic Trading Course | http://pyalgo.tpq.io
Python for Finance Online Training | http://training.tpq.io