For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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?