Hello I'm using the Python API (DatastreamPy), but I can't find how to request the Instrument name and the DataType name. This is my code import pandas as pd import DatastreamPy as dsweb ds = dsweb.DataClient(None, '', '') history = ds.get_data(tickers = 'TOTMKDV', fields = ['DWNM'], kind = 1, start = '-1Y', req = 'M', )…
Hi all, I've noticed some inconsistencies in the API data, I'm wondering if I did anything wrong or if this is a data quality issue. I'm trying to retrieve the Ric Root code for indices. For this I use this function : def getRicRootFromIsin(isin): df = rd.discovery.search( view = rd.discovery.Views.SEARCH_ALL,…
Hi, can someone let me know where I can find the data regarding executive officer compensation and their performance matrix on Refinitiv workspace?
I am trying to run the same code as in codebk, on my mac it says "module 'DatastreamPy' has no attribute 'Datastream'"
Hi, Datastream was working fine, but then I started getting this error. Nothing has have changed on my side. Exception has occurred: HTTPError 500 Server Error: Internal Server Error for url: https://product.datastream.com/DSWSClient/V1/DSService.svc/rest/GetDataBundle
Hi Refintiv - in reviewing the auction data you guys provide, I am seeing a few issues for the data for Mexico. Can you please help review/fix the below issues: • 05/24/22 – MBONO has two lines reported: in addition to primary auction reported with SecOffCode = 23 there is a greenshoe option reported with SecOffCode = 3.…
We have already retrieved relevant data regarding both i.e. ESG Scores and Returns from 2013 to 2022 for our project, but when trying to print WACC values for our companies in the same time period, this only starts from 2015 - what is the reason for this?
Hi everyone. I'm trying to use the python Datastream API (with the DatastreamPy package) to search for market data for derivatives. I'm doing this using the ds.get_data() function. I have the RIC code of a futures contract i want to get information on. I would like to get price and volume time series info on this contract.…
How do I search for a stock using ISIN and ISOMIC combination in DSWS so I can retrieve stock on a specific exchange? E.g. DE0005810055 XETR
How do i change the "Condition": { "MessageTimeStampIn": "GmtUtc", to UTC+9 , and how do i show the timestamp to be Tokyo/Osaka?
It looks like you're new here. Sign in or register to get started.