I used to be able to use datastreamDSWS API in Eikon codebooks, but am not longer able to do so. Is this no longer supported? For eg. i get a modulenotfound error when i try the following:
import DatastreamDSWS as DSWS
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
I used to be able to use datastreamDSWS API in Eikon codebooks, but am not longer able to do so. Is this no longer supported? For eg. i get a modulenotfound error when i try the following:
import DatastreamDSWS as DSWS
Hi @Gautam.Samarth, You can use the new DatastreamPy library, for which there is a CodeBook example on __Examples__/01. Data Retrieval & Discovery/01.02. DataStream Library/DataStream_Web_Service__Get_Data.ipynbYou will most probably not have to change your code in comparison to DSWS.
hi @Gautam.Samarth ,
Please let me add more information regarding Datastream Python libraries below: