Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
58 0 1 3

I am trying to retrieve the "mid" field for EUR1MO= using Eikon API via Jupyter Notebook, but it is returning "nan"?

eikoneikon-data-apipythonworkspacerefinitiv-dataplatform-eikonworkspace-data-apipricingderivatives
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
83.1k 281 53 77

@Martin.Miller

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?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@jirapongse.phuriphanvichai

Great, that worked fine. Thank you

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.