Hi, When I run below code, I do see below error message 2024-11-04 17:20:09,235 P[42128] [MainThread 46476] Error code 403 | Client Error: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- Message.TemplateName: URLBlocked Message.Language:…
We are currently experiencing an issue when attempting to fetch forward points for corresponding currency pairs via the API. * USDAED Specifically, whenever an API call is made, no results are returned. This is impacting our ability to proceed with displaying fwd point automatically.…
产品为real time API,在订阅LIBOR= 的数据时,payloadDataType==128被过滤了,什么情况下payloadDataType会==128,如何解决?
In its previous version, Eikon. I am able to connect and sign in Eikon Excel programmatically with VBA as below. Is there any similar VBA codes for Workspace? Sub signin_connect() 'Enable COM Add-ins For i = 1 To Application.COMAddIns.Count If Application.COMAddIns(i).Description = "Refinitiv Eikon - Microsoft Office" Then…
Hi Team, Can you please help me to pull data from Eikon API by giving condition as = R and it should pull Record Type of 21 from that, Example RIC(DJX50N1W=R).
The client is trying to convert some old Request Table created in Eikon to be compatible to RW via Conversion Wizard. But he has attached file with macro to download Datasteram data. It doesn't work anymore. Can you assist in converting this ?
public class GetRequest { public static String generateAuthHeader(String dataToSign, String secret) { String hash = ""; try { Mac sha256_HMAC = Mac.getInstance("HmacSHA256"); SecretKeySpec secret_key = new SecretKeySpec(secret.getBytes(), "HmacSHA256"); sha256_HMAC.init(secret_key); hash =…
After setting up a conda env for Eikon and launching Jupyter Notebook I get an error when I run: import eikon as ek the error is ImportError: cannot import name 'registry' I have tried updated pandas and updating all in my env. Nothing seems to help. For context my work machine does not let me work from the main drive so I…
Hi, We are creating a screening case for Inditex and Spain and it takes more or less 15min to retrieve the matches. Is it expected?
What does LBN api do if the deal is not marked as processed (or confirmation is not received)? And this happens for a lot of deals.
It looks like you're new here. Sign in or register to get started.