Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
2 0 1 4

Could I extract ISIN from Eikon API using bond code directly?

Now I want to extract ISIN code from bond_code or symbol but got nothing.

bond_code = '18642C'  
data, err = ek.get_data(bond_code, fields=['TR.ISIN'])

Considering that now I only have bond_code or Symbol, how should I do?

It seems that symbol "18642C" could not be recognized.

eikoneikon-data-api#productbonds
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 @jun.he

What is a bond code? Typically the type of symbol that is represented for bonds is ISIN, CUSIP or SEDOL. I don't know what '18642C' is referring to. If you want to convert your bond to an ISIN, you will need to get the proper symbol type, whether CUSIP, SEDOL, RIC, PermID, Ticker etc.

Hello @jun.he

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

@jun.he

Hi,

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

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
14.2k 30 5 10

Hi @jun.he ,

I've tried to use ek.get_symbology() on this bond code and found that its an unknown symbol in Eikon.

1696230771523.png

As the moderators on this forum are expertise on Refinitiv APIs usage. They do not have deep expertise in every type of content available through Refinitiv products. Such expertise is available through Refinitiv Helpdesk, which can be reached via MyRefinitiv and the support team is going to contact you soon to assist with this.

Hope this helps and please let me know in case you have any further questions


1696230771523.png (7.9 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.

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.