I created a program that uses constituent data from the FTSE All World index, that no longer works. Is constituent data no longer available? indicies = rd_get_data( universe = ['0#.FTAWORLDSR'], fields = ['TR.IndexConstituentRIC'], parameters = { 'SDate':date_formatted } )
I have access to the Workspace application, where I can see Time & Sales data for a given RIC, and I would like to get the same using the LSEG API that comes with my Workspace login, and Python. Thanks
is there a away i can automate a link between Refinitiv and chat GPT? i'm looking to use chatgpt to analyse call transcripts.
How to extract the RIC of a company using API? Please provide sample code.
When pulling returns data for specific date range, how can we drop holidays to avoid unnecessary non-trading days?
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 IBES forecast at the analyst level instead of the consensus…
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…
It looks like you're new here. Sign in or register to get started.