Hi DevPortal Team,
I hope all is well.
Our client is currently using a Jupyter Notebook and has observed that the script below sometimes runs successfully, but at other times returns an error. Could you please help review and advise on the possible cause of this intermittent behavior?
Script used:
df = ld.get_history(
universe = ['US2YT=RRPS'],
fields = ['TR.BIDYIELD'],
interval = "1d",
start = '2026-06-01',
end = '2026-06-09'
)
display(df)
Error encountered:
LDError: Unable to collect data for the field 'TR.BIDYIELD' and some specific identifier(s).
Any insights or recommendations you can share would be greatly appreciated.
Thank you in advance for your support.
Paula 😁