I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
Hi! I am using the LSEG Data Library for Python (function get_history) to retrieve market data. The function output (Python DataFrame "df") is then further processed in Matlab. I manage to get the field names and values (see below example: Close Price, Volume) applying the following commands:…
Could you kindly review this request… the attached script and see what can be wrong?. Or review it please?. Thanks a lot https://us.v-cdn.net/6038239/uploads/W94AMGBQT37X/script-to-review.docx
start_date = '2021-12-31' end_date = '2025-07-31' isin = ['INNPCIL2826=', 'INMOFSA1618=', 'INAXBKF0621=', 'INKRNFV1125=', 'INPOTMK3034=', 'INNEEVM3034='] bond_flds = ["TR.ASKPRICE.date","TR.ASKPRICE", "TR.BIDPRICE", "TR.ASKYIELD", "TR.BIDYIELD", "TR.YIELDTOMATURITY", "TR.MODIFIEDDURATION", "TR.AVERAGELIFE",…
Hi, I am trying to build my own ZC curve with custom constituents but i am receiving an error about 'AvailableTenors field is blank or empty'. But there is no 'AvailableTenors' field in the API playground sample code: Is there any better documentation/examples for this? The following article here:…
Hello, I'm working on an application that embeds Jupyter notebooks. These notebooks are hosted on a remote server (AKS) and allow users to write and execute Python code. One of the use cases involves accessing LSEG Workspace data using the refinitiv-data Python library (open to suggestions of other libraries that might…
Hello, I'm using the refinitiv.data library. I wonder if there is a way to download current and former officer data using the function get_data(). Actually, I only obtain current officers. Thanks!
I get the following error when using the example code (Examples/Quantitative Analytics/Curves/Cross_Currency_Curves). The code is supposed to fetch a curve from https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/curves/cross-currency-curves/forward-curves . I am wondering if these endpoints are…
I and my co-authors are trying to download the details of holdings portfolios of mutual funds. We can download the fund holdings for active funds (like LP40004027-AMG Boston Common Global Impact) by using the python code given below. This code gives the Fund Security Owned Name, Fund Security Owned RIC, Fund Investor…
What is the best method for obtaining data via Python instead of Excel? Is this via API call?Does the use of API calls come standard with my account, and does it cost extra?
Hi team, need your assistance on this. Query : I would like to use my access to LSEG Workspace to automatically generate charts using a certain style (colours, title, font, etc.). For example, an intraday chart of a certain stock, or a chart for a year using daily closing price, etc. I can manage the chart generation part…
It looks like you're new here. Sign in or register to get started.