-
Get all bonds from one issuer
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!
-
ISIN and RIC codes for Rights Issues
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…
-
How can I use python to get issued bonds of an issuer for a given issuer's Ticker?
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:
-
How to get fund issue date via Eikon API?
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" },…
-
Yield at Issue at Eikon Refinitiv
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?…
-
Concurrence issue in SelectableBiDirectionalQueue (package com.refinitiv.eta.valueadd.common) fro...
...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()…
-
Getting intermittent server errors for Eikon Python API.
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…
-
Descrepancies found in Price Targets returned from get_data query
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…
-
TREP Websocket connection issues : python example market_price.py unable to connect: Error 400
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…
-
How to pull organization id using debt ticker code
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
-
Not getting info from TR.IssuerRating
Hi, I am using the following code: CORP_COLOMB_US = ['ES122321657=','CO080166524=','CO089109256=','CO141154222=','CO165899431=','CO081101035=' ] ts2,e2 = ek.get_data(CORP_COLOMB_US, ["TR.BENCHMARKSPREAD.date","TR.BENCHMARKSPREAD","TR.ASSETSWAPSPREAD","TR.MODIFIEDDURATION"], {'SDate':start_date,'EDate':end_date,'Frq':'D'})…
-
There are different issuer rating results in get_data when we used the RIC or ISIN to search.
As the title, why cannot we use the ISIN to search issuer rating? (see attached photo, XS2252513713) We must use the RIC to search? Have other data same problems?
-
Structure Products - Download: Issue Date, Turnover, Strike
Hello everybody, I am using Reuters Eikon where I accessed the "Derivatives Filter" and exported a list of bonus certificates. I converted the ISINs into RICs and would like to download: Issue Date, Turnover, Strike for each of my bonus certificates. In Reuters Data Stream (Excel Addin) I tried the respective variable as…
-
MACOS Mojave 14.4 EIKON API does not launch the login window
Hi all, I have been using API for one year with no issue. From October-2019, things have not been smooth : When i click on the app directly, app launches but it does not go until the window where i can write my credentials. The app shuts down after 4 seconds of loadings. When launching Eikon Proxy API app from the…
-
Trying to reproduce new issues in the news tutorial
Hello! I am trying to reproduce the tutorial from the Developer Website with no success: https://developers.refinitiv.com/eikon-apis/eikon-data-api/learning?content=15351&type=learning_material_item The code itself: from datetime import date start_date, end_date = date(2010, 1, 1), date.today() q = "Product:IFREM AND…