Forum Discussion

Dash_Riprock_UK's avatar
Dash_Riprock_UK
Frequent Visitor
1 year ago

Yahoo Finance Power Query Link Not Working

Hello,

I have a spreadsheet which downloads daily currency rates from Yahoo Finance using PowerQuery, for example...

 

= Csv.Document(Web.Contents("https://query1.finance.yahoo.com/v7/finance/download/USDGBP=X?period1=1609459200&period2=1924905600&interval=1d&events=history&includeAdjustedClose=true"),[Delimiter=",", Columns=7, Encoding=65001, QuoteStyle=QuoteStyle.None])

 

This has been working fine for months, and then today, when I go to refresh, I'm met with a message saying, " We couldn't authenticate with the credentials provided.  Please try again".

 

This information is readily available and doesn't require an account.  So why is this happening now?  Please can anyone help this has broken many months of work (and I've not changed a thing since setting it up and getting it working).

30 Replies