I have a google sheet that I use to monitor my forex trades. in it I use the googlefinance function to retrieve the latest forex quotes.
And it did work fine until very few days ago, now I'm getting an error:
Errore
Durante la valutazione di GOOGLEFINANCE,
la query per il simbolo "AUDCAD"
non ha restituito dati.
(in english would something like: "Error while evaluating GOOGLEFINANCE, query for symbol AUDCAD didn't return any data")
The function that worked until few days ago was:
=GOOGLEFINANCE("CURRENCY:AUDCAD")
now it seems to briefly work with:
=GOOGLEFINANCE("AUDCAD")
shows the price for a moment, but then turns back to N/A.
I'm not sure what could have changed there but I could not find any notice that things might be changing.