0graph / yfinance

A Yahoo Finance API Custom Function for Google sheets.
31 stars 7 forks source link

yfinance fails #7

Open ricardobraz opened 1 year ago

ricardobraz commented 1 year ago

yfinance Is not returning data anymore.

ironbanbanspace commented 1 year ago

I was using it and I have the same issue.

herkyl commented 1 year ago

Same, just tested it today and it always returns N/A.

herkyl commented 1 year ago

Managed to get it working using https://github.com/tabukmail/Yahoo-Finance-for-Google-Sheet

To get the latest price data I used:

=INDEX(YAHOOF("DBXG.DE", "1d", TODAY()-1, TODAY()), 2, 5)