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 can I access Supply Chain data using Eikon Data API? (Ex. 'APPL.O VCHAINS')

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 @gary.shlyonsky,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hi @gary.shlyonsky,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the 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
39.4k 77 11 27

I don't see how the =TR function you got from the Helpdesk relates to the supply chain. But if this is what indeed you're looking for, then here's the equivalent call using Eikon Data APIs, where the values in the first argument of get_data call are PermIDs for Apple Inc. and Thomson Reuters Corp as an example.

ek.get_data(['4295905573','4295861160'],['TR.HeadquartersCountry','TR.IsPublic','TR.TRBCIndustry','TR.TotalRevenue','TR.EQRegionRank_Latest','TR.CreditRatioImpliedRating'])
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.

Btw, the values in the first argument of both =TR function provided by the Helpdesk and the equivalent Eikon Data APIs call don't have to be company PermIDs. Any other symbology available in Eikon will do just as well, e.g.

ek.get_data(['AAPL.O','IBM.N'],['TR.HeadquartersCountry','TR.IsPublic','TR.TRBCIndustry','TR.TotalRevenue','TR.EQRegionRank_Latest','TR.CreditRatioImpliedRating'])
Upvotes
39.4k 77 11 27

I don't believe this data is available through Eikon Data APIs. However you may want to verify this by reaching out to Thomson Reuters Helpdesk and asking if this data can be retrieved into Excel using =TR function. If it can be retrieved into Excel using =TR function, it can also be retrieved using Eikon Data APIs and vice versa.

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.

Alex, the Eikon Helpdesk provided the following =TR function with a static reference to the company PERMID in column A.

How can I extract this using the API?

=TR($A$4:$A$192,"TR.HeadquartersCountry;TR.IsPublic;TR.TRBCIndustry;TR.TotalRevenue;TR.EQRegionRank_Latest;TR.CreditRatioImpliedRating","CH=Fd RH=IN",C3)

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.