Please check the outputs of the following two requests:
adjusted = eikon.get_data("CRH.L", "TR.ClosePrice.Value", {"Adjusted":"1", "SDate": "20090101", "EDate": "20180522", "Frq":"D", "curn":"GBp"})
unadjusted =eikon.get_data("CRH.L", "TR.ClosePrice.Value", {"Adjusted":"0", "SDate": "20090101", "EDate": "20180522", "Frq":"D", "curn":"GBp"})
There is an error in
the conversion in 2011 (November 8 and before), it should be in the
range of 1000 pence. Excel gives the same output. Any ideas what's happening here? Thanks for your help!