Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 753 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 753 Bytes

dsws-client

Python wrapper for the Datastream Web Services API (DSWS)

To Connect to the Refinitiv Datastream database via Datastream Web Services, you need to have a Datastream subscription and a username/password to use this package.

Please note that this is an unofficial client not affiliated with Refinitiv.

This package includes all functionalities required to get data from DSWS.

Why?

There are two client libraries for DSWS that I am aware of, the official DatastreamDSWS and pydatastream. Both of them return data only as pandas dataframes. I needed something that doesn't depend on pandas, so I decided to make this client.