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:…
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",…
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…
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…
Can you please migrate the models and Jupyter notebooks (Python files) that was on Dyke’s profile (**REMOVED**) to Franscois (**REMOVED**) and Tatenda’s profile (**REMOVED**)?
Hi Team, This request is on behalf a client, that is not able to request the ISIN Code with the RDP API. All other fields works. Instrument: U9226VAU1 Also its working for LSEG Workspace API. user: xxx
Hi, I'm in the codebook examples: 03. Quantitative Analytics/03.07. Common and utilities/Option_Pricing, specifically looking at the OTC FX Option example. I am able to run the code as presented, but when I introduce a historical valuation date, I am getting an error. Can you let me know the issue? Below is the code I am…
Where can i find the variables required for using them? For example, in rf_yield_curve.ipynb i see that in the defined formula "get_data" i should insert the ric_chain. What is a ric chain? where can i find it? is there like a book where i can search and find all these kind of things that are needed to use the examples in…
It looks like you're new here. Sign in or register to get started.