=@RDP .HistoricalPricing("FGBLc1","TRDPRC_1","START:16-Jun-2025 END:04-Sep-2025 INTERVAL:PT1M SOURCE:RFV",,"RH:Timestamp")
Try this -
ld.get_history('FGBLc1', fields=['TRDPRC_1'], start= '2025-06-16', end= '2025-09-04', interval='1min')
Ask the user to see the LD Library examples in the GitHub.