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"…
...n exchange, such as the National Exchange of India? How can I use the python API interface to find the codes and names of all ETFs listed on a certain exchange, such as the National Exchange of India?
Hi all, I am trying to download the daily prices and total return of a list of RICs. However, when I tried by using the following codes, the sorted dates of these two variables are opposite. How to modify the code to combine the date? Many thanks ric = df['ric'].astype(str).tolist() df, e = ek.get_data(ric,…
Hi Team, I want to find out if we can use the API to pull in a list of names who would be considered a peer group for a stock. Eg) See peers list circled in the lower right for the company Core Laboratories (CLB). Thanks, Bingsen
It looks like you're new here. Sign in or register to get started.