question

Upvotes
Accepted
1 0 1 1

Searchlight for bonds

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.

#productbondssearchrdp search
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.

@Jessie Deng

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply, and then close the question. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your 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
14.2k 30 5 10

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"
}

1712046768159.png

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.


1712046768159.png (85.4 KiB)
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.

Thank you @raksina.samasiri , let me try it!

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.