We use the below formulae to get the maturity of the RIC code using LSEG excel plug in. We would also like to understand how this could be downloaded via the API?
=RDP.DateCalcPeriod($”29/07/2025),MID(USD3MD=,4,2),,LEFT(USD3MD=,3),"ENDDATE")
@Uday_PK
Thank you for reaching out to us.
There is Dates & Calendars API in the LSEG Data Library for Python.
The sample code is on GitHub.
I am not sure if it is similar to =RDP.DateCalcPeriod function.