One of our clients noticed that the Eikon API has splits/dividends but no events for "dead" companies. Is this expected behavior?
eikon.get_data("QLGC.O^H16", ['TR.CAExDate', 'TR.CAAdjustmentFactor'], {'SDate':'1998-01-01', 'EDate':'2017-09-29'})[0]
eikon.get_data("QLGC.OQ^H16", ["TR.EventType", "TR.EventStartDate"], {'SDate':'1998-01-01', 'EDate':'2015-09-29'})[0]