-
How to measure the RTO latency via EMA
Do we have the time related metadata or fields in the message/event of the onRefreshMsg and onUpdateMsg methods, to measure the RTO emit/ingestion/pipeline latency? Or other similar mechanism? Not the QUOTIM and TRD_TIME.
-
why my immediate schedule request to extract tick data is being cancelled again and again?
I am trying to extract tick data on Refinitiv DataScope and its being cancelled again again after showing queued. these are the notes its giving: Extraction Services Version 19.1.1.49259 (329bc4e78f6b), Built Jan 13 2026 07:52:31User ID: 9022848Extraction ID: 2000001099222973Correlation ID:…
-
Access Denied / Not entitled with concurrent logins
We’re in the process of deploying a new EMA-based market data application and have run into a weird entitlement issue that I’m hoping someone here can shed some light on. We are using the same user login concurrently from two different servers. The application configuration is identical on both servers. On one server,…
-
Are headers to pass to sample API postman json collections is correct or do we need to include more
-
Extracting earnings call transcripts
Hi all, is it possible extracting earnings call transcripts directly via the LSEG Workspace by using an API?
-
The code was working earlier without issues. Today not getting any error , getting None in return
from datetime import datetime import os import numpy as np import eikon as ek import pandas as pd # Initialize Eikon with your API key ek.set_app_key('xyz') # Define parameters ric = 'EScv1' fields=['TIMESTAMP', 'OPEN', 'HIGH', 'LOW', 'CLOSE', 'VOLUME'] start = '2024-11-01T00:00:00' end = '2024-11-01T23:59:00' interval =…
-
Is it possible to retrieve all existing government bonds data ?
Hello everyone. I would like to retrieve all existing bonds by country. For example, I would like to obtain the ISINs, RICs, maturities, and issue dates for France.
-
API compatibility
Hi Team, can you tell from this whether the code we currently maintain is compatible with the proposed connectivity by out client? api "com.reuters:rfa:8.0.0.E2", "com.reuters:config_loader:8.0.0.E2"implementation "com.refinitiv.ema:ema:3.6.3.0", "com.refinitiv.eta:eta:3.6.3.0",…
-
Why does the following get_timeseries not return any results?
ek.get_timeseries('AAPL.O', interval='minute')
-
"code":500,"message":"Error: Could not establish connection to data-api-proxy-csm"
I encountered an error while using the ld.get_data function, but i have open a session by using "ld.open_session( config_name=".//lseg_data_config.json", name="desktop.workspace")"
-
API key to recreate two examples in Python.
Hi Dev Team, I'm looking to convert from SQLX to Python. Therefore, I am seeking confirmation that I would be able to accurately recreate the two Python scripts (examples) listed below through an API key, with the data from Workspace.…
-
WC1 service account
Hi How do I get access to create a WC1 service account? Currently, I can only add a normal user.
-
How to use the PermID Entity Search API
I am trying to use the entity search API: https://developers.lseg.com/en/api-catalog/open-perm-id/permid-entity-search/documentation also available here: https://permid.org and when I make a request to the API the command hangs and never times out or returns a response. I have tried a curl request: curl -v…
-
what is the RIC code for JGB Future traded on Bloomberg as JB?
-
How to identify NASDAQ Basic trading sessions - Realtime SDK
For every other market I use either the old fields PRC_QL_CD, PRC_QL2 and try to figure out what indicates the change of the market session from opening autcion to continuous trading, etc. Also for the more user friendly exchanges I use the enumeraed INST_PHASE field. My problem with the Nasdaq basic, is that none of them…
-
Real-Time-SDK : Market L2 Price
We are currently running the Refinitiv JAVA Real-Time-SDK to retrive the best bid1 and best ask1 prices of multiple tickers. But we are also eligible to get the L2 prices such as bid2,bid3,bid4,etc. Could you guide us on how to retrieve the L2 data? Currently we can retrieve only the L1 prices as seen from the image below.
-
Central bank meeting dates
Is there an API for CB meeting dates? I'm looking at screen such as "implied rates and basis points", in "interest rate probabilities". Thanks
-
ORDER_PRC type changed from Real32 to Real64
Hi Team, We are currently using RFA C++ versions 8.1, 8.2, and 8.2.5 to consume market data. In our older RFA package (version 6.3) RDMFieldDictionary, the ORDER_PRC field (FID 3427) is defined as Real32, whereas in RFA 8.1 and later it is defined as Real64. Could you please let us know in which RFA version this data type…
-
Refinitiv RDP Filings: Getting Filings by Searching for Market Company Identifier
From the Playground, I am able to see these 2 sample queries. I have a few questions: Is there are way to combine the 2 queries such I am able to use Legal Entity Identifiers/RIC/etc. to immediately get the filings? Or do we require a 2 step query? 2. How do I know/obtain the list of available identifierTypeName:…
-
Filings GraphQL Issue
Request/Query: { "query": "query AppleFilingsExistingSchemaOnly {\n FinancialFiling(\n filter: {\n FilingDocument: {\n Identifiers: {\n Cik: { EQ: \"0000320193\" }\n }\n }\n }\n limit: 5\n ) {\n ObjectId\n _metadata {\n identifier\n totalCount\n }\n FilingDocument {\n DocId\n FinancialFilingId\n Identifiers {\n Dcn\n }\n…