question

Upvotes
Accepted
21 2 5 8

SearchLight tool for funds

Hi all, could anyone pls send me a sample for the searchlight tool, for Funds (FundQuotes)? I´m trying to locate all ETF from (Domicile) luxembourg. Thanks.

rdp-apirefinitiv-data-platformfunds
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.

hi @caio.zentil ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
25.3k 87 12 25

Hi @caio.zentil

Until a content / Search API specialist responds and provides the required information, you may find the following resources useful

Building Search into your Application Workflow | Refinitiv Developers

Downloads | Refinitiv Developers - which has Postman examples including one for 'Equity Based ETF's on NYSE' which you could modify :


{
    "View": "FundQuotes",
    "Filter": "RCSAssetCategoryLeaf eq 'Equity ETF' and ExchangeName eq 'NYSE Arca Consolidated' ",
    "Select": "RCSAssetCategoryName,RCSAssetCategory,RCSAssetCategoryLeaf,RCSCurrencyLeaf,RCSExchangeCountryLeaf,SearchAllCategoryv3,ExchangeCode,ExchangeCountry,ExchangeName,iNAVRIC,RIC,DocumentTitle,IssuerShortName,IssuerCommonName",
    "Top": 500,
    "Skip": 0
}


Also, https://apidocs.refinitiv.com/Apps/ApiDocs - which has several examples and a Reference page to help you formulate your Searchlight sample

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.