adrianmichel / yloader

Free stock quotes downloader
http://www.yloader.com
42 stars 18 forks source link

Error 401 #23

Open Octobre53 opened 1 week ago

Octobre53 commented 1 week ago

Screenshot_1

fredurble commented 1 week ago

Yahoo's site said historical access using an API has been disabled. You can download data using the following link, but it is in a different format (JSON): https://query1.finance.yahoo.com/v7/finance/chart/NVDA?&period1=1265846400&period2=1707523200&interval=1wk

Octobre53 commented 1 week ago

Screenshot_1 If I understand correctly, we can no longer download data from Yahoo

amiralshoq commented 1 week ago

Screenshot_1

The same error appeared with me and we are waiting for the hero who will help us. I wonder why the program does not connect to the Google server, especially since the data is downloaded late.

BoulderLou commented 1 week ago

Since it may take a while for Adrian to modify the Yloader code, I made a few quick code modifications to the InvestExcel multiple stock downloader spreadsheet which now performs bulk downloads from Yahoo using their new JSON format. It was much quicker for me to modify the spreadsheet than going through and modifying the Yloader code.

Give it a try if you like, and/or make modifications to suit your needs. Keep in mind that it has limited testing and is designed for my specific requirements.

The file location is here: https://github.com/BoulderLou/Multiple-Stock-Quote-Downloader-Yahoo-Json-Fix