Re: Error code -1 when trying to use rd.get_data

<AHS>

import refinitiv.data as rd
rd.open_session()

df = rd.get_data(
universe=['ENEI.MI'],
fields=['TR.SCRelationship', 'TR.SCRelationship.ScorgIDOut',
'TR.SCRelationship.instrument', 'TR.SCRelationshipConfidenceScore', 'TR.SCRelationshipFreshnessScore',
'TR.SCRelationshipUpdateDate'])
df

From: Error code -1 when trying to use rd.get_data