I know you can get last /current split info wiht the follownig:
fields = ['TR.CAAnnouncementDate',
'TR.CARecordDate',
'TR.CAEffectiveDate',
'TR.CADealDate',
'TR.CAExDate',
'TR.CAAdjustmentFactor',
'TR.CAAdjustmentType',
'TR.CATermsOldShares',
'TR.CATermsNewShares'
]
r, e = tr.get_data('AAPL.O', fields, parameters={"CAEventType":"SSP"})
How do I get historical split info and how do I get this in RDP?