quantjin / py4fi

Python for Finance (O'Reilly)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python for Finance (O'Reilly)

This repository provides all Python codes and Jupyter Notebooks of the book Python for Finance -- Analyze Big Financial Data by Yves Hilpisch.

alt text

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.

Yahoo! Finance Issue

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

Quant Platform

You can immediately use all codes and Jupyter Notebooks by registering on the Quant Platform under http://oreilly.quant-platform.com.

Python for Algorithmic Trading Course

Check out our Python for Algorithmic Trading Course under http://pyalgo.tpq.io.

Company Information

© 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 | pff@tpq.io | 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

About

Python for Finance (O'Reilly)


Languages

Language:Jupyter Notebook 56.1%Language:HTML 43.4%Language:Python 0.5%Language:CSS 0.0%