Can you please give example JSON request body for data stream REST API to extract the prices for certain funds. Example data provided by Refinitiv help desk given below 30-12-22 31-01-23 28-02-23 Type X(RI)~GBP Type X(RI)~GBP Type X(RI)~GBP U:URTH 224.94 U:URTH 235.4 U:URTH 233.18 WOSC 227.95 WOSC 242.39 WOSC 244.28 U:EEM…
Hello, Would it be possible to automatically run a Python code (notebook) in CODEBOOK at a given time every day (using this as a scheduler)?
Hello, once we fetch data from DSWS we generally get this ouput: # Set Start and End Dates with the following format "yyyy-mm-dd" StartDate = "2023-03-01" #Set start date EndDate = "2023-05-31" #Set end date # Set The Frequency Of The Data Equal to D,W or M Freq = 'M' # Initializations sp500_data = pd.DataFrame() ism_data…
I use python (3.6) and DatastreamDSWS (1.0.8) to make a set of static requests to obtain the ‘DSCD’ for a list of SEDOLs: * When I query certain SEDOLs, I get back NA where I would expect to get a value: * An example is SEDOL ‘2076009’ (Bank of Montreal):* I get NA for DSCD when I do a static request using DSWS * When I…
Hi, What is the default time zone of the data that Refinitiv Datastream DSWS API returns and does it support changing the timezone of the data to local time? Suspect the default is New York Close but can this be confirmed please. Can it be specified in ds.get_data() function when pulling data from the API or how can I…
... Eikon Datastream Query in Excel I'm currently trying to get infromation about the industry with a Query for each company in the index. - it is possible in the webversion and with the refinitiv Eikon formular builder, so the data should be there but how to handl this topic in with Datastream? Thanks for your help
Please advise on the client issue regarding 403 Forbidden error in Postman. Using Postman with the GET URL for token below, we are able to generate the token. https://product.datastream.com/dswsclient/V1/DSService.svc/rest/Token?username= &password= &props={PROPS}format={FORMAT} Using…
I'm trying to pull index constituents from Datastream. I tried following the example shown here: https://community.developers.refinitiv.com/questions/100587/python-index-constituents.html However when I run this I do not get back any constituents, the response only shows the Index I passed. Request: Response:
...age. I have tested the credentials on my eikon Codebook environment and they are valid and returning data. Is this some kind of issue where client firewall is blocking proxy?
We have a batch job runs every 10min – getting new token and making the request to DataStream (https://product.datastream.com/DSWSClient/V1/DSService.svc/rest/GetData) each time Body of GetData: { "DataRequest": { "DataTypes": [ { "Value": "PI" } ], "Date": { "End": "2023-05-05", "Frequency": "D", "Kind": "0", "Start":…
It looks like you're new here. Sign in or register to get started.