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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

Backend error 'TR.EventType' and 'TR.EventType.date'

Hello, support team.


I'm use EIKON api. this command is error.

-------------------------------

import eikon as ek

ek.set_app_id('*************************')

df, err = ek.get_data(['1313.T'], fields=['TR.EventType']) --> Backend error 400

df, err = ek.get_data(['1313.T'], fields=['TR.EventType.date']) --> Backend error 400

df, err = ek.get_data(['1313.T'], fields=['TR.TickerSymbolCode']) --> no problem.

-------------------------------

It worked fine until Sep 17th.


Please research this issue.



Best regards,


eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikon
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
1.7k 2 4 7

Hi @kengo_takahashi ,

I can run the code you posted without an error. (but using '1313.T', <NA> is returned so I tried with RIC '6501.T' instead and there's the data returned)

Could you please try to restart the Eikon Desktop app and/or your machine and retry running the code again?

If it's still not working, please set the debug log using the code below and copy-pasted the log here then we could do further investigation. Please also remove your credentials (applicationid, authorization) from the message before posting

ek.set_log_level(1)
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