-
Accessing Upcoming Sovereign Rating Review Calendar via Eikon API
Hello, I would like to access upcoming sovereign credit rating review dates for certain countries (e.g., "Germany – Fitch – Review scheduled for July 11, 2025") via the Eikon Data API (refinitiv.dataplatform.eikon), if possible. Could you help me with it? Thank you for your support. Best regards,
-
Fortnightly freq of macro economic data
I am interested in getting macro economic data at fortnightly frequency. I am using the following formula : batch_str= INCBNFO*100, INCBINV*100, INCBAGG*100, INCBCRE*100, INCBCFC*100 df = ds.get_data(tickers=batch_str, freq='14D', start="13/10/24") It gives an error. Whats the workaround for this please
-
Tring to access fields via Datastream, Unknown error:
Context: I have a tickerlist which is defined like : "CN:QJCH,CN:WAPH,III,U:MMM,DK:DSA,DK:DSB,K:AACA,W:SAGB,IN:AB,S:ABBN, and so on…. about 3200 tickers all_batches_gmrgn1 = [] batch_size = 5 field_list1 = [ "GRM1MN", "GRM2MN", "GRM3MN", "X(IBP)/X(BPS1MN)", "X(IBP)/X(BPS2MN)", "X(IBP)/X(BPS3MN)", "X(EVT1MN)/X(SAL1MN)",…
-
Not able to get EPS1MN for a list of stocks.
I am using the following formula : df = ds.get_data(tickers=["IBM.N","MSFT.O","GOOG.O"'], fields = ["EPS1MN"], kind=1, freq='M', start="-4M") The above isnt working for me. Could u please point out the exact issues? Also What does kind specify? I have in total 3000 stocks for which I want to pull this data.
-
Access Denied CBOEVIX
We are currently experiencing an issue accessing VIX index data through the Datastream API. While we do have access to the data via the Monitor app, the same data does not appear to be available through the API. Our account manager has advised us to contact your support service directly, as they are unsure what might be…
-
DSWS guide & other questions
Hi team, a few questions regarding DSWS: 1. Which python package is the official and will be continue supported one, DatastreamDSWS or pydatastream? 2. I tried (DatastreamDSWS) df = ds.get_data(tickers='VOD,BARC', fields=['PH','PL'], start= '-2D', retName = True) but got error below: TypeError: get_data() got an unexpected…
-
Data (HTTP) does not return datatype name while "return name" is checked.
Rest test site Datastream Web Service - Test REST Service Executing "Get Data" with "Properties: Return Name" checked returns datatype name but "DATA (HTTP GET)" returns "null". Please advise how to return by HTTP GET. Sample: [Get Data]…
-
Is it possible to return instrument name as "SERIES NAME - DATATYPE NAME".
Is it possible to return instrument name as "VDAX-NEW VOLATILITY INDEX - PRICE INDEX", instead of "VDANEW"? #Sample Code reqs =[] reqs.append(ds.post_user_request(tickers='VDAXNEW',fields=['NAME'],start='-1D', kind = 0))#Static data reqs.append(ds.post_user_request(tickers='VDAXNEW', fields=['PI'], start='2025-04-01',…
-
Historical exchange data extraction
Hello, For a project I would like to extract monthly data. What I need is for each month historically to extract which stocks were in a specific exchange. For example: the names of all the stocks that where in the euronext Paris exchange in the month of march 2008. (all those that were active at that time, also those that…
-
Datastream API with visual studio code
I'm trying to set up the Datastream API with visual studio code. But keep getting the following error message - see attached. Please help! ds = dsweb.DataClient (None, '', '') ---------------------------------------------------------------------------FileNotFoundError Traceback (most recent call last)Cell In[2], line…
-
How to access Datastream Data Field search navigator for QA users
Hi, As a QA user, one of our clients is accessing DSWS data. However, he needs some sort of data field dictionary/definition reference. Please advise where and how QA users can look up Datastream data field definition, e.g. i advised user to log into but this requires Datastream User ID and password but as a QA user, the…
-
Difference between Eikon and DSWS - Target Mean price
Hi, I've just noticed that for BHP and RIO, the Target Mean Price returned by both DSWS and Eikon are vastly different. Other stocks we've checked are the same. (Eikon - TR.PriceTargetMean, DSWS - PTMN). Screenshot with yellow shows the data returned by Eikon. Why is there such a big difference?
-
Data for Delisting companies
Hi everybody! I am currently engaged in a project that involves analyzing companies in the United States that have been delisted or are on the verge of delisting. The objective is to compute the "delisting return," which necessitates understanding the specific reasons behind each company's delisting. To identify these…
-
Obtain 'On Balance Volume' from DataStream Python API -- it's expression '058E'
Hello, We currently obtain the 'On Balance Volume' using expression '058E' in the Excel plug-in. We would prefer to collect this data using the DataStream Python API. However, I cannot work out how to write the request. Using '058E' as the 'field' doesn't work: it fails with an error message. I've also tried using the…
-
datastream API, relating to stock index.
using datastream API, how to get constituents of a stock index list, and then get the financial indicators of the stocks achieved. for example, get the main financial indicators of the companies listed in S&P 500