Hi, I would like to know which are the abbreviations to cover the officials NYSE, NASDAQ, AMEX, and ARCA exchanges. I've searched in the datascope/search page (https://hosted.datascope.reuters.com/datascope/search/default.aspx?scr=E) and look to me that the NYSE abbreviation is NYS, but I can't find the other ones. Can you please help me?
Also, if i send a request to https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/EquitySearch and this is my requestBody:
{"SearchRequest": {"ExchangeCodes": ["NYS"], "PreferredIdentifierType": "Ric" }}
I've saw that in the response I get all instruments as:
{ ..."InstrumentType": "EquityQuote", "Exchange": "NYS",... }
Do you know if in the list are included ETFs, Indexes and ADRs? and if not, how can i get them?