Announcement

Collapse
No announcement yet.

how to get all symbols?

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

  • how to get all symbols?

    Hi,
    i am trying to get all the list of all the symbols available ( stocks, forex etc ).
    i saw a demo that uses the stockes.txt file but it looks little old (and has only stocks)
    can i get the list in real time from the Esignal app using the activeX.?

    Thanks
    ido

  • #2
    The ActiveX Desktop API does not contain any methods to enumerate symbols. It does have a new function to determine whether or not a given symbol is valid.

    Cheers... George

    Comment


    • #3
      so, am i to understand that i need to it using brute force?

      ido

      Comment


      • #4
        Can you generate the list using some other means (i.e. not using the Desktop API) and store it in a file and have your app just load the file?

        Cheers... George

        Comment


        • #5
          You can use the Symbol Search feature in eSignal or this page as a reference. We do not have a function call to return all available symbols, as that list would be enormous.

          Comment


          • #6
            Did that

            Hi,
            That's what i've done. I took all the symbols from the search screen ( not manually ).

            Thanks,
            Ido

            Comment

            Working...
            X