https://us.v-cdn.net/6038239/uploads/TMKOZQXSH7J7/servlet.txt a)How can I retrieve historical consensus forecasts of the same forecast horizon, e.g. all FY1 forecasts for Apple Inc. from 2010 till 2025? b)How can I extent this data-retrieval request to multiple companies and forecast horizons at once? c)How can I retrieve…
import refinitiv.data as rd rd.open_session() rd.discovery.search( view = rd.discovery.Views.GOV_CORP_INSTRUMENTS, top = 10000, filter = "((DbType eq 'GOVT' or DbType eq 'CORP' or DbType eq 'AGNC' or DbType eq 'OMUN' or DbType eq 'OTHR') and IsActive eq true and (RCSCountryGenealogy in ('G:DE')))", select =…
Formula used in workspace excel to get the data. =@RDP .Data("FR01CASA0050=","TR.FIIssuerName","CH=Fd RH=IN")
Case 15264025 How do you pull financial statement, balance sheet data for individual companies, i.e. stocks. So, if I pick a random company like Google. How do you pull data for their balance sheet, I want to be able to pull the balance sheet data, in python Just need an example, so I can pull the entire balance sheet and…
I was following your guidance to use the following items for PE: TR.FwdPE or TR.RelValPENTM (for PE NTM). However, I got 2,091 missing PE values when using TR.FwdPE for the 2,930 tickers that I tried to pull data for. TR.RelValPENTM also has more than 2,000 missing values. May I just kindly know if that’s the best I can…
when my client tries to sign into the developer community site, he keeps getting a pop window asking him to fill out details to help personalise his experience. he fills it out and it still keeps popping up. see attached.
Hi I have a quite large list of fields to pull via lseg.data on loans in Europe. I would like to know which of these fields can be used with (Concat='|') in order to obtain the most clean output with 1 line per loan instead of multiple rows… Is there a way to get such information (appart of checking hunderds of fields in…
Hi - please provide the list of all API URL endpoints that can be used for a python API. Or the link to a webpage containing all these URLs.
Hi, I would like to get a historical timeseries of EUROPE SOVEREIGN BBB RATING CREDIT CURVE (for all tenor points). Can you please help what is the right code? Currently I'm trying this but not working: import refinitiv.data as rd rd.open_session() df = rd.get_history( universe=['0#EUSOVBBBEURBMK='], fields=…
Hi Team, Asking for assistance import refinitiv.data as rd session = rd.session.desktop.Definition(app_key=('DEFAULT_CODE_BOOK_APP_KEY')).get_session() session.open() rd.session.set_default(session) JPYTOSWSML_chain = rd.content.pricing.chain.Definition(name='JPYTOSWSML=GFIS').get_stream() JPYTOSWSML_chain.open(False)…
It looks like you're new here. Sign in or register to get started.