-
Eikon or DataScope
Is there any API available to check if RICS are published Successfully either Eikon or Data scope on Refinitive Platform ; if Yes would like to understand more details on Setup , Access , Entitlement and Sample Query for the same , Also would be good if we get to know what all Attributes are updating for the requested RIC ?
-
Is it possible to subscribe to prices on EMA for MBS securities?
The TermsAndConditionsExtractionRequest for MBS securities returns null for the ric code. So I do not know what identifier I can use when subscripting to a price on the EMA price subscriptions. I have tried the isin/cusip with and without a "=RRPS" suffix with no luck. I also tried the "Entity PermID" and "Issue PermID"…
-
API for realtime exchange rate
Hi, i am confused with lot of documentation and lot of information. Our client has subscribed to "Refinitiv Real-Time" and we able to connect to Websocket API (https://developers.lseg.com/en#t-realtimesdkandwebsocket). This is a streaming technology where the client gets realtime feeds from server. But, what we are looking…
-
we need to use “screen” function in python to find the company, remember the companies are not liste
My understanding is that we need to use “screen” function in python to find the company, remember the companies are not listed, they DO NOT have RIC. I believe we need to similar code as below, but the universe should be set to “Private equity” My question is that I need CODE to produce the same output as I use “DSCREEN”.…
-
Tradeweb Bond Data
Hi, anyone know how to extract live Tradeweb Bond data (e.g. ACGB) using Python? Cheers
-
Bulk update of Lipper Price data
We need to send latest funds price data through WebSocket API, my question is do we need to send each RIC update at a time or do we an option to send bulk update? If yes please provide the sample JSON format for bulk update and what is limit ?
-
What API endpoints aside from datagrid can replicate this SCREENER?
=@TR("SCREEN(U(IN(DEALS)/UNV:DEALSLOAN/),IN(TR.LNParticipant(LNPartRole=LNB:LNBIP:LNBUP:LNBMP:LNR:LNRIP:LNRUP:LNRMP:LNAB:LNABIP:LNABUP:LNABMP:LNG:LNGIP:LNGUP:LNGMP:LNLBO:LNLBOIP:LNLBOUP:LNLBOMP:LNPG:LNPGIP:LNPGUP:LNPGMP),4296949406), BETWEEN(TR.LNMaturityDate,20250319,20750319)/dt:Date/,…
-
Need a python script to pull cargoes as imports into all PADDs and exports out of all PADDs. I need
Need a python script to pull cargoes as imports into all PADDs and exports out of all PADDs. I need one script that will aggregate the total number of imports per region by load zone/region and another script with all fields returned
-
Will the Eikon C# API be still supported in LSEG Workspace
-
How to filter the Nasdaq index in eikon terminal?
I need to download the data of Nasdaq listed companies in eikon terminal? I can't find the Nasdaq index list in the screener panel, and I can't find the Nasdaq exchange in the exchange name section. Can you give me some help? Thank you!
-
Duplicate Timestamps for historical_pricing results
Hello Friends, I got an issue which needs your kind help to address. To Keep in line the difference in timestamp from ld and ek library, I'm trying to summaryTimestampLabel parameter to retrieve FX hourly data, as referenced in this discussion. However, when I'm using summaryTimestampLabel in historical_pricing , the…
-
What's the variable name for Python data retrival that is equal to X(P)~E? I mean, how do I get th
Whats the variable name for Python data retrival that is equal to X(P)~E? I mean, how do I get the same price, taking as a base the Excel file How can I get all in euro? final_prices = rd.get_data( universe = try_codes, fields = ['TR.OPENPRICE.Date', 'TR.OPENPRICE', 'TR.CLOSEPRICE'], parameters = { 'SDate': '2025-01-01',…
-
Technical indicators
Hi, is there a way to directly pull technical indicators for non-expired contracts for a RIC list/ RIC chain for EoD data? Ideally I would like to pull for example RSI/CCI/moving average values directly everyday to view which contracts are oversold/ overbought on a daily basis as a pose to pulling ohlc prices and…
-
How to know if FID 3754 SCALING is multiplier or divisor?
Hello, we are using RFA 8.2 C++ api for consuming MP domain prices. After looking at FID 3754 SCALING, it is not clear if that field is multiplier or divisor. How to we know it?
-
Workspace API: unable to connect anymore
Unable to connect using Workspace API since a few days. Was working fine before. Logs when working: 13:22:27.094 [Info] Library version: 1.0.0-beta5 13:22:27.094 [Info] .Net runtime: 4.0.30319.42000 13:22:27.094 [Info] .Net version: 4.8.9290.0 13:22:27.116 [Info] Successfully loaded the Stream:[internal] configuration…
-
I am greeting errors while getting data via API
error 1: 2025-03-17 19:43:36,704 P[22516] [MainThread 11120] Error code 429 | Client Error: Too many requests, please try again later. 2025-03-17 19:43:36,704 P[22516] [MainThread 11120] HTTP request failed: EikonError-Client Error: Too many requests, please try again later. error 2: Error fetching news: Error code 2504 |…
-
How to find if a ISIN is a Callable bond
Hi, I am looking for a DSS Rest api based call request where I can submit a ISIN and check if it's got embedded callability. Please can someone share some code? Thanks, Sumit
-
How Long After a Company is Listed Does It Appear in the System?
Hi everyone, I am trying to determine how long it takes for a newly listed company to appear in the LSEG system. Specifically, after a company is officially listed on an exchange, how much time typically passes before its identifiers (e.g., ISIN, RIC, PermID, etc.) are available through LSEG APIs? Is there a standard…
-
How connect to LSEG Workspace using .NET API?
Hi, We support our internal .NET application written in VB.NET which currently uses Refinitiv Eikon version 4.0. Because of migration to LSEG Workspace from Eikon we try to modify our application which is using just a few functions from Eikon API: EikonDesktopDataAPI.Initialize() + EikonDesktopDataAPI.Status…
-
Im having trouble with missingquarter data for several American companies, including AAPL.
data retrieved with: df_standard, err = ek.get_data( instruments = ['AAPL.O'], fields = ['TR.F.IncomeStatement.fieldname','TR.F.IncomeStatement','TR.F.IncomeStatement.date','TR.F.IncomeStatement.FCC'], parameters = {'Scale': 6, 'SDate': 0, 'EDate': -30,'Period':'FQ0', 'FRQ':…