...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 =…
Hi Team, Hope all is well. Client is willing to find the name of a list of indexes via the ek.get_data() method but does not find the right field (parameter) in the method. For example, if he tries with '.SPXESUN', via ek.get_data('.SPXESUN', 'TR.IndexName'), he could not retrieve the right name, which is 'S&P 500 ESG…
Hello everyone, I am trying to download financial information regarding bond issuers, starting from a series of bond ISIN codes. The query I am using is the following: rd.get_data( universe = ISIN_list, fields = [ 'TR.RIC','TR.NACEClassification', "TR.DTSubjectName", "TR.FIIssuerName", 'TR.FiOrgID', "TR.F.TotRevenue",…
This question is related to Workspace (Codebook) permission to access news data. I tested one of the Codebook examples provided by LSEG. It’s “EX-1.01.05-News.ipynb”. When I ran the command to get news, I got an insufficient permission (scope) error. Isn’t the access to news included in Workspace and Codebook?
It looks like you're new here. Sign in or register to get started.