-
Will the Eikon C# API be still supported in LSEG Workspace
-
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 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!
-
Getting latest data for continuous futures contracts
Using the lseg.data library, I would like to download the latest traded price TRDPRC_1 and settle price if available. I have access to historical data using ld.get_history() but mostly empty data sets using ld.get_data(). Can you confirm python script that should work for Cc1 and Sc1 and/or a way to see if our subscription…
-
API Related Query
Hi Team, please can you answer the below questions from my client. I have a couple of questions on the recommended Python package and required credentials please. There are three Python packages available: https://pypi.org/project/refinitiv-data/ https://pypi.org/project/refinitiv-dataplatform/…
-
Developing third party app (VOLMASTER) in Workspace.
Please note that I am raising this question for the client (VOLMASTER) itself. They have this 3rd party app in Eikon App Studio and now want to develop this in Workspace. Please advise who to contact to do this. I see a post and was privately answered.…
-
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',…
-
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…
-
Is there a way of accessing the old Native Eikon Chart (CHT) app from Eikon, in the new Workspace
Is there a way of accessing the old Native Eikon Chart (CHT) app from Eikon, in the new Workspace. The new native CHT app (Trading View) Chart is horrible and nowhere near as dynamic fast and flexible as the old Nattive Eikon CHT app. Any way of accessing that from workspace? or is it totally abolished?
-
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?
-
Is it possible to get a positive case from Refinitiv if we don't resolve the case from our side?
Hello! We use Refinitiv to screen clients, and from our CRM system, back office officers might open screening results by client and resolve case hits (mark them positive or not relevant). Now, we need to implement a new client risk level calculation process. If the client has positive cases (full match) after the…
-
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