Hi,
I would like to get the static flag: OTR or OfTR or OfTRx3 etc. given a CUSIP & Date (historical). 912828ZP8 - This is a example cusip which would probably give me back OTR if I put in the date: 1st June, 2020. But probably OfTR x2 if I put in the date: 1st Aug, 2020 (or something like that).
Is there a python api like:
ek.get_data(
list(isin_list.values),
'TR.DV01Analytics',
parameters={'SDate': dt, 'EDate': dt}
)[0]
to get this information?
Thanks