+ Reply to Thread
Results 1 to 3 of 3

Running web queries, where find data?

  1. #1
    quartz
    Guest

    Running web queries, where find data?

    I know this is a little off the subject for this forum, but I find that I
    usually get the most intelligent answers here. So please forgive me this side
    question.

    I want to run a web query to import ALL the stock symbols on the NYSE, AMEX,
    and NASDAQ exchanges. i.e. Not just a few, but ALL OF THEM. - just a
    comprehensive list of ALL symbols.

    Can someone please post where they can be found on the web for import using
    a web query to Excel?

    Thanks much in advance.

  2. #2
    Mike Fogleman
    Guest

    Re: Running web queries, where find data?

    Web query this site:
    http://talk2mepc.voicebox.com/faq/stock_symbols.php

    Delete the header rows, then use Data/Text to Columns and choose - as the
    delimiter.

    Mike F
    "quartz" <[email protected]> wrote in message
    news:[email protected]...
    >I know this is a little off the subject for this forum, but I find that I
    > usually get the most intelligent answers here. So please forgive me this
    > side
    > question.
    >
    > I want to run a web query to import ALL the stock symbols on the NYSE,
    > AMEX,
    > and NASDAQ exchanges. i.e. Not just a few, but ALL OF THEM. - just a
    > comprehensive list of ALL symbols.
    >
    > Can someone please post where they can be found on the web for import
    > using
    > a web query to Excel?
    >
    > Thanks much in advance.




  3. #3
    Don Guillett
    Guest

    Re: Running web queries, where find data?

    Then you can use this to navigate to the company name desired. Right click
    sheet tab>view code>insert this>name a range findthis and type in the
    1st letter of the co name to be taken to the 1st stock that starts with that
    letter.

    Private Sub Worksheet_Change(ByVal Target As Range)
    x = Application.Match([findthis], Columns(1)) + 2
    If Target.Address = [findthis].Address Then Cells(x, 1).Select
    End Sub


    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Mike Fogleman" <[email protected]> wrote in message
    news:[email protected]...
    > Web query this site:
    > http://talk2mepc.voicebox.com/faq/stock_symbols.php
    >
    > Delete the header rows, then use Data/Text to Columns and choose - as the
    > delimiter.
    >
    > Mike F
    > "quartz" <[email protected]> wrote in message
    > news:[email protected]...
    > >I know this is a little off the subject for this forum, but I find that I
    > > usually get the most intelligent answers here. So please forgive me this
    > > side
    > > question.
    > >
    > > I want to run a web query to import ALL the stock symbols on the NYSE,
    > > AMEX,
    > > and NASDAQ exchanges. i.e. Not just a few, but ALL OF THEM. - just a
    > > comprehensive list of ALL symbols.
    > >
    > > Can someone please post where they can be found on the web for import
    > > using
    > > a web query to Excel?
    > >
    > > Thanks much in advance.

    >
    >




+ 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