Client provided code: import eikon as ek import pandas as pd import logging import time # Configure logging logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') # Set your Eikon API key API_KEY = '' ek.set_app_key(API_KEY) # Define fields to query fields = [ 'TR.NIBPSToBenchmark',…
At this time no further help needed. This post can help someone else if they get stuck. …trying to get started downloading data directly into R. Getting stuck out of the gate. library(Refinitiv) #This is the 1st line in which I get an error (taking the code straight from GGBO ReadMe) timeseries1 <- rd_GetHistory(RDObject =…
Hi there, I am trying to import all Global Equity managers into python (Workspace/Eikon API) that have an ISIN that starts with AU. I’ve been using as a guide but some elements are not working. If you could provide some assistance that would be appreciated.,
Once again, I'm getting the following error: EikonError: Error code 400 | Backend error. 400 Bad Request I'm hoping that moving from the Eikon API to Workspace API (or whatever the new API is called) will help prevent such errors in the future. I'm unsure of the Workspace package name that needs to be installed using: pip…
I have an issue with the Eikon API, could you please direct me to someone who can helpwhen I input it I receive the following error [MainThread 140144172755840] Error: no proxy address identified.2025-02-17 16:57:51,113 P[16237] [MainThread 140144172755840] Error on handshake url http://127.0.0.1:None/api/handshake :…
Hi everyone, I am trying to retrieve the 'TR.CompanyGreenRevenuePercentage' data using the API with the following code: df = ek.get_data( universe=batch, fields=['TR.CompanyGreenRevenuePercentage'], parameters={'SDate': '20131231', 'EDate': '20221231'} ) However, the output does not include the corresponding dates. I…
I want to run an app in the cloud with the data from the API for myself but obviously the cloud won't have access to the desktop app. I have the API key set up as a secret being read in from the environment. Is it possible to hit the API without being logged into the desktop app?
Hello I want to retrieve open interest data on some futures contracts. With ek.get_data, I can indeed retrieve the last data. But what I want is the price series. And with ek.get_timeseries, it doesn't work: I get NA values. Does anyone have a solution?
Hello, I'm trying to build a news query and was wondering if there was a way to pass through freetext phrases that could use wildcards. For example, I have this below ( ( Topic:FUND AND Language:LEN ) NOT ( Source:DJN OR Source:FT ) NOT ( \"Net Asset\" ) ) But the text search ignores the filter if the news phrase is "Net…
Hi, I logged onto Refinitiv Eikon - Microsoft Excel for the first time and tried the following code on A1 cell. "=@TR("IBM","CF_CLOSE","RH=IN")" The Refinitiv Eikon is online, as does the Datastream, and I tried several variations of the code from the user guide and I still have a difficulty debugging the error "Real-Time…
It looks like you're new here. Sign in or register to get started.