-
Accessing usage and inventory data from the on-prem PostgreSQL db
Accessing usage and inventory data from the on-prem PostgreSQL db Can we have the `public.consolidated0yyyy_mm_dd` usage-type tables populated on scheduled basis? Are those tables including ALL of the PEs used across the firm? If not, can we schedule a run for all of the PEs we’re subscribed to. What is the period covered…
-
Error code 403: Access Denied
Hi, I am trying to pull real time data via Eikon API using python. But I am getting an error message that states Access denied, although I am running my Eikon desktop parallelly. Can you suggest ways to fix it. SourceCode: ErrorMessage:
-
Decode Login Response to understand if it is successful or not
Hello, I am unable to find examples where the login response has been decoded to check if login was successful or not. Can you help me with sample code or examples for the EMA Java SDK for the above use case?
-
Test Infrastructure?
Hello, While I have some past experience with Market Data Platforms and their API's, I left that world 9 years ago, so I would appreciate any guidance with the new realities under LSEG leadership. TL;DR Is there any way to get access to real infrastructure like ADH/ADS for development purposes? Or is there a developer…
-
What platforms are supported by RMC?
I would like to know what platforms RMC supports. I could not find the details here https://developers.lseg.com/en/api-catalog/real-time-legacy/refinitiv-management-classes-rmc Interested to know if it supports Linux on ARM architecture.
-
PRCTCK_1 field not delivering data using Websocket API
Hi, I have a customer using Websocket API to retrieve real time data from RTDS infrastructure. Apparently everything is working as expected, but field PRCTCK_1 is also being requested but not delivered. As this is the up/down signal, should the request of this field being managed in a specific way, or any limitation…
-
Change default EMA timeout programmatically ?
it seems the default timeout for EMA Java is 45000 milliseconds, is it possible to change that programmatically? I did not find anything in OmmConsumerConfig about that. I am not using EmaConfig.xml and i am creating my OmmConsumer like that: OmmConsumerConfig config = EmaFactory.createOmmConsumerConfig(); consumer =…
-
In Real Time ELCTRON_DD Service all the date and timestamps are in UTC Timezone please confirm a...
...lso can you please add data discovery reference In Real Time ELCTRON_DD Service all the date and timestamps are in UTC Timezone please confirm also can you please add data discovery reference regarding same for e.g.…
-
JET in Workspace?
A partner company that I work with has a single version of an app, that is used in both Eikon and Workspace. That app uses the JET API to retrieve some basic data. A customer has reported a problem, which appears to indicate that JET in Eikon and JET in Workspace are returning different data. What is the status of JET in…
-
ASX Tick Size Tables via RDP or ?
Hi, I'm trying to determine how or where I can receive the Tick Size Tables for a stock on the ASX Market. There is a standard tick size/price steps table shown below. However the note in the screen shot below indicates other security types can different rules. The ASX documentaton…
-
ExtractWithNotes does not return RIC in case of CUSIP as an input but works well with ISIN
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes does not return any RIC in case of CUSIP as an identifier in Input but works well in case of ISIN as an identifier. Please find attached list of CUSIPs and RIC error as below: Failure: 2024-08-07 12:43:35.193 [http-nio-8080-exec-2] ERROR…
-
1\. Are you allowed to access the Refinitiv Data Platform real-time services via websocket
1\. Are you allowed to access the Refinitiv Data Platform real-time services via websocket. 2\. If you are: what is the hostname and authHostName (the authentication hostname) , they could be the same. 3\. What is the current and relevant code example in either Python or C#. 4\. Is there updated documentation that we can…
-
StatusMsg: A46: Item was reopened under new stream
Hi, I do a registerClient on a consumer that is accepted correctly. Then I receive the RefreshMsg with some data. After I receive the RefreshMsg I receive a StatusMsg with state="Closed / Suspect / Already open / '*A46: Item was reopened under new stream.'" : StatusMsg streamId="5" domain="MarketPrice Domain" state="Closed…
-
Python | Refinitiv Data | stream.recorder | TypeError: 'NoneType' object does not support item as...
...signment I am intermittently seeing the below error. What could be a possible reason for this issue to occur? This error pops up when looping through an array of streams (each stream contains a list of RICs to perform: stream.recorder.record(frequency='tick') Error: Exception in thread…
-
Real Time - Bid Size and Ask Size are found in UNSPECIFIED update(EDGESHA0205 ,EDGESHA0206)
Hi team, when client the subscribed RIC has UNSPECIFIED and the immediately following QUOTE update at the same time, the subscribed data in [MarketPriceResponse] will be written together, The problem should be that the API can't separate UNSPECIFIED and QUOTE updates at the same time. Would you advise how to separate…