How to get daily future deliverable basket analysis result via refinitive data python API?

Dear support team


I would like to get historical time series of the following delivery basket information in daily basis.

response = bond.Definition(
instrument_code='TYc1',
extended_params={'instrumentType': "BondFuture"},
fields=["DeliveryBasket"]
).get_data()

response.data.raw

How can I achieve? Particularly I would like to get isCheapestToDeliver and futureDV01Bp field daily basis.

Thank you

Hama

Best Answer