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?
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.
If you're looking to retrieve the listing of an exchange, take a look at this thread. The screener expression in this answer can also be used in =TR function in Excel. You may also want to watch short video tutorial titled "Working with the Screener" available from the main Eikon menu - Help - Tutorials and Training. Finally if you have any questions about using Eikon Excel add-in you can reach out to Refinitiv Helpdesk by either calling the Helpdesk number in your country or by using Contact Us capability in your Eikon application.
@39783854-26aa-4fea-bc93-00b2ec21f8bb: 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.