... 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":…
Currently we are moving the users from both onprem and cloud servers to having just cloud servers obviously as it's expensive to have both, we have to load the configuration manager as admin and type in the proxy address, is there a way to do this automatically? our machines are no longer on the network and connect via vpn…
Hi as the Point in Time data returns a multi-index dataframe, i am having trouble accessing the Dates Column. i intend to set the dates column as an index and to concat on the basis of the dates with another dataframe. Can you let me know how i should go about doing this
Hi, i am running the following code ds.get_data(tickers='<.HSI>', fields=['PI','PE'], kind=0) i keep getting ds is not defined error. no issues if i use ek. but i want to pull data from ds Thank you
Hello, given the following code: # Initializations df_daily = pd.DataFrame() # Set Start and End Dates with the following format "yyyy-mm-dd" StartDate = "1969-12-31" #Set start date EndDate = "2023-04-11" #Set end date Tickers =…
...vc GetDataBundle Some of the date is missing data when running Rest API for History data from datastream.com/dswsclient/V1/DSService.svc GetDataBundle for example i am not getting WC08631A (Net Sales/Revenues 1 Year Annual Growth) data for for ISIN US02079K1079 (GOOGL) Example for the Body I am using - maybe something…
It looks like you're new here. Sign in or register to get started.