Hi,
i'm currently making the following request to return all historical and future splits for a select list of tickers;
fields = [
'TR.CAEffectiveDate',
'TR.CAAdjustmentFactor',
'TR.CAAdjustmentType',
'TR.CATermsOldShares',
'TR.CATermsNewShares',
]
r, e = ek.get_data(Refinitive_Tickers['RIC_CODE'].tolist(), fields, {'CAEventType':'SSP'})
Is there any way to return an indicator whether it was a split with redemption or without redemption?