question

Upvotes
Accepted
22 7 4 7

How can I get only Equities, Indexes, ETFs and ADR from the "main market"?

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?

tick-history-rest-apifilterotcpink-sheets
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
13.7k 26 8 12

@veyrejulien,

It is not possible to directly filter out secondary markets by tweaking the EquitySearch query parameters.

But maybe it would be possible to filter them out using various fields from a Terms And Conditions request ? I'm thinking of fields like "Asset Category Description" (which would identify Equity Closed Funds versus Ordinary equities), "Primary Trading RIC" (which could be compared to the RIC itself), "Is Primary Issue Flag", "Place of Listing Flag" ... I'm speculating here, because I'm not a data specialist (like most moderators in this forum), but maybe this leads you to a solution.

That said, this query is beyond the knowledge of most of the moderators of this forum, which is for software developers using Refinitiv APIs, and technical discussions. For precise data queries, I strongly suggest you directly contact the TRTH support team via MyRefinitiv. In the product field, select "Thomson Reuters Tick History v2". Alternatively, you can call the Refinitiv Helpdesk number in your country.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.