Hi,
I am trying to fetch the the daily timeseries data for HYNWB00 with the following code:
df = historical_pricing.summaries.Definition( universe=['HYNWB00'], start="2019-01-01", end=datetime.today().strftime("%Y-%m-%d"), fields=['TRDPRC_1'], interval=historical_pricing.Intervals.DAILY).get_data().data.df
But the data stops at 8th Dec 2025, today is the 18th. So while the rest of the RICs I am looking for have daily values, these seem to return <NA> for HYNWB00.
Would anyone be able to fix this?