The most recent content from our members.
...g API to see if these values influence each other? Client wants to pull ESG KPIs and the ESG Score through API and do a regression analysis to see if the values affect each other.
When requesting get_timeseries from Eikon Python API with interval ‘tick’, it would return Date,VALUE,VOLUME data: Date,VALUE,VOLUME 2024-06-27 13:30:00.135,135.79,200 2024-06-27 13:30:00.357,135.86,14 I would call it like this: while (rows == 50000): #and (df.index[0] >= start_date_time_obj ) : dfloop =…
...es extracted with get_news_headlines()? Technology: Eikon API on Windows Visual Studio Code I was wondering if there is any code that enables us to map/fetch the news source name based on a list of source codes extracted with get_news_headlines()? Example: sourceCode = "NS:RTRS" => return "Reuters News"
Hi, We are using the RFA library for MarketPrices and Quote Contributions. We are facing some issues in "_pSession = rfa::sessionLayer::Session::acquire(_cfgVars.sessionName);". when we are running an application with an Admin user, everything works. but when we removed access for that user process was stuck at the above…
・EMAとRefinitiv Real-Time SDKのWindowsServer2022への対応について ⇒EMA(最新バージョン3.6.8.L1.win)ならびにRefinitiv Real-Time SDK(最新バージョン2.0.8.L1)は現状ではWindows Server2022未対応と認識しています。OSの保守性を考慮すると、WindowsServer2022の選択を視野に入れたく考えており、WindowsServer2022への対応ロードマップをお知らせいただけますでしょうか。具体的には以下を確認願います。 - WindowsServer2022にはいつ対応されるか(そもそも対応が予定されているか)をご教示下さい。 -…
I am new the Redi API and I apologize for my questions if they are too naive. Q1: must I use Windows OS in order to use the Redi python API? Q2: Is the Redi python API stable enough to handle 10K+ trades per day without crashing? Thank you for sharing your knowledge and I really appreciate it!
I'm getting the below behavior when calling get_news_headlines in the python api. I'm running python 3.10.7, and eikon version 1.1.16, windows 11 Pro Input: > import eikon as ek > ek.get_news_headlines('ORDER IMBALANCE', date_from='2022-10-19T00:00:00', date_to='2022-10-19T23:59:59', count=100) Error: File…
We have Windows event logging enabled for our application build on RFA 8 C++ libraries but all entries in the Windows event log have the same error message e.g. "The description for Event ID 10105 from source RSSL_Adapter cannot be found. Either the component that raises this event is not installed on your local computer…
It looks like you're new here. Sign in or register to get started.