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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

Eikon API (Python).

How can I get Financial Data for Private Companies using Eikon API?


I was given this query below on how to get some financial data for Private Companies using Excel, but I would like to do it using Eikon API (Python). Can you please tell me how to do it?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikon
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

@darwinmcguire22042132

Could you please share a query used in Eikon Excel?

If it is a picture, please attach it as a file.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@darwinmcguire22042132

For private companies, you can use PermIDs to get financial data.

For example, 5059333881 is the PermID of Schlumberger Ltd. You can use this PermID with the get_data method to get financial data.

df, err = ek.get_data("5059333881", ["TR.Commonname","TR.PCNetDebt"])
df

You can refer to the Data Item Browser video which shows how to use the Data Item Browser in Refinitiv's Workspace to improve Python-based workflows with the Eikon Data API.



icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea