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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 1

Eikon api returns nan values

The DRYH-MCZBJA-SUG Ticker returns NAN values when pulled through the eikon api. I have tried adding CHT to the end of the ticker name (DRYH-MCZBJA-SUG CHT) but this limits the start and end date that can be pulled.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
6.7k 8 6 7

@research5 You haven't posted your request but this is working for me:

df,err = ek.get_data('DRYH-MCZBJA-SUG',['TR.CLOSEPRICE.date','TR.CLOSEPRICE'],{'SDate':'0','EDate':'-5000','Frq':'D'})
df

I hope this can help.


1603802464846.png (136.3 KiB)
icon clock
10 |1500

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

Click below to post an Idea Post Idea