Hi. I am using Eikon .NET API. I want to get list of all nyse/Nasdaq symbols and then subscribe to prices. Is there a sample code?
I used excel eikon formula to get the list.
@39783854-26aa-4fea-bc93-00b2ec21f8bb_deprecated_3a75f99c-5134-4b2b-ba84-37662f80bc56: subscribing to real-time updates is the easy part, here is the samples and the tutorial.
As for getting all of the symbols, there is no search api available for .NET at this time. So, here are a few possible ways forward:
Keep in mind that there is a hard limit on simultaneous subscriptions, I do not think you can get more than 2000-2500 tickers streaming at the same time.
Can you please share the formula?