Downloading historical stock data from MSN Money to Excel via VBA

G

Guest

Currently, I can manually download historical stock data from MSN Money in an
Excel spreadsheet by first displaying the chart for the stock, and then
selecting "File - Export Data". Previously, I was able to achieve this via
an Excel VBA macro using the following web query URL:

http://moneycentral.msn.com/scripts...&C5=1&C6=2000&C7=4&C8=2006&C9=2&FileDownload=

However, MSN had changed the URL during one of their site upgrades and the
above URL no longer works (and I suspect some or all of the parameters have
changed as well). Does anyone know what the new URL is? Basically, I want
to be able to download historical stock data via an Excel VBA macro as if I
were doing it manually via the site's chart module (File - Export Data).

Thanks,
-Alex
 
C

Charles

Alix,

I have a small program for Stocks(Yahoo). If you want I can send it to
you.

Remove the spam.
(e-mail address removed)
 
G

Guest

Charles,

Actually, I am currently downloading my historical data from Yahoo.
However, I've noticed that Yahoo doesn't have historical data for certain
sector indices (e.g. ^DDX - Disk Drive Index) while MSN does ($DDX.X).
That's why I'm interested in getting my MSN web query URL working again ...

Thanks for your offer.
-Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top