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
1 0 0 0

don't get any data for a funds

don't get any data for a funds (as ex. instrument: NO0011151797) using ek.get_data. I run the check for the most used items from DIB. the result is None, refer to excel file

eikon#content
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.

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thank you,

AHS


1 Answer

· Write an Answer
Upvotes
5.2k 16 2 7

Hi @anna.pettersen ,


I have tried the ek.get_date for several fields and it does return field values:

df, err  = ek.get_data("NO0011151797", fields = ['TR.FundNAV', 'TR.FundTER', 'TR.FundTERDate'])
df

screenshot-2024-04-22-at-133651.png

If you are after a specific field you may raise a content query via my.refinitiv.com so they provide you the name of the field (assuming you can't find it in DIB) so you use the query above to add the fields you are after.


Best regards,

Haykaz


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.

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.