Hi
The below request has worked very reliably over the past few weeks when I tried:
df_prices = get_history(
universe=ticker,
fields=['TRDPRC_1','ACVOL_UNS','TRNOVR_UNS','VWAP', 'TR.TotalReturn', 'TR.CompanyMarketCap'],
interval='1d',
start=start_date,
end=end_date,
adjustments='CCH'
)
But today I tried three times and every time the code failed because it was either missing TRDPRC_1 or "TR.TotalReturn", see logs attached.
Thanks
Fabian