Hi, I'm using TRTH api with this url https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/EquitySearch with this body
requestBody = {
"SearchRequest": {
"ExchangeCodes": ["NYS", "ARC", "ASE", "NAQ"],
"PreferredIdentifierType": "Ric"
}
}
and everything is working fine, but how can I get only Equities, Indexes, ETFs and ADR from the "main market" and filter out the OTC, Pink Sheets, Options, etc.?
If it's not possible, do you have any workaround to suggest?