Comments on: Multiple Stock Quote Downloader for Excel https://investexcel.net/multiple-stock-quote-downloader-for-excel/ Excel Investment Spreadsheets Wed, 08 Jun 2022 19:14:24 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: Bill Arcudi https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-7/#comment-83384 Wed, 08 Jun 2022 19:14:24 +0000 http://investexcel.net/?p=3878#comment-83384 Thanks for the nice spreadsheet Samir.

This sheet has been referenced from a GitHub discussion of YLOADER that ran into the same Yahoo change (Adjusted Close addition) that you had to address. In that thread, someone mentioned that the last (or first, depending on the sort) date is unformatted in the worksheets. I believe that this is caused by a miscalculation in determining the last row just prior to the format set in the DownloadData sub. Specifically:
lastRow = Sheets(stockTicker).UsedRange.Row – 2 + Sheets(stockTicker).UsedRange.Rows.Count

should be
lastRow = Sheets(stockTicker).UsedRange.Row – 1 + Sheets(stockTicker).UsedRange.Rows.Count

Really, lastrow for this purposes could be simply equal to Sheets(stockTicker).UsedRange.Rows.Count, but I didn’t want to trace down all possible usages and why you wanted to include the starting row, so I made the simpler change.

]]>
By: Samir Khan https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-83346 Tue, 03 May 2022 19:44:52 +0000 http://investexcel.net/?p=3878#comment-83346 In reply to Joop van Dijk.

Check out the updated version

]]>
By: Samir Khan https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-83345 Tue, 03 May 2022 19:44:37 +0000 http://investexcel.net/?p=3878#comment-83345 In reply to Erwin.

The latest version fixes the changes made by YAhoo

]]>
By: Samir Khan https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-83344 Tue, 03 May 2022 19:44:17 +0000 http://investexcel.net/?p=3878#comment-83344 In reply to Andrea.

Please download the latest version

]]>
By: Dave S. https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-7/#comment-83342 Tue, 03 May 2022 15:28:07 +0000 http://investexcel.net/?p=3878#comment-83342 Thank you for the latest update to align with Yahoo’s changes.

]]>
By: Robert Page https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-7/#comment-83341 Tue, 03 May 2022 12:30:55 +0000 http://investexcel.net/?p=3878#comment-83341 Hi Samir,
after downloading your latest version the problem was solved!
Regards and thank you.

]]>
By: Andrea https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-83340 Tue, 03 May 2022 09:36:53 +0000 http://investexcel.net/?p=3878#comment-83340 Hi,
In the WB for Yahoo Since last week the routine returns a “runtime error” at this line “cookie = Split(.getResponseHeader(“Set-Cookie”), “;”)(0)” requesting a valid CRUMB.
I suspect something changed in the WinHTTP.dll. What’s exactly happened?

]]>
By: Erwin https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-83339 Mon, 02 May 2022 23:14:09 +0000 http://investexcel.net/?p=3878#comment-83339 Hello Samir
I use this spreadsheet every month to download closing prices of a 50 stocks for the US and Canadian markets.
Today, for the first time, it stopped working and a Window appeared on screen:
When I run the “Debug”, it shows me programming stuff that I do not understand.
I did email you the same message with pictures of the Windows that appear.
I am not a programmer, so this stuff is beyond my comprehension!
Is it fixable? Let me know please.
Truly appreciate this tool.
Kindest regards, Erwin

]]>
By: Joop van Dijk https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-83338 Mon, 02 May 2022 23:00:52 +0000 http://investexcel.net/?p=3878#comment-83338 Unfortunately the VBA script stops after a few seconds as Yahoo changed something on their side. This goes for the file I have in use for years but also for the blank template. It’s documented on Github but way above my head. Hope you’re able to fix it yet again! Tnx Samir…

]]>
By: erick https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-50336 Tue, 10 Oct 2017 02:22:15 +0000 http://investexcel.net/?p=3878#comment-50336 Hi. I’ve dl your most recent bulk downloader using excel, also the hourly data downloader.

I recently got rid of a Dell xps15 and replaced it with a Maingear laptop. Dell kept blue-screening.

Now, excel continuously crashes. BTW it only crashes when I have your software running, especially the hourly. I believe it to be an Excel issue – I’m using 64-bit 2016 MSO Excel. Any ideas?

]]>
By: Alex https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-50288 Fri, 06 Oct 2017 06:54:42 +0000 http://investexcel.net/?p=3878#comment-50288 Hi Samir,

when i run the code it works perfectly with most of the tickers. but with some of them it just stops and returns 1004 error. for example, when i choose these parameters:
Start Date 2016-10-06
End Date 2017-10-06
Frequency d
the code stops when it copies data for CO from 25/10/2016, second column (“High”). i.e. it copies the data from 06/10/2016 to 24/10/2016 and then stops on the row “25/10/2016”
When i delete this ticker, all works fine
could you please check what can be the problem? I would really appreciate if you can fix it or at least let me know what can go wrong here

thank you!

]]>
By: Marc https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-50254 Mon, 02 Oct 2017 11:29:52 +0000 http://investexcel.net/?p=3878#comment-50254 I got the error code 429, which states that it can show Active-X components on my mac, when I try to run the macro. I am working with Excel 2011.
Can somebody help?

]]>
By: jo https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-50244 Sat, 30 Sep 2017 14:09:13 +0000 http://investexcel.net/?p=3878#comment-50244 Hi Samir, I would like to bring it to your notice that it stops the below line
ErrorHandler:

Worksheets(“Parameters”).Select.

Could you please look in to it. And do you have the same file ditto for google intraday for bulk stocks?

]]>
By: João Mateus https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-50232 Wed, 27 Sep 2017 16:28:43 +0000 http://investexcel.net/?p=3878#comment-50232 In reply to achmad erik.

Hello Samir,
Fantastic support e work, can you give some tip to capture European quotes?
Example ELI:BCP is Null

Any tip, any name adaptation
Hope to get your contact

Thanks

]]>
By: achmad erik https://investexcel.net/multiple-stock-quote-downloader-for-excel/comment-page-6/#comment-50205 Sat, 23 Sep 2017 04:44:24 +0000 http://investexcel.net/?p=3878#comment-50205 Hai samir… your file very help me.
but how i can automaticly copy and paste the historical price to the exist sheet without make many new sheet. because at my exist sheet there are formula. thank you

]]>