Skip to content

Hunteram/py4fi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://shop.oreilly.com/product/0636920032441.do or under https://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 https://oreilly.quant-platform.com.

Python for Algorithmic Trading Course

Check out our Python for Algorithmic Trading Course under https://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.

https://tpq.io | [email protected] | https://twitter.com/dyjh

Quant Platform | https://oreilly.quant-platform.com

Derivatives Analytics with Python (Wiley Finance) | https://derivatives-analytics-with-python.com

Python for Finance (O'Reilly) | https://python-for-finance.com

Python for Algorithmic Trading Course | https://pyalgo.tpq.io

Python for Finance Online Training | https://training.tpq.io

About

Python for Finance (O'Reilly)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.7%
  • Jupyter Notebook 49.7%
  • Other 0.6%