-
Hitting lseg.data daily limit after downloading far less than 5G
Hi, I am using lseg.data API to download futures data. I have been hitting the daily limit for 3 days that should be 5G of data. Here is the error I get: LDError: No data to return, please check errors: ERROR: No successful response.(429, Too many requests, please try again later) Nevertheless, there is no way I have been…
-
Hi Team, could you please confirm which NumPy version is officially supported for the current Eikon?
Hi Team, could you please confirm which NumPy version is officially supported for the current Eikon Python API? After a recent update, I’ve encountered a datetime64 unit error in my project. Raised this on client's behalf. Looking forward to your response. Client Name: Marian Iodran Account Name: Ola Display Thank you for…
-
How to update a single result in a case to be posivive using REST API
Hi, I can create a case using API ok and there are some WC entities in the case as a result of the screening. Then I have at group level/toolkit resolutions like these ones below "resolutionFields": { "statuses": [ { "id": "5jb6wv300b171g1ul7wm1df49", "label": "POSITIVE", "type": "POSITIVE" }, { "id":…
-
I am working on calling the World Check One API from ServiceNow
I am able to access the API from Postman successfully. When attempting to make the same call from ServiceNow I get a 401 error. Code Code to generate header in ServiceNow: getSimpleScreeningRequestAuthHeader : function(dateSent,payload){ var contentLength = unescape(encodeURIComponent(payload)).length, environment = {…
-
What is the rate limit of events api of historical pricing in LSEG Data Library?
I am using the LSEG Data Library for Python to extract price data via Workspace. I divided the ric list into a few groups, and each group contains 25 rics. Then I tried to retrieve the data in a loop. It worked for a few minutes and finally threw out 429 error. I noticed there is rate limit for RDP API, but not sure if it…
-
Chain RICs
Hi , I am using the codebook for the first time and I am trying to plot benchmark yield curve for a specific date, can you please help me how to extract data for the chain RICS like 0#FRBMK=
-
WordlCheck One - Adding an entity to a case using REST API
Hi, I would like to add an existing WC entity (a company, for which I have the WC code/reference ID) to an existing Case. How can I do this using REST API? I'm using Postman to test the API calls. Thanks, Kari
-
Average volume over the past 5 days as a single value-'CLc1'
Is there a code to pull a single average volume over the past 5 days rather the timeseries in API for the code- As per checking, there is none and request you to check and advise if the below can be added- As the client needs one single volume to be retrieved instead of timeseries 5 days volume. rd.get_history(…
-
Access broker reports available on the Company Research module through any of the Refinitiv APIs
Client wanted to check if it’s possible to access broker reports available on the Company Research module through any of the Refinitiv APIs—possibly via the Research API or a similar service. We’re exploring ways to automate the retrieval of such content and would appreciate any guidance on available options or relevant…
-
Is there a codebook for Workspace data?
I am looking for something I can download and reference as I work on M&A and Private Equity data I obtained from the platform.
-
Pull M&A data using API
I am trying to download M&A data using the Eikon Data API in R. It is not clear to me how to do this from the symbology videos. (Specifically I am trying to download all leveraged buyouts from 1970-2025, but any advice in the right direction is appreciated)
-
lseg-data and refinitv-data discrepancy
I'd like to pull the last trade price using lseg-data for a commodity. After speaking to support through the platform, I was given the suggestion to ask on the forums. How can I replicate the same results from the picture above with lseg-data?
-
Why does .DEX , example GOOG.DEX receive no L2Rics OR complexRICs attribute in discovery search api
When I do a POST request hit to 'https://api.refinitiv.com/discovery/search/v1/' with the below payload, I receive a list of venues … { Filter: "BusinessEntity eq 'Quote' and BaseAsset eq '154423041' and not (ExchangeCode in ('NSQ' 'ASQ' 'NYQ' 'XDS' 'DEU' 'TOJ' 'ITE' 'RRC' 'PCQ' 'NAQ' 'NMQ' 'XBO' 'XCA' 'CAQ' 'AUX'…
-
Changing Date Format when requesting RDMS API in text/csv response?
Hi, We are retrieving curve data from RDMS Rest API (v1/v1/CurveValuesBatch resource). When requesting a text/csv return, the date format (Forecast Date, ValueDate) is in American format: Is there a way to request another date format directly from the API with a csv response? (for e.g: DD.MM.YYYY 00:00:00) Thanks a lot,
-
An error occurred while requesting URL('http://local host:9060/api/handshake'). RemoteProtocolError(
Dear Team, I am using Python API and an issue arises when I connect to Eikon import refinitiv.data as rd rd.get_config()["http.request-timeout"] = 60 An error occurred while requesting URL('http://local host:9060/api/handshake'). RemoteProtocolError('Server disconnected without sending a response.') I have referred to this…