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

eikon python get_data not work with TR.OPENINTEREST field

I'm get null value of almost rics symbol that request by get_data method with TR.OPENINTEREST field. OTH, data in TR.OPENINTEREST field have some value (that's not null value) in eikon
PS.i get data via eikon api python

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apivalue
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 @toon4003,

To better understand your findings, can you please include the query you are doing within Eikon and the specific request you are using within the Eikon python API?

LSUc1, CPOc1 and FFIc1 are exam of symbols that I can't get any value of open interest (TR.OPENINTEREST field).


example:

ek.get_data(instruments=['LSUc1','CPOc1'],fields='TR.OPENINTEREST',parameters={'SDate':'2018-04-27','EDate':'2018-04-27'},debug=True)

Hello @toon4003,

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 reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvotes
Accepted
39.4k 77 11 27

@toon4003
I have no problem retrieving data using the exact call you provided, which suggests that the issue you experienced is specific to your Eikon account. I suggest you try the following function in Eikon Excel. If you get the same result, i.e. the function returns null values, then open a service case with Thomson Reuters Helpdesk by either calling the Helpdesk number in your country or by using Contact Us capability in your Eikon application. When reporting the issue to the Helpdesk use the Excel worksheet function to illustrate the issue.
=TR("LSUc1;CPOc1;FFIc1","TR.OPENINTEREST.date;TR.OPENINTEREST","Sdate=2018-04-27 Edate=2018-04-27")

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.

Upvotes
39.4k 77 11 27

As an example I just tried retrieving TR.OPENINTEREST field for an option on Thomson Reuters stock:

ek.get_data('TRIJ191804000.U',['TR.OPENINTEREST'])

The result I received was 478.
As @nick.zincone.1 mentioned in his comment, it would be helpful if you include some examples of instruments for which you're trying to retrieve open interest, or better yet the exact syntax of the requests you're executing. It would also be helpful if you include a screenshot of the non null values in Eikon that you mentioned you can display successfully.

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.