question

Upvotes
Accepted
25 2 3 5

Getting invalid_token error while running test example timeseries.py

Traceback (most recent call last):

File "timeSeries.py", line 37, in <module>

accessToken = edpToken.getToken();

File "C:\Users\dbisoi\Downloads\QuickStart\edpToken.py", line 128, in getToken

tknObject = _requestNewToken(None);

File "C:\Users\dbisoi\Downloads\QuickStart\edpToken.py", line 55, in _requestNewToken

raise Exception("Failed to get access token {0} - {1}".format(response.status_code, response.text));

Exception: Failed to get access token 401 - {"error":"invalid_client" ,"error_description":"Invalid Application Credential." }

AM passing the Application id generated from https://amers2.apps.cp.thomsonreuters.com/apps/AppkeyGenerator

eikon-data-apielektron-sdkrdp-apirefinitiv-data-platform
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.

@debashish.bisoi

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

@debashish.bisoi

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

Upvotes
Accepted
25.3k 87 12 25

Hi @debashish.bisoi

The example you are trying to run is connecting to the Refinitiv Data Platform to request Time Series data.

To connect to the Refinitiv Data Platform you need the appropriate account type - your Eikon userID may not be permissioned for this access.

Have you spoken to your Refinitiv Account team regards accessing the Refinitiv Data Platform? Have they granted you the relevant access? You would have received an email similar to the one below with a MachineID and link to set your password etc:

If you want to use your Eikon Account to get data from Eikon using an API, then I recommend you refer to the Eikon Data API documentation and quickstart. You will also find a tutorial section which covers Timeseries here


1570793400824.png (49.3 KiB)
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
25.3k 87 12 25

Hi @debashish.bisoi,

Can you double-check the MachineID (username) and password you are passing is also correct?

I had a previous incident where the developer missed out one of the digits from their MachineID (username) and the error they got back was : {"error":"invalid_client" ,"error_description":"clientId field is invalid." }

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 Umer

I did try it twice

1. Using EIKON user id and password

2. Using developers site user id and password

Still it keeps failing with the same error

Upvotes
25 2 3 5

Thanks this helps

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.