Hi,
From a list of LEI codes, how can I get the data items for those companies with a workspace licence using worksphace APIs?
Thanks.
Hi @asli.sahin
For that purpose you can use refinitiv.data library and convert the LEI codes to RIC codes which can be later on used as standard inputs in api.
import refinitiv.data as rdrd.open_session()rd.get_data("213800TB53ELEUKM7Q61@LEI","TR.RIC")
And from there 1) How do I bring the data items related 2) if it is a list of LEI instead of only one, how do I need to add the list of LEI in the code?
Many thanks