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
16 4 3 4

Does Refinitiv maintain financial accounting data for non listed (not public) companies

Is it possible to retrieve financial data on a bond issuer that isn't a public company?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

Hello @mbp

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
3.8k 4 4 6

Hi @mbp

If you know the company name and it is already covered in Thomson Reuters Eikon, you can try the steps below.

First you need to find the Company Perm ID, that is visible on the general overview page, or you can do it directly in the Eikon Excel Build Formula tool.

Using Eikon Excel Build Formula tool you can explore available fields and parameters.

Here you can find more information about metadata discovery.

That function can be easily translated to an API call. Here is an example with added company name:

ek.get_data('4295869214',['TR.CommonName','TR.PCTotRevenueFromBizActv'])

bosch2.jpg (191.9 KiB)
bosch.jpg (200.5 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.