-
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…
-
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)
-
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(…
-
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'…
-
What is the data item for yield to maturity in discovery.search function from the refinitiv.data.com
client verbatim "I'm using the discovery.search function from the refinitiv.data.content package in Python to find bond data and carry out some calculations. I'm trying to find the code for yield or yield to maturity but can't seem to find the correct name for it." I provided a TR data item (TR.FiMaturityStandardYield) but…
-
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,
-
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
-
Failed to open or modify item request. Reason: ReactorChannel is not available.
com.refinitiv.ema.access.OmmInvalidUsageExceptionImpl: Failed to open or modify item request. Reason: ReactorChannel is not available. May I know the possible cause, that is, the meaning of the exception and in which condition, that exception will be raised? And additional the recipe. The code line is just a RIC…
-
Does the API in Python (Jupyter) or Codebook allow to retrieve historical data of CEOs?
So I'm trying to get descriptive historical data of CEOs of listed companies hopefully. I'm imagining a panel between 2007-2024 (or last year available) of those companies, in which I have a column of year, another one for the fullname of the CEO in charge during that year, and several other columns with: 1. Age 2.…
-
Does RTO allows to send a SEADOL/ISIN/CUSIP and recieve a RIC?
Does RTO allows to send a SEADOL/ISIN/CUSIP and recieve a RIC?
-
Accessing Transcripts & General Earning Call Data (Audio, Text etc)
I saw from some past questions that it's possible to access transcripts by leveraging the ongoing connection with Eikon / Workspace using the get_data or get_news function. However, what I want to do is connect to an API WITHOUT having the terminal open, using a username and password, similar to how I use RDP for filings…
-
How to filter out Equity/Index Warrants from search.Definition result?
We use this query to get RICs: res=search.Definition( view = search.Views.EQUITY_QUOTES, filter = "AssetState ne 'DC' and RIC eq '*.MX' and ExchangeCode eq 'MEX'", select = 'RIC', order_by = 'RIC asc', top = 10000 ).get_data() It works fine, but the result contains more than 1000 RICs that look like GFN_tcR001.MX,…
-
Could you please build a macro that can extract daily data? Please see attached file.
Hello Team, Hope you're okay today. I'm raising this request on behalf of an external client. Kindly check the attachment, is it possible to build a macro for the above file? I'm looking forward to your positive response.
-
I need to retrieve the financial period end dates from the income statement using Python.
My current code workspace_df = ld.get_history( universe=str(org_id), fields=['TR.Revenue', 'TR.F.Source', 'TR.F.PeriodEndDate'], start="2000-01-01", end="2050-01-01" ) However, this only returns annual period data. How can I modify the parameters to include quarterly period as well?"
-
Workspace Excel Add-in
Hi, Anyone experiencing an issue with the Workspace Excel add-in for streaming rates? Mines keeps freezing after 2-3 minutes.
-
i got a problem wir importing diffenrent libraries in codebook like "textblob" or "transformers". th
case# 14665399 Client facing the below issue . kindly check and assist i got a problem wir importing diffenrent libraries in codebook like "textblob" or "transformers". the error "UnboundLocalError: local variable 'module_or_package' referenced before assignment" is shown after trying to import one of the packages.Are…
-
How can client use the 6 schedules of intraday report in GUI, with these schedule IDs can we share H
please provide sample code in either Python or the raw HTTP requests to get this data for all six of our TWEB files. We should already be able to access entire Report Templates and their content via the REST API, but we’d like sample code to grab specific fields and instruments. Six Current TradeWeb Marks Files (File…
-
I want to obtain this data, how should I write the code?
use refinitiv.data to retrieve soybean total supply (MT) and soybean domestic feed/crush (MT) data. python