Question on behalf of a client. Client would like to calculate the historic TR.PEG for NSI (RIC: NSTEc.AS). The following code gives the wrong output for calcdate. Therefore, it is not clear for which this date this TR.PEG applies. Can anyone help out please? Thanks!
start_date = str(20161231)
end_date = str(20170301)
my_symbol = "NSTEc.AS"
data, error = eikon.get_data(my_symbol, ["TR.PEG", "TR.PEG.calcdate"], {"SDate":start_date, "EDate":end_date})
data