joshuaulrich / quantmod

Quantitative Financial Modelling Framework
http://www.quantmod.com/
GNU General Public License v3.0
798 stars 219 forks source link

getFinancials #327

Closed ghost closed 3 years ago

ghost commented 3 years ago

How to handle getFinancials issues that Google Finance stopped providing data in March, 2018.

JAVA <- getFinancials('JAVA')
Error: ‘getFinancials.google’ is defunct.
Google Finance stopped providing data in March, 2018.
You could try some of the data sources via Quandl instead.
See help("Defunct") and help("quantmod-defunct")
stakerauo commented 3 years ago

According to the boys over at Stockoverflow the getFinancials function is not working as per quantmod version 0.4-15.

joshuaulrich commented 3 years ago

This was reported in #221. One of the comments has a link to a work-around to get Yahoo data.

In order for getFinancials() to work again, someone needs to implement a method for a data provider (e.g. #301).

I'm closing this since the topic is already discussed in other issues.