I tried to send again a request including the "TR.ConsHoldPctPortfolio" variable, but it seems that the Eikon API still cannot return the required data (specifically for that variable). I tested this several times over the last 3 hours.
I tried replicating using the additional syntax, but to no avail. Could you please provide the complete syntax using Eikon API? (Please note that Client only have access to EIkon API, they don't have RDP API)
Here's my Code:
import refinitiv.data as rd
rd.open_session
config = rd.get_config()
config.set_param('apis.data.datagrid.underlying-platform', 'rdp')
df = rd.get_data(universe='LSEG.L',
fields='TR.ConsHoldPctPortfolio')