Whats the variable name for Python data retrival that is equal to X(P)~E? I mean, how do I get the same price, taking as a base the Excel file How can I get all in euro? final_prices = rd.get_data( universe = try_codes, fields = ['TR.OPENPRICE.Date', 'TR.OPENPRICE', 'TR.CLOSEPRICE'], parameters = { 'SDate': '2025-01-01',…
Hi, We support our internal .NET application written in VB.NET which currently uses Refinitiv Eikon version 4.0. Because of migration to LSEG Workspace from Eikon we try to modify our application which is using just a few functions from Eikon API: EikonDesktopDataAPI.Initialize() + EikonDesktopDataAPI.Status…
Hi, I'm using swap from lseg.data.content.ipa.financial_contracts within the Refinitiv Data Library for Python. I would like to set a collateral currency like I can do in the SWPR app (see the screenshot). Is this possible? I can't find an arg for this in the documentation. Thanks
Hi, I have code below http://import lseg.data as ld import pandas as pd import time from datetime import datetime, timedelta from dateutil.relativedelta import relativedelta # ------------------------------------------------------------------------------ # 1. Open LSEG Data session #…
How to retrieve Bond Overview page in Phyton API need the data showing on Bond principal and coupon information Issuance details Obligor details Market conventions
This is referring to my recent report: Erratic response for interday history request (start date sometimes not included) - LSEG Developer Community I got an answer from the Historical Pricing API Support Team: After investigating the issue, we found that the problem arises because the request you are submitting is using an…
=@TR("SCREEN(U(IN(Equity(active,public))/UNV:Public/), IN(TR.InstrumentTypeCode,""ADR"",""BDR""), IN(TR.ExchangeMarketIdCode,""BVMF"",""XBSP""), CURN=USD)";"TR.CommonName;TR.InstrumentType;TR.ExchangeName;TR.PrimaryRICCode;TR.HeadquartersC"&"ountry";"curn=USD RH=In CH=Fd")
Hello Friend, I'm using Workspace Codebook LSGE data API. I have a list of RICs but I always get some errors like "the universe is not found", which, after I throughly check, is due to one or more invalid RIC in my list eg. BRL3Y=. Would you kindly advise is there any quick way to get out to me which RIC is invalid in my…
I executed this code with the Desktop session, not on Codebook, but on a local Jupyter Notebook. response = ld.content.pricing.Definition( ['EUR=', 'GBP=', 'JPY=', 'CAD='], fields=['BID', 'ASK'] ).get_data() display(response.data.df) result was like bellow access denied. Scopes required to access the resource:…
Hi I have a script to pull data for the Continuous Cotton Futures Contract. What is the field to pull the correct futures contract reference For example Today is the 14/03/2025 there would be a closing price and the reference would be the March Contract…
It looks like you're new here. Sign in or register to get started.