Hello, I am trying to convert Refinitiv excel formula: =@RDP.Data("WY.N","TR.GuidanceDate(GuidAcctType=ALL);TR.GuidancePeriodYear(GuidAcctType=ALL);TR.GuidancePeriodMonth(GuidAcctType=ALL);TR.GuidanceLowValue(GuidAcctType=ALL Scale=6);TR.GuidanceHighValue(GuidAcctType=ALL…
how should I set up credentials so that it can make requests via API? Can I get an access token and snip of code for authenticating in python?, is there any python libraries that have the token retrieval pre-built already?
I need help understanding how to use LSEG Data Library for Python and how to set the App key in order to access content directly within the cloud using the Platform Session.
I am using the following formula : df = ds.get_data(tickers=["IBM.N","MSFT.O","GOOG.O"'], fields = ["EPS1MN"], kind=1, freq='M', start="-4M") The above isnt working for me. Could u please point out the exact issues? Also What does kind specify? I have in total 3000 stocks for which I want to pull this data.
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…
It looks like you're new here. Sign in or register to get started.