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'."