DSWS connection via python client api issue.

I have installed the DSWS via pip install and have valid username and password.

I imported the package using:

import DatastreamDSWS as dsw

and used following code to connect:

ds = dsw.Datastream(username='****', password='******')

But when I try to connect datastream from python notebook , i get following message:

User '******' not entitled to ClientApi service

Best Answer

  • @Mahesh.A Kulkarni

    Hello,

    Based on the error message your ID is not entitled for the service. I would advise contacting Refinitiv Help Desk to confirm if the ID is correctly entitled.

    Please note that credentials for Datastream Web Service are Datastream Child ID starting with Z and corresponding password.

Answers