Trying to get a time series (monthly issuance) of US Treasury instruments e.g. US2YT=RR. Issued Amount - Time series great but always null Amount Outstanding - Can get a value back for Amount Outstanding (but its not time series) Face Outstanding - again not time series What field can be used for treasury tickers. Prefer…
I am using Refinitiv Eikon Datastream in Excel. I want to extract the ESG scores of several companies I have collected in a sample, I have the ISIN codes belonging to those companies. How can I insert those ISIN codes in Datastream to extract the ESG scores belonging to those companies?
...onal arguments but 8 were given OS: Ubuntu Python version: 3.10.12 DatastreamPy version: 2.0.25 I am trying to switch to DatastreamPY from DatastreamDSWS. However, when I run codes by using DatastreamPy, error messages always show up as follows: [Code] import os import pandas as pd import DatastreamPy as dsweb uid =…
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?
It looks like you're new here. Sign in or register to get started.