@martin.miller01
I can retrieve the MID price field of EUR1MO= with this command.
df = ek.get_data( "EUR1MO=", ["TR.MidPrice.Date", "TR.MidPrice"], {'sdate':'01/01/2019', 'edate':'03/10/2019'})
Could you please the code that you are using to retrieve the MID price field?
@Jirapongse
Great, that worked fine. Thank you