-
Error posting using Ema Consumer
Hi, I am using example ex340_MP_OnStreamPost of EMA Java API to post data. I have made changes for testing with beta environment setup for our application. Attached is the code and output which shows that I am able to view the data from custom page. From decoded data the datatype seems to be 'rmtes'. So we made changes to…
-
DSS REST API Search: exclude ISINs from GovCorp bond search
Does DSS REST API Search allow search to omit particular ISINs? Let's say that we are searching for Mortgages bonds, but would like to some partcular ISINs not to be included in the search results.
-
“#N/A Item request rejected: Item already opened with another stream
Hi team, Client discovered with this sample CHFOIS12Y RIC that gave the following error "“#N/A Item request rejected: Item already opened with another stream (stream id = 10333, item name = CHFOIS12Y, domain = RSSL_DMT_MARKET_PRICE(6))”. Every time it was for their internal source hosted on 2 active ATS server (source name…
-
How to get close price for morning session
Please let me know the name of template and field on how to get close price of TSE-listed stocks for morning session?
-
Upgrade to LSEG Workspace vs .NET Library
Hi, Recently, I received information on my account: In my own C# program, I am using the Refinitiv Data Library for .NET. My question is: Will this library still work after July 1, 2025? Do I need to change anything in my program, e.g., use another library or obtain the app key from a different source?
-
TREP: Unexpected "Output threshold breached for <user>...."
Hi, I developed a JAVA application based on Refinitiv Realtime SDK, that is consuming RICs on TREP. Today, one of my customer reporting an issue that he was able to observe many time during the night: my application is disconnected from TREP ADS logs shows errors such as Output threshold breached for XXX" at position…
-
Eikon Weather
In the old refinitiv system, I would get historical weather data utilizing a template file. This does not seem to work with the shift to the LSEG workspace. Any suggestions?
-
DSS API credentials not working
Client is unable to access DSS API with their DSS ID. However, the same credentials are working fine for GUI. Client has shared the below API payload. Can you please assist? Power Query: let // Etapa 1: Datas para os últimos 31 dias Today = Date.ToText(DateTime.Date(DateTime.LocalNow()), "yyyy-MM-dd"), StartDate =…
-
Eikon API guidance summary data gets mixed up
Hello, I am trying to pull guidance summary data using eikon api. My issue is that when I include new data field (for example TR.GuidanceUnitType), the data gets mixed up and some items like revenues show up as tax rates. I have seen this happen as I include and exclude different data fields. Please let me know why this is…
-
meaning of the field VOL_X_PRC1
What is the meaning of the field VOL_X_PRC1. Does this imply VWAP? I see in the Eikon as well as the Workspace product, the field VWAP is not supported when requesting data. Can VOL_X_PRC1 be used for VWAP. Are there any other recommendations for the same.
-
Eikon API Deprecated Recommendations
Hi, we are seeing the following warning \refinitiv\data\eikon\__init__.py:15:FutureWarning: The refinitiv.data.eikon module will be removed in future library version v2.0. Please install and use the 'eikon' Python library instead or migrate your code to the Refinitiv/LSEG Data Library It is recommended that we use the…
-
Defining a currency when looking at historical price data
Hi, I'm trying to look at various stocks over the past 10 years. I have several stocks that are non-USD. How can I amend the following query to return the USD version of TRDPRC1: ld.open_session() response = historical_pricing.summaries.Definition( universe = ['AAPL.O', 'SHEL.L''], interval =…
-
lseg get_data() randomly missing data
Another problem: sometimes, for some requests the server returns empty values. If I rerun the query for the symbol with missing data, I get a correct response. This is an example of a relatively big query, so I will post only the logs: Request with 100 RICs: json = {'Entity': {'E': 'DataGrid_StandardAsync', 'W':…
-
Can you please help in creating VBA code for the below:
What I need is VBA code to: Check whether Workspace COM add in is loaded, and load it if not Check Workspace status (online, offline, refreshing, paused) and trigger log in and refreshes Retrieve FX spot live, today’s high, today’s low as well as fixrates (WMRH etc) and the corresponding timestamps
-
How to connect to API while connected to Workspace through desktop?
I am signed in through Workspace on my desktop, Heartbeat status is "OK" and Real-time status says "You are successfully connected to LSEG services". I imagine my issue revolves around some sort of proxy error but not sure how to dig further into this. I've seen in a previous discussion that port 9010 is a fix but I am…