Hi there - I am trying the below code and see all the prices as .1 for the first ticker and as 0 for the second ticker; believe because the prices are very small in US dollar terms and so rounding of 1 decimal is not helping. Would you be able to advise how to change the code to see 3 or 4 decimals?
ds.fetch(tickers=['UKB23X1H3','UKBGHWH98','UKB064SH8'], fields=['X(PI)~U$'], date_from= '2021-01-31', date_to= '2021-04-14', freq= 'W')