I am trying to access the value chain data for a given company through a python API. I can access the relationship type using TR.SCRelationship which returns the value "supplier" or "customer" for each relationship, but I can't seem to find the related company identifier for that relationship.
These are fields available.
fields = ['TR.SCRelationship','TR.SCRelationship.ScorgIDOut','TR.SCRelationship.instrument','TR.SCRelationshipConfidenceScore', 'TR.SCRelationshipFreshnessScore','TR.SCRelationshipUpdateDate'] df,e = ek.get_data('IBM.N',fields) df.head(5)
Hi @sk19
Somehow, this TR.SCRelationship field does not show up in the Data Item Browser.
So I created a ticket no. 08982576 to the Refinitiv Content Helpdesk on your behalf.
They will contact you regarding field or field parameter which carry the information on the company name or company identifier.