The most recent content from our members.
Hi, is it possible to get all the bonds from one issuer please? I found out that for getting Issuer name from ISIN this code is working `ek.get_data(['XS2552369469'],['TR.FIIssuerName'])` but I cannot manage to make it other way around. Any help will be appreciated! Thanks!
I am studying capital increases through subscription rights, and I have obtained data for many of them through Screener. However, I need to find the ISIN code and the RIC associated with those subscription rights and, so far, I have not found any way to obtain it through any API. For example, I put the case of the capital…
For example, I want to get the bonds issued by BABA, I can use Advanced Search app or debt structure of BABA to see the results on eikon workspace, but how can I get those bonds by python eikon api? the results are just like the picture shows:
I want to get the fund issue date via Eikon API, but it returns empty, kindly help check if the field "ISSUE_DATE" is correct or not? Thanks. data, err = ek.get_data(instruments=['LP68728214'], fields=[ "TR.RICCode", "ISSUE_DATE" ]) Response: { "instrument": { "0": "LP68728214" }, "ricCode": { "0": "LP68728214" },…
I am comparing sustainability-linked bonds with conventional bonds using data retrieved from Eikon Refinitiv, and need the data on Yield at Issue for these. I have tried different fields, such as "TR.FiOriginalYieldMaturity", but many observations are missing. What would be the correct code to use to get this information?…
...m the Java ETA API Hi, I am using the Java ETA API (https://github.com/Refinitiv/Real-Time-SDK/tree/master/Java). I think there is an issue with the way the _readLock and _writeLock are handled in the class SelectableBiDirectionalQueue (package com.refinitiv.eta.valueadd.common). Indeed, on the method read()…
Using a simple Python API for eikon causes several intermittent internal server issues. The command I'm using is ek.get_timeseries(). It works fine for most part but several times I get a error message as below: Error code 500 | Server Error: {"code":500,"message":"connect ETIMEDOUT…
I have been using Reuters Python API to request brokerage recommendation and price target data for certain stocks. I need the data to be correct, so I have been cross referencing some of the results returned from the API with the Reuterts terminal and brokerage notes, the original source of the recommendations. I have…
The example websocket python script connects after 7 or 8 tries. Please see below for logs (tensorflow) C:\Users\Raghav.Atal\Documents\Developer\external_code_repos\websocket-api\Applications\Examples\python>python market_price.py --host trep-dacs-main.corp.stonex.com --user MDHUB Connecting to WebSocket…
We are trying to pull organisation id's and company/issuer names from Eikon using the debt ticker code. Is there any function on excel or in the API that would allow us to do so. For eg: HHYON - Hydro One GEELYV - Volvo Car AB
It looks like you're new here. Sign in or register to get started.