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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

How to retrieve data about firms' major customers using the Eikon Python API?

I would need to get data about major customers of multiple firms. Is it possible via Python API? Would be also helpful if availability of major customers data can be used as a screener parameter.

I only found from the data item browser a data field of TR.PECompanyCustomers but I assume that is not correct one.

Here is an example of what kind of data I mean:

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonfundamentals
screenshot-edit.png (84.5 KiB)
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.

Upvotes
Accepted
629 2 4 7

The closest thing we would have available is External Business Revenue -

rev, err = ek.get_data("SANM.O", [{'TR.BGS.BusExternalRevenue':{'params':{'Scale': 6, 'Curn': 'USD'},}}]) rev.rename(index={0:'IMS',1:'CPS',2:'Segment Total',3:'Intersegment revenue',4:'Consolidated Total'})


rev.png (44.7 KiB)
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.

Upvotes
18k 21 12 20

Hi @lipi

The data you are looking for is not accessible via API.


ahs.png (94.7 KiB)
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