How do I get the relevant stock index closing price starting from a Ultimate Parent Id in order to get Abnormal Returns? Is there a field I can add that I am unable to find on DIB?
bonds, err = ek.get_data(
identifiers,
['TR.ClosePrice.date', 'TR.ClosePrice'],
{'SDate': starting_date,
'EDate': ending_date})