Yahoo Finance stock info no longer available via Excel macro

sxpeter

New Member
Joined
Apr 10, 2002
Messages
36
Last week, Yahoo Finance apparently shut down the API that Excel macros use to pull stock data. I have tried using Google Sheets, which does work, but it's a manual process (Copy/Paste-Special from Google Sheets to my Excel worksheet). Has anybody developed a solution that automates the stock data download from Google Sheets, or found another way to automatically download free stock quote information?
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
sxpeter...

You might check out this post.

Cheers,

tonyyy
 
Last edited:
Upvote 0
What I was after was either another source of free stock quotes that can be downloaded into Excel, or a way to automate the copy/paste operation from Google Sheets. Yahoo Finance has evidently permanently disabled the API, so no one, no matter what VBA code they use, can pull stock quotes directly into Excel from Yahoo. Google Sheets, which is a Google-developed basic spreadsheet, has a function named GoogleFinance, which will pull some stock info (Price, Earnings, 52wk hi & lo, market cap and outstanding shares) from Google Finance, in much the same way that the MSNStockPrice addin used to do for Excel. I'm not aware of any way to pull that info directly into Excel, so I have to copy/paste the data from my Google Sheets spreadsheet. I'm just looking to automate that process.
 
Upvote 0
Another thread had a suggestion to do what you said re a Google doc AND publish that to the web then use a VBA query to pull that data

I searched "stock" earlier and it was near the top of the results
 
Upvote 0

Forum statistics

Threads
1,215,474
Messages
6,125,024
Members
449,204
Latest member
LKN2GO

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top