Hi ,
while using eikon data api in python for instrument 'GLTR.K' , I am getting multiple rows with different values.
I am expecting single row.
Can you please help. Am I missing something?
Below is the code snippet with output:
df, err = ek.get_data(
instruments = ['GLTR.K'],
fields = ['TR.CommonName',
'TR.CompanySharesOutstanding(SDate=0)/*# Shares Outstanding*//*# Shares Outstanding*/',
'TR.FundNumberOfShares',
'TR.NETASSETVAL'
]
)
display(df)
output: