-
I would like to check if the .bat file attached is compatible to run with Workspace?
Hi Team, the client wants to use a .bat file that will allow him to launch the Workspace Excel add-in. However, it is causing an runtime error in Workspace Excel. May I know if this is compatible with Workspace? Please note the same .bat file is working with Eikon.
-
Delistings in Europe
Hello Guys, I have the following Problem and i would really appreciate help. I want voluntary and unvoluntary delistings in Europe between 2010 and 2024. Additionally i need the delisting announcement date (not when the company delisted). Therefore i need the reason why a company delisted (Bankruptcy, Liquidation, M&A,…
-
LDError: 'dict' object has no attribute 'url'
Currently, I am encountering an error when using either rd, or ld while making data requests through the API gateway. The error is: "LDError: 'dict' object has no attribute 'url'". Please assist me with this issue.
-
Eikon messenger API
Hello, My name is Dragos Mocanu, and I represent the IT team at Commerg Ltd. (we currently have a contractual relationship with Refinitiv, submitting data to your platform). We are exploring the possibility of using the Eikon Messenger API to automatically retrieve our brokers' conversations with clients from Eikon into…
-
'NoneType' object has no attribute 'get' error for API data
Hello all, I am trying to download a list of index constituents using the eikon data API, however, i am getting a 'NoneType' object has no attribute 'get' error for this code : import eikon as ek import pandas as pd from tqdm import tqdm # Import tqdm for progress tracking Your Datastream API keyapi_key = 'kEY ' Initialize…
-
DoEvents Application.Run "WorkspaceRefreshWorksheet", True, 1200, ActShtName DoEvents what do True
DoEvents Application.Run "WorkspaceRefreshWorksheet", True, 1200, ActShtName DoEvents what do True If we set that false, what will happen in what case?
-
error message: Error.EikonError: Error code 400 | Backend error. 400 Bad Request
Hi, I am running code that was once reliable, but now I get a backend error about half the time the code runs. ek.get_data('0#.AORD(2024-01-01)', other_fields+beneish_fields+altman_fields, {'Period': 2024}) other_fields+beneish_fields+altman_fields: ['TR.CompanyFYearEnd', 'TR.F.TotRevenue(Period=2024).periodenddate',…
-
get data using Eikon Data APIs instead of Rhistory
I'm trying to get market data like using excel formula function(=RHistory), but I found Eikon Data APIs couldn't retrieve the same historical data as the =RHistory excel function. so I'm trying to get a few days of data("OPEN","HIGH","LOW","CLOSE","OFF_ASK") using Eikon Data APIs, but it doesn't work. I tried get_data…
-
Python- workspace excel implementation
Hi Team, Can you please answer two questions below? 1) Will new workflow (Python-Excel) implementation require additional payable data access licensing (for instance to data API licenses). If yes – then where can we find pricing? 2) Is there a way (please share some sample python file or reference) to initiate some…
-
Using Python API, will it allow me to get more than 5K rows worth of records from the screener?
-
Full arrival dataset for a specific port, similar to how the PORTS app works via API.
Refer to the below link: Can you return full arrival dataset for a specific port, similar to how the PORTS app works. - Forum | Refinitiv Developer Community We would like to return a dataframe with all the vessel arrivals historically that have entered a given port. The PORTS app does this but is manual and only allows…
-
What RICS to use when using get_history to get data for expired spreads ie LGOX4-Z4
I am using the following call for refintiv data platform via python : rd.get_history('LGOX4-Z4', ['OPEN_PRC', 'HIGH_1', 'LOW_1', 'SETTLE'], 'weekly') The above returns a "universe not found error". When changed to a non expired spread (i.e LGOF5-G5) it works fine. I already attempted using '0#LGOX4-Z4' and 'DLGOX4-Z4' per…
-
Screening Banks
Hello, I am new to the forum and haven't found any similar answer. Is there a way to perform a BIC or Bank screening via API? Thanks
-
RDP Addin function in Excel and handling these functions by using Macro(VBA)
For the RDP function to ADDI to Excel, can I use the same Excel macro (VBA) to run a stop update and its recalculte? (as for eikon or workspace addin, I understand that we cannot do such a handle)
-
Is it possible to find the RIC of certain company with Eikon Data API if I only have company name...
Is it possible to find the RIC of certain company with Eikon Data API if I only have company name in hand?