When I search for PAc1’s price data in the workspace, I can retrieve the data shown in the chart below. However, when pulling data via the API, only partial data is returned.
@rice
Thank you for reaching out to us.
Those values could be the settlement prices.
ld.get_data(['PAc1'], fields=['TR.SettlementPrice.Date','TR.SettlementPrice'], parameters={ 'SDate': '2025-07-21', 'EDate': '2025-07-24', 'Frq':'D' })
Thanks for your help!