+ Reply to Thread
Results 1 to 14 of 14

[SOLVED] XL2000 stock price web query stopped working

  1. #1
    Matthew Guerreiro
    Guest

    [SOLVED] XL2000 stock price web query stopped working

    I have been using the "Microsoft Investor Stock Quotes.iqy" that was included
    in Excel 2000 to get current stock prices. On July 7, 2000, this query
    stopped working, returning the following error message: "Unable to open
    http://investor.msn.com/external/exc...p?SYMBOL=x+y+z
    Cannot download the information you requested."

    Has Microsoft stopped supporting this web query?

    Are there any workarounds? I have 6 years of portfolio performance data in
    an excel spreadsheet that I would like to keep using.

    Thanks.

  2. #2
    Brian Smith
    Guest

    RE: XL2000 stock price web query stopped working

    I am having the same problem with EXCEL2003. I assume you meant it stopped
    working on July 7, 2005. I also have a strong, immediate need for a fix or
    work-around.

    "Matthew Guerreiro" wrote:

    > I have been using the "Microsoft Investor Stock Quotes.iqy" that was included
    > in Excel 2000 to get current stock prices. On July 7, 2000, this query
    > stopped working, returning the following error message: "Unable to open
    > http://investor.msn.com/external/exc...p?SYMBOL=x+y+z
    > Cannot download the information you requested."
    >
    > Has Microsoft stopped supporting this web query?
    >
    > Are there any workarounds? I have 6 years of portfolio performance data in
    > an excel spreadsheet that I would like to keep using.
    >
    > Thanks.


  3. #3
    Matthew Guerreiro
    Guest

    RE: XL2000 stock price web query stopped working

    That's right Brian. The query worked until July 7th, 2005. Sorry for the
    typo.



  4. #4

    Re: XL2000 stock price web query stopped working

    Mine went down as well. It took some trial and error but I found the
    query on the moneycentral site:

    Old: http://investor.msn.com/external/exc...YMBOL=MSFT,IBM
    New:
    http://moneycentral.msn.com/investor...YMBOL=MSFT,IBM

    Best of luck,

    Jason


  5. #5
    Matthew Guerreiro
    Guest

    Re: XL2000 stock price web query stopped working

    Thanks Jason. After a bit of fiddling with the link you supplied, I got
    things back to the way they were.

    It would have been nice of Microsoft to have warned us about this change,
    wouldn't it?


  6. #6
    Brian Smith
    Guest

    Re: XL2000 stock price web query stopped working

    Thanks for posting this fix. It worked fine after, of course, it took over an
    hour's worth of experimentation to implement it since just changing the URL
    in the EDIT|QUERY (the most logical approach) wouldn't save the change.
    Ultimately I had to delete the entire old query and set up the new one.

    Anyway, thanks again.

    Brian Smith

    "[email protected]" wrote:

    > Mine went down as well. It took some trial and error but I found the
    > query on the moneycentral site:
    >
    > Old: http://investor.msn.com/external/exc...YMBOL=MSFT,IBM
    > New:
    > http://moneycentral.msn.com/investor...YMBOL=MSFT,IBM
    >
    > Best of luck,
    >
    > Jason
    >
    >


  7. #7
    Kim Blake
    Guest

    Re: XL2000 stock price web query stopped working

    Yes, thank you very much, it took me over 2 hours to convert mine over (8
    pages). I guess when the service is free, you get what you pay for!

    "Brian Smith" wrote:

    > Thanks for posting this fix. It worked fine after, of course, it took over an
    > hour's worth of experimentation to implement it since just changing the URL
    > in the EDIT|QUERY (the most logical approach) wouldn't save the change.
    > Ultimately I had to delete the entire old query and set up the new one.
    >
    > Anyway, thanks again.
    >
    > Brian Smith
    >
    > "[email protected]" wrote:
    >
    > > Mine went down as well. It took some trial and error but I found the
    > > query on the moneycentral site:
    > >
    > > Old: http://investor.msn.com/external/exc...YMBOL=MSFT,IBM
    > > New:
    > > http://moneycentral.msn.com/investor...YMBOL=MSFT,IBM
    > >
    > > Best of luck,
    > >
    > > Jason
    > >
    > >


  8. #8
    DAL1066
    Guest

    Re: XL2000 stock price web query stopped working



    "Kim Blake" wrote:

    > Yes, thank you very much, it took me over 2 hours to convert mine over (8
    > pages). I guess when the service is free, you get what you pay for!
    >
    > "Brian Smith" wrote:
    >
    > > Thanks for posting this fix. It worked fine after, of course, it took over an
    > > hour's worth of experimentation to implement it since just changing the URL
    > > in the EDIT|QUERY (the most logical approach) wouldn't save the change.
    > > Ultimately I had to delete the entire old query and set up the new one.
    > >
    > > Anyway, thanks again.
    > >
    > > Brian Smith
    > >
    > > "[email protected]" wrote:
    > >
    > > > Mine went down as well. It took some trial and error but I found the
    > > > query on the moneycentral site:
    > > >
    > > > Old: http://investor.msn.com/external/exc...YMBOL=MSFT,IBM
    > > > New:
    > > > http://moneycentral.msn.com/investor...YMBOL=MSFT,IBM
    > > >
    > > > Best of luck,
    > > >
    > > > Jason
    > > >
    > > > Thanks...how do I enter this new query or modify the old one...please help

    Doug




  9. #9
    David McRitchie
    Guest

    Re: XL2000 stock price web query stopped working

    Hi Doug,
    When you post something new it should *not* have any > indication in front
    as that indicates previous material, the deeper (>>, >>>>) the earlier within the thread,
    you could also clip out less relevant parts, especially if you are going to
    bottom post, because most people will have just read the previous posts.

    You will have to look at your macro code to see what you have to change.
    It is not going to be exactly the same change for everybody, but where
    two symbols are entered the format of the output differs than if only one
    symbol were supplied.

    Based on Jason Welles information

    Different Ways of Using Web Queries in Microsoft Office Excel 2003, MSDN
    http://msdn.microsoft.com/library/en...asp?frame=true

    watch out for old links within query:
    Old: http://investor.msn.com/external/exc...YMBOL=MSFT,IBM
    New: http://moneycentral.msn.com/investor...YMBOL=MSFT,IBM

    Old: http://quote.money.cnn.com/quote/quote?symbols=msft
    New: http://money.cnn.com/quote/quote.htm...ymb=MSFT%20IBM (not sure)

    You will have to look to see where the macro is that you are running and look for
    code that invokes bringing up and HTML page but as a query. If you look at
    the several MSDN examples in teh first link you will get an idea of what you are looking
    for based on the example below that link.

    -
    HTH, (see my stocks.htm page)
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "DAL1066" <[email protected]> wrote in message news:7E10D7F8-A7A9-44A2-8D7E-
    > Thanks...how do I enter this new query or modify the old one...please help
    > Doug
    >
    >
    >




  10. #10
    David Truijen
    Guest

    Re: XL2000 stock price web query stopped working

    This solution also works when downloading foreign currency quotes.

    David Truijen

    "[email protected]" wrote:

    > Mine went down as well. It took some trial and error but I found the
    > query on the moneycentral site:
    >
    > Old: http://investor.msn.com/external/exc...YMBOL=MSFT,IBM
    > New:
    > http://moneycentral.msn.com/investor...YMBOL=MSFT,IBM
    >
    > Best of luck,
    >
    > Jason
    >
    >


  11. #11
    Alias2k5
    Guest

    Re: XL2000 stock price web query stopped working

    FYI the MSN tech support people were unaware of this when I emailed them -
    they referred me to Excel tech support, who sent me back. Nice to see the
    MSN reference pages here.

    I think MSN supported both the "old" and "new" URLs for some time, then
    terminated the old one. I was lucky enough to have a currency exchange
    worksheet with the new URL that continued to work when the old worksheet
    failed, and found it had a different query parameter. For those not sure how
    to change:

    1. L-click an active cell in the table (not the B7 list)
    2. This lights up the query toolbar buttons: L-click "Edit Query"
    3. Change the "Enter the address" (top) box by replacing the old with the new:
    http://moneycentral.msn.com/investor/external/excel/...



    "David Truijen" wrote:

    > This solution also works when downloading foreign currency quotes.
    >
    > David Truijen
    >
    > "[email protected]" wrote:
    >
    > > Mine went down as well. It took some trial and error but I found the
    > > query on the moneycentral site:
    > >
    > > Old: http://investor.msn.com/external/exc...YMBOL=MSFT,IBM
    > > New:
    > > http://moneycentral.msn.com/investor...YMBOL=MSFT,IBM
    > >
    > > Best of luck,
    > >
    > > Jason
    > >
    > >


  12. #12
    proinwv
    Guest

    Re: XL2000 stock price web query stopped working

    Add my thanks to the list. this fix does work. BTW my access to the site went
    down and then returned and went down again in October. Go figure!

    BOO to MSN for not making the info available.
    --
    PROINWV


    "[email protected]" wrote:

    > Mine went down as well. It took some trial and error but I found the
    > query on the moneycentral site:
    >
    > Old: http://investor.msn.com/external/exc...YMBOL=MSFT,IBM
    > New:
    > http://moneycentral.msn.com/investor...YMBOL=MSFT,IBM
    >
    > Best of luck,
    >
    > Jason
    >
    >


  13. #13
    Registered User
    Join Date
    01-01-2004
    Location
    Netherlands
    Posts
    1
    Hi,

    Can anybody try this sheet with Moneycetral quotes in Excel 2000?
    http://www.vertex42.com/Files/StockQuoteTemplate.xls

    It works fine on my Excel2003, but fails in Excel2000, giving the following message:

    Unable to open
    http://moneycentral.msn.com/investor/external/excel/quotes.asp?SYMBOL=$INDU+$COMP,$INX,$COMP. Cannot download the information you requested.
    Also with simple IBM as single quote requested, it fails.
    Now, my Yahoo queries run well uner Xl2000.
    Anyone any idea?

  14. #14
    B. Wingbermuehle
    Guest

    Re: XL2000 stock price web query stopped working

    I'm having a similar problem. But my queries work for some people and not
    for others. Is there a setting that has to be changed?

    "kvdwerf" wrote:

    >
    > Hi,
    >
    > Can anybody try this sheet with Moneycetral quotes in Excel 2000?
    > http://www.vertex42.com/Files/StockQuoteTemplate.xls
    >
    > It works fine on my Excel2003, but fails in Excel2000, giving the
    > following message:
    >
    > Unable to open
    > http://moneycentral.msn.com/investor/external/excel/quotes.asp?SYMBOL=$INDU+$COMP,$INX,$COMP.
    > Cannot download the information you requested.
    > Also with simple IBM as single quote requested, it fails.
    > Now, my Yahoo queries run well uner Xl2000.
    > Anyone any idea?
    >
    >
    > --
    > kvdwerf
    > ------------------------------------------------------------------------
    > kvdwerf's Profile: http://www.excelforum.com/member.php...fo&userid=4377
    > View this thread: http://www.excelforum.com/showthread...hreadid=385583
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1