Skip to content

Commit

Permalink
Note on Yahoo! Finance API issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
yves committed Jul 7, 2017
1 parent bbf7b41 commit 10a8764
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Oder the book here http://shop.oreilly.com/product/0636920032441.do or under htt

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.
Expand Down

0 comments on commit 10a8764

Please sign in to comment.