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'])…
Hi, I am trying to get some commodities data using get_data, but I am encountering the error above with some RIC chains. Is it possible to fix this by increasing the timeout limit somehow? Error - For my second question - I am using "TR.SETTLEMENTPRICE.currency" to get the currency in the parameters. Is there a parameter…
Hi, I am receiving news articles from Reuter with queries. Is there ways I can put conditions on title. For instance, I want to receive the news that its title included "ZN" string only. Please kindly show me some examples. Here is my query : ( Topic:NEWS1 OR Topic:SREP OR Topic:EXCLSV ) NOT ( AA OR Topic:TOPNP OR "Table"…
It looks like you're new here. Sign in or register to get started.