-
⭐⭐⭐ PCN215272-DataScope Select & Tick History API Access Changes Requiring Client Action
PCN215272 Summary DataScope Select is adopting an LSEG-aligned DNS for REST and SOAP APIs as part of its transition to a cloud-based architecture and alignment with the LSEG brand. Clients must update applications and configurations to replace the Refinitiv DNS with the new LSEG domain. Description What is the change?…
-
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.…
-
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=",…
-
How to schedule extraction with decimal settings
I have a Client that is using the DSS API. However, the RIC's that they are using (ex; JPYTHBBB=BKTH & JPYTHBBB1=BKTH) is providing 5-6 decimals in the Universal Close, Ask, and Bid Price fields. The client only wants to see 4 decimal places. In the DSS GUI, we were able to change the decimal places for each field, and was…
-
Client app key, client id and secret
Hi, I'm trying to use Dataiku to access lseg data. I'd like to confirm the endpoint url, app key, client id and client secret. Please confirm i'm using the correct information: URL: "https://api.refinitiv.com/auth/oauth2/v2/token" app key: app key generated from the API KEY generator app on the workspace desktop app.…
-
Issue with UpdateMsg
Hi team! We have developed a software that publishes market data to a TREP system: first an initial Refresh Message, and then Update Messages which contain only the fields that have changed (bid/ask/mid prices and timestamp). However, on the target system, the item seems to contain dozens of fields that we have set neither…
-
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'…
-
Require clarification on RFA 7.0 with OMM /RSSL -operational continuity beyond Feb 26,2026
Please clarify on below points regarding PCN206364. 1.Our current implementation utilizes RFA 7.0 with OMM/RSSL. That RFA 7.0-based implementations will continue to operate until Q4 2028 even tough official support ends on Feb 28,2026, Meaning the existing RFA 7.0—will continue to function until then. Also, before support…
-
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.
-
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?
-
Unavailable Instruments in Open PermID
Why are some instruments, such as 236802452731, not available in Open PermID?
-
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?
-
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 =…
-
Issues with Symbology API lookup calls when data set exceeds around 100-200 items
Case 15682386 "We've recently added ~500 new cusips into our universe which we use to fetch market data. It now seems like the /discovery/symbology/v1/lookup call to map cusips to RIC's is now timing out at around 100-200 cusips. Is there a limit on how many cusips we can query for, and if so what is that limit?"
-
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…