Hi, can you please help how to API the S&P rating of a bond? This only works for Moody's and Fitch df = rd.get_data(universe = ['HU275342904='],fields = ['TR.FiSPRating', 'TR.FiFitchsRating', 'TR.FiMoodysRating' ] ) Thank you Judit
Can you give quotes for sofr forward curve for 3m and 1m? To find the SOFR forward curve for 3M and 1M, you can use the following RICs: * SOFR 1M term reference rate: .SR1M * SOFR 3M term reference rate: .SR3M Can you give me python code to extract details for both spot and forward?
Hi Teams, I am receiving this when I run a code that used to run on my computer. any clue? ---------------------------------------------------------------------------AttributeError Traceback (most recent call last)Cell In[2], line 3 1 import refinitiv.data as rd 2 rd.open_session()----> 3 rd.discovery.search( 4 view =…
Quick question: when I run the following python API call for ticker SZZF: Sub_ticker = ['SZZFM5^2', 'SZZFN5^2', 'SZZFQ5^2', 'SZZFU5', 'SZZFV5', 'SZZFX5', 'SZZFZ5', 'SZZFF6', 'SZZFG6', 'SZZFH6', 'SZZFJ6', 'SZZFK6', 'SZZFM6', 'SZZFN6', 'SZZFQ6', 'SZZFU6', 'SZZFV6', 'SZZFX6', 'SZZFZ6', 'SZZFF7', 'SZZFG7', 'SZZFH7', 'SZZFJ7',…
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?
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…
It looks like you're new here. Sign in or register to get started.