I tried to run the get_timeseries with corax set to adjusted and unadjusted. STEL.SI paid dividends (Ex-Date : 2019-12-18 Pay Date 2020-01-10). Here's the output:
corax = 'adjusted'
corax = 'unadjusted'
The dividends don't seem to hv been captured. Is there any way I can get the Price adjusted for dividends paid historically via the Eikon api? I was looking for the monthly dividends paid for .STI companies over the past 3 years. I had hoped the adjusted/unadjusted setting would adjust for dividends. Otherwise, will write code to do the adjustment at my end after calling for historic dividends, Will be a bit inefficient as I'd be calling two data points and then doing the calculation at my end. Hopefully, refinitiv already has computed this.
Thanks