...nd Excel
I am trying to retrieve TR.AdjmtFactorAdjustmentFactor from EIKON python data API & excel
with belowing code:
ek.get_data('JCI.N', [ 'TR.AdjmtFactorAdjustmentDate;TR.AdjmtFactorAdjustmentFactor ], {'SDate':'0D', 'EDate':'-40AY'})
in Excel
=TR("JCI.N","TR.AdjmtFactorAdjustmentDate;TR.AdjmtFactorAdjustmentFactor","SDate=2001-01-02 EDate=2018-10-20 CH=Fd RH=IN",G1)
As the screen shot, there are two factors with different value appeared on 2007-7-2 and 2012-10-01.
could someone give me the instruction how to deal with it?
Thanks.