Hi Community, Happy Friday :) I have the following problem. Within DealScreener, I created a list/screen of IPOs in the United States (see screenshot below). Based on this list/screen, I want to find out which of these IPO firms acquired another firm. For this, I changed the asset class to "M&A" and wanted to include the…
Hi, I'm in Google Colab trying to use an app key I generated for Eikon Data API. I used this code line ek.set_app_key('AppKey') to try to connect Colab to my local Refinitiv Workspace application. It was unsuccessful - returning the following lines: However, when I checked my Workspace app - it's saying that the Data API…
Hi all, I am trying to retrieve an historical time series for certain fields of corporate bonds, however it only returns me the latest value fields = [ 'TR.PriceClose.date', 'TR.FiIssueDate(SEG=G)', 'TR.FiMaturityYearsToRedem', 'TR.NICouponRate', 'COUPN_RATE', 'TR.CouponRate', 'EFF_DURTN', 'DURATION',…
...finitiv.data.content import ownership I want to check if I have access to retrieve ownership info throught the refinitiv.data API, trying to access: refinitiv.data.content import ownership and getting this error: Missing scopes: {'trapi.data.ownership.basic'} OR {'trapi.data.ownership.adv'} OR {'trapi.demo-access'}…
Looking for R Package recommendations for Workspace. What I've found on GitHub appears stale, so grateful for suggestions, please.
This is the following simple line of code that I am trying to execute: rdp.open_desktop_session(config["api_key"]) ek.set_app_key(config["api_key"]) session = rd.session.desktop.Definition(app_key=config["api_key"]).get_session() session.open() rd.session.set_default(session) fields = [ "TR.ISIN",…
I am facing an error PLVbaApis.dll is not found. May I know where this can be found? I am trying to connect to WS when starting a file. I can run full macros on that WS, and it works. The only thing that does not work is that 2 line of code
Our main challenge has been downloading the constituents of the MSCI ACWI index, whether current or historical, as both are crucial for our objective. Unfortunately, we have been unsuccessful despite multiple attempts. Below are the details of our efforts: Code Attempt 1: import refinitiv.data as rd from…
Need the code to import data or the package/pip install iteam I want it from Workspace into my Jupyter Notebook.
Code session = rd.session.platform.Definition( app_key='.....', grant=rd.session.platform.GrantPassword( username='....', password='....' ), signon_control=True ).get_session() rd.session.set_default(session) session.open() #Get sample news storyresponse =…
It looks like you're new here. Sign in or register to get started.