For the 6pm Malta FX, below is the code:
rd.get_history(fx_list, ['MID_PRICE'], interval='minute', end=this_date, count=1)
Generally, this is working and we are getting the same rates EXCEPT for a few instances, and I would like to know why there are these differences
=RHistory($B$3:NQ$3,"MID_PRICE.Timestamp;MID_PRICE.Close","END:"&$V$2+$F$1&" TIMEZONE:"&H$1&" INTERVAL:1M NBROWS:1",,"TSREPEAT:NO SORT:ASC")
Tried RDP in RW and CODEBOOK but not able to replicate