I want to get the fair value for NYMEX futures. This is the code in Python:
df = ek.get_timeseries(['NGFVc1', 'NGFVc2', 'NGFVc3'], fields='CLOSE',
start_date='2019-05-01', end_date='2019-05-14',
interval='hour')
What I found was that it contains some major discrepancy with Excel:
=RHistory("NGFVc1;NGFVc2;NGFVc3",".Timestamp;.Close","START:01-May-2019 END:13-MAY-2019 INTERVAL:60M",,"TSREPEAT:NO SORT:ASC CH:IN;Fd",A2)
I searched and found some similar issues on this forum in 2017 and 2018. Was the issue fixed?