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
1 0 0 1

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apifundamentals
screenshot-edit.png (84.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.

@lipi, thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text beneath the most appropriate reply. 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



Upvotes
Accepted
644 4 7 8

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 512.0 KiB each and 1.0 MiB total.

Upvotes
18.2k 21 13 21

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 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.