-
Using Python API: Check all elements in a list are a valid RIC
My ultimate aim is to be able to do a Ekion Python API query like this df_ric, err = ek.get_data(RIC_List, ['TR.PriceClose','TRDPRC_1'],) Where RIC_List has 1800 elements, 99% of which are RICs in string format and the remaining 1% are not RICs and need to be skipped automatically. (Querying each element using a "try"…
-
analyst forecast data and actual EPS data for all US firms
Hello team, reaching out on behalf of a client. Could you please help me with getting the analyst forecast data and actual EPS data for all US firms from 2000-2024 via Python? We cannot use Excel since the number of firms is too large.
-
Is it possible to make a connection to Eikon data API through a Python script in AWS?.
Hi all, I have a python script to retrieve data using Eikon Data API, which works when I run it in my local visual studio code, but I wanted to automate it through AWS. Here the connection is not working because (I believe) to do it through the API, a session must be logged in in the Eikon terminal. This is the error it's…
-
when I use the Peers function in codebook, it provides ~50 peers, which is much more than the 7 that
when I use the Peers function in codebook, it provides ~50 peers, which is much more than the 7 that you have said the peers function is supposed to identify. How do I limit this to the most relevant 7 peers? I am concerned that adding a number to the function may just select 7 out of the ~50 peers arbitrarily, rather than…
-
How can I use a Python API to connect to a real-time Elektron feed from an Edge device and continuou
How can I use a Python API to connect to a real-time Elektron feed from an Edge device and continuously stream data?
-
Institutional ownership data/ratios
Hi For my thesis, i am trying to gather monthly or quarterly institutional ownership data and ratios on US stock on a long time frame (preferably 1980-now). However, I have been working with the following python code, but are unable to as I do not have access to the product tr_13f which it is based on:…
-
Filing API returns null content
Hi, When I tried to get filing data with Python these days. It will only return the organisation name and the count of metadata. The rest of the other fields are all null. I tried with both the filing method in the content layer package and the API method with token. The results are the same. I also tried to generate a…
-
WC1 API python query
In the new WC1 API v3, I can see schema guidance on making calls using python requests. Is there any sample code to complete the authentication/authorization steps using python requests?
-
ek.set_log_level(0)
Hi, is there an equivalent for this for the lseg.data workspace?
-
Eikon API script doesnt work with Workspace.
Hi, can you please help on below - this is my script to grab a rolling basis of 5 days VWAP data for an underlying daily into a dataframe but it doesnt seem to work anymore. I changed it from Eikon to lseg.data import pandas as pd import win32com.client import subprocess import json import requests import re import eikon…
-
I apply python code with "eikon" library to extract the same dataset, why there is a mismatch?
I am working on a financial dataset. Therefore, I extracted a dataset from Refinitiv Workspace with certain filters. However, when I apply python code with "eikon" library to extract the same dataset, some of the rows (370 rows out of 2741 rows) do not match with the dataset I extracted from the platform. I was wondering…
-
Company screening via Codebook
Hello everyone, I am currently working on a project where I need to screen for all private companies of a country with revenues between EUR 250m and EUR 10bn during a specified fiscal year. I would like to specifically screen for companies where full income statements and balance sheets are available in Refinitiv within…
-
Issue with field PDOR_1 with LSEG Data API
I am attempting to get the previous date of release of an economic indicator EUECBR=ECI. On Workspace Quote page that field id PDOR_1. I am able to get the data for this field with Workspace Excel as well, however in Python API it gives me NA. Can someone assist me with this please? I have attached relevant screenshots…
-
Volatility Surfaces inputVolatilityType
Could someone please explain the difference between Implied and Quoted for inputVolatilityType on the surfaces API endpoint: https://api.edp.thomsonreuters.com/data/quantitative-analytics-curves-and-surfaces/v1/surfaces From API documentation page: inputVolatilityTypeenumThe enumerate specifies the type of volatility used…
-
Refinitiv Workspace Transcripts Download using Python
Hello, Is it possible to use Python to download all companys' earnings conference call transcripts through Refinitiv Workspace at once? Although I found that some answers said no, I just want to double-check whether it is updated. Thank you very much!