-
Query the refinitiv.data API in databricks
Hi everyone, I'm currently building an application using databricks, and in this process I'm migrating some scripts that were previously running on my local PC to run in a databricks notebook. I'm using refinitiv-data-1.6.2 to query the data. This is my auth flow : rd.open_session(config_name='credentials.json') with…
-
Getting a "ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by t...
...he remote host" error while using the dataplatform API in python. While running the get_timeseries function in a loop, i get this error in every subsequent call.
-
ReadError: [WinError 10054] An existing connection was forcibly closed by the remote host
Below is the code I am using. Anyone can help? Thank you. ********************************* import refinitiv.data as rd from refinitiv.data.content import search rd.open_session() response = search.Definition("AU000000BHP4 Berlin",top=1).get_data() response.data.df.iloc[0][4] rd.close_session()…
-
Receiving ‘Couldn’t Resolve Host Name’ Error for Multiple Refinitiv APIs on October 18, 2024
Hello, I’m experiencing an issue when making API requests to several Refinitiv services, including: • refinitiv_tick_history_time_and_sales • refinitiv_futures_and_options_search • refinitiv_tick_history_intraday_summaries • refinitiv_tick_history_market_depth • refinitiv_historical_reference_extraction On October 18,…
-
Error: Setting Up RTO Datafeed : failed: Connection timed out
I test run sample code (EMA JAVA) . But occur error "failed to submit authorization request, exception = Connect to api.refinitiv.com:443 [api.refinitiv.com/99.83.242.11, api.refinitiv.com/75.2.0.254] failed: Connection timed out: connect Host: null Port: null " please support me for solve this problem
-
Reuters Connection Fail Fequently
We are facing issue with reuters connection fail frequently: {"instant":{"epochSecond":1726205278,"nanoOfSecond":441878434},"thread":"pool-8-thread-1","level":"INFO","loggerName":"com.enbd.rate.streaming.registry.consumer.ConsumerClient","message":"Status message refinitiv:StatusMsg\n streamId=\"99\"\n domain=\"MarketPrice…
-
Refinitv API connection force log out my Workspace app and do not allow me to sign in
Hi, I am forced log out when I open_session with Refinitiv.data while having the Workspace app open, then the app asks me to sign in (screenshot below), after I hit 'Sign In', it shows 'Loading' then return to the first screenshot. In order to sign in, I have to force close the app on Task Manager and launch it again. Does…
-
Unable to connect on VS Code Python
Hi there, Whilst I have been using CodeBook, I'd also like to code locally on my machine and use Visual Studio Code. However, the following script returns an error and as a result I am unable to connect: import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd…
-
Error: messenger not found
user is getting the following message: Listening to port=9006 Error: messenger not found.
-
can not login the Eikon
I am in Canada but my register location is Taiwan. I can not login the Eikon and it shows the following info: Configuration Download Error The application failed to download the product configuration. Possible causes: • you are not connected to the network • the Refinitiv Platform is encountering problems • the desktop…
-
Cannot prepare connection OMMStreamConnection error
Hi, I am using refinitiv.data package to extract dividend estimation data. Here is part of my code: import refinitiv.data as rd reuters_data = rd.get_data( universe=list_ids_forecast, fields=['ROW80_4', 'ROW80_7', 'ROW80_8', 'ROW80_9', 'ROW80_10', 'ROW80_11', 'ROW80_12', 'ROW80_13', 'ROW80_14', 'ROW80_15', 'ROW80_16',…
-
Unable to connect with Refinitiv Data Library for C#
Trying to connect with the C# API on a new computer (windows) I cannot get a connection. The workspace application itself seems to work fine. Are there any system/network configuration settings I should check? When I turn on logging I get the following RDP.log entries: 2023-11-22T12:48:05 Info…
-
http request failed : ConnectError( all connection attemppts failed )
I can't connect to the server Refinitiv . Any browser cannot. proxy re-settings do not help either. Refinitiv Eikon Destop does not start with an error 'CBootstrapImpl::LoadProviders' .
-
Workspace login invalid parameter
I have a subscription of refinitive workspace but when I log into the app on my laptop or PC it says that couldn't connect to server or if I try logging in through web version it says "invalid parameter". I am really exhausted after trying to contact with helpdesk. They never connect my call and put me on hold for 1 hour.
-
Issues with Eikon API Connection
Hello everyone, I've been using the Eikon API with Python in the past, especially for downloading Company Fundamentals. However, in recent days I've been encountering connection issues. Here's the specific error I've been getting: 2023-10-13 10:43:00,004 P[23252] [MainThread 22548] Error: no proxy address identified. Check…