Hi, in Excel I use the following function to get OHLC data for futures conttracts:
=RHistory("EScv1","NDA_RAW.Nda_date;"&"NDA_RAW.Nda_open;"&"NDA_RAW.Nda_high;"&"NDA_RAW.Nda_last;"&"NDA_RAW.Nda_settle;"&"NDA_RAW.Nda_last","INTERVAL:1D",,"CH:Fd",E4)
How can I retrieve the same info using the Python API?