My main goal is to pull all members of sp500 index's historical one-minute price data from Eikon. Is API the best way to achieve this? or is there a better way?
Hi, I need to access ESG information on companies in S&P 500 index (e.g. ESG score, ESG controversies) for multiple years. I use the SCREENER app for that, however, the relevant columns return as NAs. Moreover, when opening an individual company profile, the ESG statement says "No Data Available." I used these exact steps…
What is the code to extract the maximum number of news from news monitor for Nasdaq 100 companies with date? Also what is the maximum limit we need to specify to execute the codes at a time.
Query: I'm trying to retrieves the top 400 AUM companies via Refinitiv Data Python library. I found an excel formula, but I'm wondering if I can do the same with Python? =TR("SCREEN(U(IN(equity(active,public,primary))/*UNV:Public*/), TOP(TR.AssetsUnderManagement(Period=FY0) , 400, nnumber),…
...t history? I want to download all the earning forecast historical data of all listed firms in US financial market ? Especially, I only want to get the forecast closest to earning report date. Could you please help me how I should write my code for the Eikon API.
Hello, I need to collect historical data for multiple companies. While I wrote the code to do this and experimented with it, I realized that data which is returned differs sometimes, even though I am using the exact call. This is more than inconvenient because I can not rely upon the data which is collected. Has anyone…
How to extract the date of each news article for Nasdaq 100 companies via Eikon Data API?
Dear customer support team, I want to use the Refinitiv Eikon News Monitor to download most recent news for a list of companies (Input: Company Tickers), e.g. to Excel. However, I’m having problems to: * Adjust the search such that I see News that is specific to only the company I searched for. I don’t want to see News…
Hi, we have recently migrated the user to Workspace, and later he found some VBA issues. He wanted to find out if there’s any way to run RDP.Price via VBA and assign the result to a variable? Previously he could write a function that waited until the output of the function was no longer “Retrieving” i.e. like so: Function…
import refinitiv.data as rd rd.open_session() rd.discovery.search( view=rd.discovery.Views.MUNICIPAL_INSTRUMENTS, top=10, filter="(IsActive eq true and SearchAllCategoryv2 eq 'US Municipal Bonds' and (((((((((((((((((((((((RatingsScope((RatingType eq 'FTC'))) or (RatingsScope((RatingType eq 'FUN')))) or…
It looks like you're new here. Sign in or register to get started.