We are migrating from Eikon Data API (ek) to LSEG Data Library (ld) Some parts of our codebase contain something like the following snippet data = ek.get_timeseries(series, start_date=start_date, end_date=end_date, fields=["TIMESTAMP", "CLOSE"]) So we got all of our time series of interest in one go. Now, the field "CLOSE"…
Hello everyone, i am trying to make a program (still didnt decided the program language since i can't manage to find a documentation that suits my idea) for LSEG Refinitiv Workspace that allows me to: -Access via code the portfolio report section -Select via code the client name that i wanna use in the section above…
Can you help me troubleshoot a run time problem when calling an open session with an APP_Key. This is my first time using the API. ld.open_session(app_key = APP_KEY) here is the output:…
Can you covert the below excel formula to Codebook query? =@RDP.Data("SYBA.DE","TR.FundHoldingName;TR.FundHoldingRIC;TR.FundLatestFilingDate;TR.FundNumberOfShares;TR.FundNumberOfSharesChanged;TR.FundPercentageOfFundAssets","EndNum=2000 CH=Fd RH=IN")
I am trying to connect to TM3 and download the MMD curve data using a python api, what is the best way to do this? What would be the data service to use? Thank you.
Hi Team, can you please explain the Error that the client is facing. They are pulling data for a list of ISINs and they are getting that error. Previously, for their bulk number of ISINs, when they remove the data item ['TR.NIIssuePricePctPrint','TR.NIIssuerUltParentTRBCEcoSec','TR.NIOfferPricePrintUniform'], the error is…
Hi, I have a long list of ISIN - where some dump out - because they changed ISIN number due to cooperate actions. For example ISIN DK006054915 is Novo Nordisk - but it changed with a split in 2023 to the new DK0062498333. When I use the get.data for DK006054915 in Python I just get an empty response back. But if I manually…
EC ens op0 and the rest fundamentals: Wind Solar Demand, and so on. With CODEBK.
Dear Team, We need the RIC Code in LSEG Workspace for: USD 3M Libor swap curve and EUR 6M Euribor Swap Cuve. Thanks and kind regards, Marika
I want to get exchange information for time and sales data. How do I do this using the python code for historical_pricing? This is my python code: response = historical_pricing.events.Definition( universe=rics, start=start_datetime, end=end_datetime ).get_data() Is there a way to get time and sales data WITH exchange…
It looks like you're new here. Sign in or register to get started.