Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stock Symbol List

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Stock Symbol List

    I found one source of symbol lists using Google. See attachment. I hope this helps. http://www.ezstockexchange.com/


    American Stock Exchange (AMEX)Symbols for AMEXAustralian Stock Exchange (ASX)Symbols for ASXChicago Board of Trade (CBOT)Symbols for CBOTChicago Merchantile Exchange (CME)Symbols for CMEForeign Exchange (Interbank) (FOREX)Symbols for FOREXGlobal Indices (INDEX)Symbols for INDEXHong Kong Stock Exchange (HKSE)Symbols for HKSEKansas City Board of Trade (KCBT)Symbols for KCBTLondon Futures Exchange (LIFFE)Symbols for LIFFELondon Stock Exchange (LSE)Symbols for LSEMinneapolis Grain Exchange (MGEX)Symbols for MGEXNASDAQ Stock Exchange (NASDAQ)Symbols for NASDAQNew York Board of Trade (NYBOT)Symbols for NYBOTNew York Commodity Exchange (COMEX)Symbols for COMEXNew York Merchantile Exchange (NYMEX)Symbols for NYMEXNew York Stock Exchange (NYSE)Symbols for NYSENew Zealand Futures and Options Exchange (NZFOE)Symbols for NZFOENew Zealand Stock Exchange (NZX)Symbols for NZXOTC Bulletin Board (OBB)Symbols for OBBSingapore Stock Exchange (SGX)Symbols for SGXSydney Futures Exchange (SFE)Symbols for SFEToronto Stock Exchange (TSE)Symbols for TSE
    Attached Files

    #2
    Hello StockJock,
    Thanks for sharing the list. Hope fellow boarders will be benefitted from it.

    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Joydeep View Post
      Hello StockJock,
      Thanks for sharing the list. Hope fellow boarders will be benefitted from it.

      Please let me know if I can assist you any further.
      Do you have any other sources of stock ticker lists?

      Also I found some VB script for downloading ticker lists to a csv file for Indian markets. http://www.wiziq.com/tutorial/88284-...DownloadViaQTP
      I haven't tested it, but I'm looking for script to get US market tickers.

      Code:
      For i=0 to 8100 step 50
      'url="[URL]http://in.finance.yahoo.com/lookup?s=%2a.ns&t=S&m=IN&r=3&b="&i[/URL]
      'url="[URL]http://in.finance.yahoo.com/lookup?s=%2a.BO&t=S&m=IN&r=3&b="&i[/URL]
      browser("index:=0").Navigate(url)
      wait 10
      Set fso=CreateObject("Scripting.FileSystemObject")
      Set f=fso.OpenTextFile("c:\Temp\list.txt",8,True)
      For j=3 to 52 step 1
      f.Write(browser("index:=0").page("index:=0").webtable("index:=8").getCellData(j,1)&","&browser("index:=0").page("index:=0").webtable("index:=8").getCellData(j,2)
      f.Write(","&(browser("index:=0").page("index:=0").webtable("index:=8").getCellData(j,3)&","&browser("index:=0").page("index:=0").webtable("index:=8").getCellData(j,4)
      f.WriteLine()
      Next
      f.close
      Next

      Comment


        #4
        Hello StockJock,
        NinjaTrader does comes with a default Instrument list. You can access the same from:
        • In Control Center menu bar goto Tools>Instrument Manager



        The instrument manager populates the instruments for US markets.

        Please let me know if I can assist you any further.
        JoydeepNinjaTrader Customer Service

        Comment


          #5
          Some of the symbols that I use are not on the default list. Also, somehow I lost the futures list. Is there a list for forex?

          Comment


            #6
            Hello StockJock.
            You can reset the Instrument list.
            • In Control Center menu bar goto Tools>Options….
            • In the options dialog click on the Data tab.
            • In the Data tab click on Reset Instruments


            Unfortunately we do not have any instrument list other than this.

            For US end-of-day data you can connect to the free Kinetick EOD connection. Please see this YouTube video on how to connect to Kinetick http://www.youtube.com/watch?v=cjmQ5...nxflftPd_GoFE=

            You can search here for any missing symbols https://www.kinetick.com/support#Symbol-Search

            Please let me know if I can assist you any further.
            JoydeepNinjaTrader Customer Service

            Comment


              #7
              Originally posted by NinjaTrader_Joydeep View Post
              Hello StockJock.



              You can reset the Instrument list.
              • In Control Center menu bar goto Tools>Options….
              • In the options dialog click on the Data tab.
              • In the Data tab click on Reset Instruments
              Ok. I just did this and I still didn't recover the future's list.
              Should I re-install NJ7?

              Comment


                #8
                Hello StockJock,
                Please make sure you are not connected to Google or Yahoo as they provide data for Index and stocks only and not for forex or futures.

                If you connect to Kinetick EOD you will have the Futures list.

                Please let me know if I can assist you any further.
                JoydeepNinjaTrader Customer Service

                Comment


                  #9
                  Can I do this with TD Ameritrade? I'd like to get both futures symbols and forex symbols into NJ7.

                  Comment


                    #10
                    Here's another source for ticker symbols. http://www.msodata.com/DL_ticker.html Can ALL of these be used in NJ7? Does NJ7 handle COT data?

                    Stock Ticker List
                    stktick.zip ~ zip format.
                    stktick.txt ~ text format.

                    Index Ticker List
                    idxtick.zip ~ zip format.
                    idxtick.txt ~ text format.
                    Futures Ticker List
                    futtick.zip ~ zip format.
                    futtick.txt ~ text format.
                    Futures File List
                    A list of all futures files available for download and CD. List does not include COT files available.
                    futfilelist.zip ~ zip format.
                    futfilelist.txt ~ text format.
                    Commitment of Traders Ticker List
                    cottick.zip ~ zip format.
                    cottick.txt ~ text format.
                    Mutual Fund Ticker List
                    muttick.zip ~ zip format.
                    muttick.txt ~ text format.
                    InvestorLink Split Data List
                    split.zip ~ zip format.


                    InvestorLink Ticker List Bundle
                    Contains each of the above ticker lists in a single zip.
                    msotick.zip ~ zip format.

                    Comment


                      #11
                      Hello StockJock,
                      TD Ameritrade provides data for stocks and indices only.

                      Please let me know if I can assist you any further.
                      JoydeepNinjaTrader Customer Service

                      Comment


                        #12
                        Hi,

                        I created scripts to keep my symbols updated so I won't miss new ones and removed ones. I feed NT7 with these.

                        I'm considering setting up a small web service to download validated and verified symbol lists per security type and exchange. Price will be about 99ct per download.

                        Is this something what will help you guys? Can be ready in about 1 week. Just let me know if you think thats stupid.

                        Best

                        Jirka

                        Comment


                          #13
                          Hi Jirka:

                          Thank you for your post and idea. Please send a note to sales at ninjatrader dot com and put to Attn: Business Development. I would like to further discuss your idea via email and look forward to hearing from you.

                          Thanks!
                          RyanNinjaTrader Customer Service

                          Comment


                            #14
                            Here's a complete list of all Yahoo ticker symbols across all international markets in a single Excel spreadsheet

                            Comment

                            Latest Posts

                            Collapse

                            Topics Statistics Last Post
                            Started by Davide999, 05-18-2023, 03:55 AM
                            4 responses
                            554 views
                            1 like
                            Last Post kcwasher  
                            Started by Stanfillirenfro, Today, 07:23 AM
                            2 responses
                            9 views
                            0 likes
                            Last Post Stanfillirenfro  
                            Started by rexsole, Today, 08:39 AM
                            2 responses
                            6 views
                            0 likes
                            Last Post NinjaTrader_Erick  
                            Started by cmtjoancolmenero, Yesterday, 03:58 PM
                            6 responses
                            29 views
                            0 likes
                            Last Post NinjaTrader_ChelseaB  
                            Started by gbourque, Today, 06:39 AM
                            2 responses
                            14 views
                            0 likes
                            Last Post gbourque  
                            Working...
                            X