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…
I'm trying to retrieve the latest data, and it was working until yesterday. However, when I checked today, it stopped working. I have attempted some solutions, such as restarting and clearing the cache, but it is still unstable. Could you advise me on the best way to maintain stability? import lseg.data as ld config =…
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.
Raising this question on behalf of a user: Recently we migrated to Refinitiv Data Platform .Net from Eikon Data API and we are using Desktop sessions. After this migration we started seeing following issues: Receiving rate limit errors: Now Rate limit is set to 10000. Earlier there were no limit when we were using Eikon…
It looks like you're new here. Sign in or register to get started.