Recently, SAIC.N is changed to SAIC.O. How to keep track of such RIC change via EIKON API functions? Our application relies on RIC as the unique identifier to a list of securities and needs to keep track of these RIC changes once it happen.
I have created below formula import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['META.O'], fields = [ 'TR.TPEstValue.brokername', 'TR.OverallAnalystEstimateRating' ] ) display(df) Can the team confirm if this is the best way to get the data required? Kindly advise. Thanks.
Hi I'm trying to replicate a search I complete using the Eikon News Monitor. Below is the code I use in the search bar when completing the search. Topic:GB AND "restatement" The issue I am having is that in the News Monitor, I change the Search Mode from 'Headlines' to 'Headline & Story Text' which I am unsure how to do…
Hello, I'm working with Brazilian data and trying to get price, return, trading volume and market capitalization (in units) for all firms in the past 15 years. However, I'm having trouble getting the data for delisted stocks. I asked Refinitv Support and they told me the following: "The information that exists for delisted…
Hi, When using the Eikon API from python, I am getting a "403 Forbidden Error". This was previously working. import eikon as ek ek.set_log_level(1) ek.set_app_key('XXXXXXXXXXXXXXX') df, err = ek.get_data(instruments = ["LSEG.L"], fields = ['BID','ASK']) print(df) When I run the simple test code above, I get the following…
Hi everyone, I'm kinda new in refinitiv and I wanted to get the historical ownership over time of some companies for a 20 year span. I have found that data is available in workspace but I was wondering how could I get it through the api to directly export it into a .CSV file df = ek.get_data('EQNR.OL',…
Hi! I am trying to download the historical PRICE MOMENTUM MODEL for stocks in the S&P500 using the API in python, but the request only gets the latest value available. This is the TR: TR.PriceMoCountryRank Could you help me with the right formula/code to download all historical data or at least from 2021?
Hello, for my thesis I have to obtain times series return data for several mutual funds (at least monthly, but daily would be better) from 2000-today. However, the data is not available in Eikon (for example when I try it with the build formula tool in excel). Is it even possible to get return data for mutual funds in…
Running scripts 2024-03-13 16:44:55,998 P[33204] [MainThread 648] Init a Desktop session with new app_key 2024-03-13 16:44:55,999 P[33204] [MainThread 648] entity: DataGrid_StandardAsync 2024-03-13 16:44:55,999 P[33204] [MainThread 648] payload: {'requests': [{'instruments': ['0#.SPX'], 'fields': [{'name':…
Hi,I want to automatically download a list of domestic investment trusts list everyday using task scheduler. I downloaded Example.DataLibrary.Python zip. https://github.com/LSEG-API-Samples/Example.DataLibrary.Python I opened 1-Access/EX-1.01.01-GetData.ipynb. and when I run this cell, rd.get_data(['LSEG.L', 'VOD.L'])…
It looks like you're new here. Sign in or register to get started.