I want to extract the period end dates for a universe where both Local and ADR coverage exist.

ld.get_history(
universe=['4295867372'],
fields=['TR.F.PeriodEndDate'],
start="2000-01-01",
end="2030-01-01",
parameters={'FRQ': 'FQ', 'Period': 'FQ0'}
)

However, this code does not extract all the quarter-end dates. Specifically, it fails to retrieve the date '29.03.2025'."

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @mahesh_m

    Thank you for reaching out to us.

    This forum is dedicated to software developers using LSEG APIs. The moderators on this forum do not have deep expertise in every bit of content available through LSEG products, which is required to answer content questions such as this one.

    The best resource for content questions is the Helpdesk support team, which can be reached by submitting queries through MyAccount. The support team will either have the required content expertise ready available or can reach out to relevant content experts to get the answer for you.

    You may ask for the Workspace Excel formula (=@RDP.Data) that can be used to retrieve the required data. After that, we can convert the Excel formula to Python code.