Welcome to the LSEG Developer Community
I wish to use Reuters API on my Copilot studio with a free version. I have an API key, userid and password to login to Reuters workspace. I want to add Reuters as a tool to an agent that I will be creating. Could you guide me on step by step instructions how to do that?(With screenshots would be very helpful).
I’m having some trouble accessing data from python, which I was able to do until recently. I have reinstalled python, and Refinitiv.data library, but still shows the same error – ModuleNotFoundError: No module named 'refinitiv'
Query: The client has a question regarding Python API (Workspace). He wants to pull information that he currently all from refinitiv on excel but this time in a python environment as he needs to use it in collaboration with other data that he can not work with easily in excel. Please find comments from client: So my main…
I am looking download shareholding/ownership history... I see RELI.NS SHARE on workspace and i am trying to download data through API...I am using this field to download name data 'TR.InvestorFullName', but i feel its not giving exact details....
We are currently enhancing our STOXX Suspension Monitoring process and would appreciate your guidance on the recommended Workspace Python implementation. Our objective is to monitor a universe of approximately 20,000+ active securities on a daily basis and identify securities that may be suspended, halted, or have ceased…
I have installed the lseg.data package in Python to retrieve LSEG data. To do so, I am using: ld.content.pricing.Definition(universe=["EUR="], fields=["BID", "ASK", "BID_2", "ASK_2", "BID_3", "ASK_3", ...]). However, it seems that only the first two levels of bid and ask are available. Regarding my implementation, please…
I would like to retrieve, through an API, a yield curve that is identical to the curve currently generated in Refinitiv Workspace using the Curve Builder functionality. I have attached an Excel export of the curve as an example. The objective is to automate the retrieval of this same curve, including the same methodology,…
Hello, In the past 3 weeks I've seen several AlphaDesk users reach out due to their Workspace DAPI feed connection with AlphaDesk going stale — the feed itself appears to be connected from the AlphaDesk software's perspective, yet price updates stop flowing in. The AlphaDesk application uses the Refinitiv Data Library for…
How to retrieve Bond (DCM) Deals from Bond Screener in Python API? Client's query: Is to get "Use of Proceeds: Project Finance" and New Issues Ratings: Moody's Debt/Bank Loan Rating" in Deal Screener app and requested if this is available in Python API. Tried using code: import refinitiv.data as rd rd.open_session() df=…
It looks like you're new here. Sign in or register to get started.