I want to get the name of datatype following datastreamDSWS help but in vain. My code: ds.get_data(tickers='@AAPL';, fields='WC08311',retname=True) Error message: The argument shall be there I suppose. Can you please advise alternative way if available?
Hello, when requesting a series in Datastream Rest without a field, how to determine the field being returned? I.e. requesting TRECLYA with no field is the same, as RY, but how to know, when requesting without a field which field is returned. How to request a field, where the Datastream Frontend says "None" as field? I.e.…
Hi, I am no anymore able to download data via DSWS API in Python. A few days ago everything worked properly, but suddenly is not working anymore. Please see below my request and the error that I got. I have already checked my credentials here and everything seems okay. import DatastreamDSWS as DSWS # set datastream…
import DatastreamPy as dsws ds=dsws.Datastream(username='****',password='****') d = ds.get_data (tickers='BARC', fields=['P'], start='2018-01-01', end='2023-03-01', freq='W') How can I retrieve price data from "d". I intend to store it in database but am not able to access data. d returns None
Hi, when attempting to connect to the DataStream API via Python, I receive the following connection error: ConnectionError: HTTPSConnectionPool(host='product.datastream.com', port=443): Max retries exceeded with url: /dswsclient/V1/DSService.svc/rest/GetToken (Caused by…
Hallo, we are currently attempting to get the DataStream API running. We would like to use the API to get data from DataStream directly into Python. Our Server environment - however - is very restrictive, as our firewall is blocking nearly every connection to the internet. Currently, the DataStream API is not working, as…
Hi team, may I know how to fetch Green Revenue data of FTSE from DSWS? For example giving ric of 000001.SZ, how to get the green revenue data fields? Thank you.
I am trying to get timeseries data from Datastream code 553E. I was able to get it from Excel using the the Refinitiv Datastream Excel plugin, but was unable to get the same data using the Datastream python API (using the same code 553E). What is the correct format of the ds.get_data() command to get data code 553E for…
I'm doing a research on Taiwan market and retrieved earning surprise data from DataStream. for example, I collected quarterly earing surprise announcement dates (EPSISURDTE) and quarterly EPS surprise score (EPSISURSUE), I find EPSISURDTE is different from quarterly earnings announcement dates on TWSE. What is the…
Hey there, I am using the Datastream API in Python and I am tyring to retrieve historical end-of-month prices for all constituents of the Euro Stoxx 50 index in the selected period. The problem here is that the constituents have changed over the years so my initial thought was to create a dictionary first that delivers the…
It looks like you're new here. Sign in or register to get started.