-
How do i use the api to extract market overnight best and worst performers ?
I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
-
Can you share a list of mutual fund data points and tell me which ones are available via API?
Case- 15312764 Query- I would like to request the following information: I would also like to know which data items can be used to retrieve the following information (as shown in the attached screenshot): Fund Administrator Fund Advisor Custodian Fund Management Company Promoter Furthermore, I would like to understand how…
-
S&P rating
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 me python code to extract details for both spot and forward?
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?
-
I keep receiving this error when I run some code that usually run
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: get_timeseries for SZZF
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',…
-
RIC no longer works
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 } )
-
Can I get historical Time & Sales data with the LSEG API?
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
-
link Workspace and chat gpt
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?
How to extract the RIC of a company using API? Please provide sample code.
-
Excluding Holidays on API.
When pulling returns data for specific date range, how can we drop holidays to avoid unnecessary non-trading days?