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
Am looking to download the following fields (list below) for SP500 index constituents, from 1995 to yesterday, daily data. Am using the following import refinitiv.data as from refinitiv.data.content import fundamental_and_reference import datetime rd.open_session() growth_fields = ["TR.EPSMeanEstLastToNextYrGrowth",…
Am I the only one?? Since about last November, I have random issues with RDP just simply stalling. The help I get from LSEG is also ... stalling, evasive, asking for all sorts of information then saying it is fixed, but it isn't. "Good day! I trust this email finds you well. This is [], Technical Specialist and I am going…
...certain exchange, such as the National Exchange of India? How can I use the python Eikon 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 For my research, I need to download earnings calls transcripts for a large number of companies from 2000 to 2023. Is it possible to download these transcripts as PDF using the API in python script or any other solution?
It looks like you're new here. Sign in or register to get started.