Hi there,
i want to know how to filter out by using searchlight endpoint for top5 Issue amount of US corporate bonds (Apple as an example)
Thanks for your help in advance.
Hi @Jessie Deng ,
Do you have an access to search endpoint? as I cannot find the property of issued amount in Search light.
If so, you can follow this article to get the property and query to be used with search endpoint
https://developers.lseg.com/en/article-catalog/article/Find-content-and-functionality-using-Refinitiv-Data-Library-with-Eikon-Advanced-Search
POST https://api.refinitiv.com/discovery/search/v1/
{ "View": "GovCorpInstruments", "Filter": "IsActive eq true and (RCSCountryOfIncorporationGenealogy eq 'M:DQ\\G:AM\\G:6J')", "OrderBy": "FaceIssuedUSD desc", "Select": "DocumentTitle, RIC, FaceIssuedUSD"}
Is this what you're looking for? of please let me know in case you don't have an access to /discovery/search/v1 endpoint. If so, I'll try to find the proper property name to be used in the searchlight if it's possible.
Thank you @raksina.samasiri , let me try it!