-
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 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?
-
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 =…
-
Can you please help in creating VBD 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
-
"iPlanet session has been expired." - What is causing this error?
I received this response recently from the RDP token endpoint. On the previous similar questions the response was that it must be connected to the expiry of the refresh token, but in this case we are not using the refresh token, but we request a new token every time the old one expires. Could you please explain what can…
-
Unable to fetch storyID and news article using eikon api via python
Hi all, Till last week (16th May 2025), we were able to fetch storyID and news article using the eikon api via python. But since today (20th May 2025), we are not even able to fetch storyID, let alone news article. :( Is there any migration of data that took place over the weekend ? or is there any change in the API…
-
API credentials
Hello team, I need to call lseg API to get live and past carbon and gas prices. To call any API we need some authentication credentials like clientid and client secret or some sort of userid and password. I have got portal access but no credential info. Is there any support desk to get this info?
-
Safe and correct way to convert REAL to Int
Hello, We use RFA 8.1 C++ api. We have a use case where we want to convert REAL type to int using DataBuffer. We accept the fact that doing this will result in data truncation. I can do it in two ways but what is the most accurate way to do it? Assuming DataBuffer contains REAL type - A. dataBuffer.getInt() B.…
-
Can testserver playback recording in a loop?
Hi, I am using testserver from the docker image refinitivrealtime/infratools:3.8.1.L1 and I am Running the playback from a XML file that I have captured using the test client. Using the following command: testserver-S DIRECT_FEED -Q dist/recXml.xml -U 1 -N 14002 -K -ik -t 361 It looks like the testserver finishes and no…
-
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…
-
Different Volume of historic intraday bars for CFI2Z5
Hello, I've found that the volume for CFI2Z5 and other futures is often different when requesting the historic data subsequently in a short space of time. Is this expected, or could there be another way to request the data so the historic volume remains constant. I've used the HistoricalPricing-Summaries project in the…
-
DELTA_SYNC - Partial update on existing case - caseSystemId - empty request payload
Hi, we would like to perform a re-screen on the same entity by using the https://api.risk.lseg.com/screening/v3/cases/{caseSystemId} endpoint. The documentation states the following: DELTA_SYNC: Update; and delta screen the case synchronously against new and updated data from the last screened date. Example: If case was…
-
I can't get the data source of some indices and stocks through the ['CF_EXCHNG', 'RDN_EXCHID', 'RDN_
fields = ['CF_EXCHNG','RDN_EXCHID','RDN_EXCHD2'] stream = ld.content.pricing.Definition(universe = rics, fields = fields).get_stream() stream.open(with_updates=False) stream.close() df = stream.get_snapshot() These ric return results are empty
-
How can I open a print quote from Refinitiv Workspace VBA
Hello I'm using workspace , could you please tell me how i can open a print quote from refinitiv workspace VBA ? I used "reuters://REALTIME/verb=FullQuote/ric= on refinitiv EIKON excel , but with Workspace excel , it doesn't work I want to open a refinitiv quote from excel , do a print screen , copy/paste on an excel file…
-
Platform Session
I currently use Reuters Eikon and the desktop session to import price data via Python. As I switch to LESG Workspace, can I use the Platform session instead? Is this included a standard in my license?
-
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…
-
How to get particular permid complete details
I am calling below api to fetch matching companies: Now I want to get all details of one of the perm ids like for this: https://permid.org/1-4295907485 Which api should I call further to get all details like country, url, founders, business sector etc
-
API Audit Log on behalf of user
Hello, We are performing API calls to perform screening as part of an application workflow. I'm wondering is there a way to perform them on behalf of, or acting as a user within the group? Currently all of our audit logs and thus case summaries are showing as the Admin User the API secret was issued for. We'd like to make…