-
Error on handshake
My code starts like this: import eikon as ek ek.set_app_key("my_key") I never got any errors. However, lately it hasn't been working anymore and I'm getting the following error: 2026-02-05 10:15:43,992 P[32556] [MainThread 44800] Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running.…
-
Corporate Action Check using Python API/Excel template
Hi team, is there an excel template or python script that I can run to see if my list of companies are having any sorts of corporate actions? It there is, can you please share it with me? Thanks.
-
FX Forward Curve Constituents
Hi, I am trying to source FX Forward curves via Python. The first step is obviously to get the constituents of the curve under consideration. If we consider RIC= "ZAROR=FMD", the following is working: from datetime import datetime, date import json import lseg.data as rdp import pandas as pd import ref rom…
-
how to get the historical closing price of FRGOV10YZ=R
df = ld.get_history(universe="FRGOV10YZ=R", fields=['ZERO_YIELD1'], interval='monthly', start=start_date, end=end_date )
-
Question about import refinitiv.dataplatform.eikon as ek
I use this code to retrieve CNH data, but it seems to be unavailable at the moment. Any suggestions? Code: import refinitiv.dataplatform.eikon as ek import matplotlib.pyplot as plt from matplotlib import rcParams import datetime import matplotlib.pyplot as plt import pandas as pd rcParams['font.family'] = 'Helvetica'…
-
Pull In US OIS curve for all tenors using an effective date
Hi guys, I want to pull in Pull In OIS curve for all tenors using an effective date i.e. i want to see what PIS curve across all tenors was last month EOM etc. Also if you have any papers on the identifiers for the python api to pull different curves, CDS, fx?
-
I want to download the corporate sustainability report for Eurostox50 for 2020-2024 via python API.
I want to download the corporate sustainability report for Eurostox50 for 2020-2024 via python API. Is it possible? Can you provide me the code?
-
429 Rate Limit - How long until reset? (Eikon Data API)
I'm using the Eikon Data API (Python eikon library) via the desktop proxy. During development, I accidentally sent a burst of ~400 get_news_story() calls without proper rate limiting, which triggered a 429 "Too many requests" error. The 429 now blocks all API calls, including simple ones like ek.get_data("ZAR=",…
-
OFFD: Full historical officer titles visible in Workspace not retrievable via Python
Hello everyone, I am working on a scientific research project and need to retrieve historical Officers & Directors (OFFD) titles/positions/affiliations for ~600 companies for the years 2020–2024. I also contactet the Helpdesk and they said i should ask these questions in the Developer Forum. In Refinitiv Workspace (OFFD –…
-
Extract time series of 50D moving average and price close for a list of stocks
I am interested in getting a timeseries of 50D moving average and price close for a list of stocks We have the tickerlist_str = "'AADA.NS','ABB.NS','ABOT.NS','ABUJ.NS','ACC.NS','ACEL.NS','ACMO.NS','ADAG.NS','ADAI.NS','ADAN.NS'" technical_averages = ['TR.Price50DayAverage', 'TR.PriceClose'] tech_avg_df =…
-
Id like to get my python token to call the api in console
Where do I access my API token
-
The code was working earlier without issues. Today not getting any error , getting None in return
from datetime import datetime import os import numpy as np import eikon as ek import pandas as pd # Initialize Eikon with your API key ek.set_app_key('xyz') # Define parameters ric = 'EScv1' fields=['TIMESTAMP', 'OPEN', 'HIGH', 'LOW', 'CLOSE', 'VOLUME'] start = '2024-11-01T00:00:00' end = '2024-11-01T23:59:00' interval =…
-
Why does the following get_timeseries not return any results?
ek.get_timeseries('AAPL.O', interval='minute')
-
"code":500,"message":"Error: Could not establish connection to data-api-proxy-csm"
I encountered an error while using the ld.get_data function, but i have open a session by using "ld.open_session( config_name=".//lseg_data_config.json", name="desktop.workspace")"
-
API key to recreate two examples in Python.
Hi Dev Team, I'm looking to convert from SQLX to Python. Therefore, I am seeking confirmation that I would be able to accurately recreate the two Python scripts (examples) listed below through an API key, with the data from Workspace.…