-
Failed to convert to UTF8 in RmtesBufferImpl::toString()
Hello, We're receiving the above noted messages via OmmInvalidUsageException thrown when processing rmtes fields on some of the RICs in Market Price domain. The code in question is as follows: … auto [item, _] = m_rmtes_values.try_emplace(field.getFieldId()); // Create new RmtesBuffer or return the existing, for a given…
-
Searching for a previous Developer Community article on multi-processing in Python DSWS API
hI, I can no longer find an article that was available couple of years back. I had saved the URL in case i want to return to it which I've provided below, but it seems to be gone. Can somebody find it for me please? If not, can you assist in how to run a multi-thread Python code in DSWS API to enhance the speed/performance…
-
ESG Methodology (Error?)
Hi, There appears to be a typographical error in the "Environmental, Social and Governance Scores from LSEG" report published in October 2024. On page 4, the acronym "ESGC" is used, but from the context, I believe it should read "ESG", given the specified methodology. Can you confirm this? Thanks.
-
Cannot find the needed Workspace functions on the API Playground
Hello, We upgrade our internal .NET application which currently uses Refinitiv Eikon version 4.0 .NET API. Because of migration to LSEG Workspace from Eikon we try to modify our application and use the new functions from LSEG Workspace. Currently we have 2 functions from EikonDesktopDataAPI in use in our application:…
-
How can we use the API function IS-WORKING-DAY from localhost?
Hello, For our internal .NET application we want to use the POST API function is-working-day from localhost. Unfortunately, we cannot find it on the localhost http://localhost:9005/api-docs/#/apps to call it. We can connect to Workspace from our app and want to know how can we find this function in localhost
-
Which API will continue to work after Workspace based update?
Hi, I wanted to confirm which all APIs will continue to work after the latest update about Workspace? I am currently using DatastreamPY and Eikon for pulling the data via APIs. I am starting to get my hands dirty with "lseg.data" module via python. Further, is there any documentation to convert eikon or datastreampy based…
-
Filing API returns error message "User did not have entitlements to the field".
Hello, when I tried to get filing data with Python Filing API, I only get NAs and above error message. I was able to download full correct data using ADVFIL function on LSEG WORKSPACE desktop app. However, I need to acquire filing data for over 3,000 firms. I cannot download all of it manually. Here is my code:…
-
Download Real-Time-SDK-2.2.3.L1.csharp
I downloaded Real-Time-SDK-2.2.3.L1.csharp but i see this package support on .net core 8.0 there is another download that might be suitable? i use in c# and i want ETA/EMA thank u
-
how to resolve the below issue
When I am trying to publish Data using the postMsg method getting below error Failed to submit PostMsg on item stream. Reason: ReactorReturnCodes.INVALID_USAGE. Error text: Cannot submit PostMsg when stream not in open state. Code snippet using as below OmmConsumer consumer = null; AppClient appClient = new AppClient();…
-
Unable to open session with my workstation browser access
Can I assume that its rdp login ? and that i dont have eikon access ? 2. Do you have any sample code to show me how to open a connection ? and access the news ? 3, I am confused about the statement from one of your advisor "They need RDP login if they want platform session or establish connection to the Data Platform on…
-
Access Denied while using API Playground on Developer Portal
Hi Team, The client is trying to use the API Playground tool through Developer Portal, and they are getting an error saying 'Access Denied' Can you please help to check who can help on this? We checked with MyAccount Team on this as well and they confirmed that the client has access for this. Please see the screenshot…
-
Problem with making extraction from DSS using REST API with Python
Hi, I am having issues when trying to retrieve output using the following code. It looks like the token is retrieved but after that the extraction output location is not identified. The error I get is: Error: 400 Client Error: Bad Request for url: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw…
-
Are there any new methods on pulling expired options data?
Hello! I am currently utilizing an updated version of script functions posted below to obtain valid RIC codes for expired options data. Since this method is much more costly compared to pulling active options from existing chain codes, do any new techniques exist for finding expired options RIC codes? I will appreciate any…
-
Sentiment analysis on historical news for a portfolio
Dear all, I am an early-stage user of the API environment, please excuse me for apparently redundant questions. My aim is to gather management pay-related news from the last 365 days for every company in my portfolio (fewer than 550 RICs) at each fiscal year-end over the past 20 years, and perform sentiment analysis on…
-
Assistance filtering only Breaking News and Web News in Python with Refinitiv Workspace
Hi everyone, I'm currently downloading ESG-related news using Refinitiv Workspace via Jupyter Notebook (GPU / Workspace Helper connection). Is there a way to filter only Breaking News and Web News within the Python refinitiv.datapackage? Or maybe a different query syntax that ensures the exclusion of filings, research,…
-
Discrepancies between TotalAssetsActual and TotAssets values for EA banks
Hello, We regularly query banks data from Refinitiv Workspace for TotalAssetsActual. We noticed several discrepancies between the values of this variable and those of TotAssets, though in principle they should align. Specifically: for some banks and periods, e.g. RIC DBKGn.DE - quarters between 2023 Q1 and 2024 Q3, there…
-
How to rotate the key in API ?
Client uses API to exchange rates, and their API key needs to be updated every year as per client's policies. Please advise the process how to do so. Please let me know if any other information is required if the above provided is insufficient.
-
Unable to publish exact double value using ETA3.8.3.0
Hi, Asking this question on behalf of my developer colleague (I'm not a developer myself): When trying to publish double value to trep, for example: 4324.920024907418 the result seen in the consuming app is 4324,920024907419 or other sligthly different value, probably affected by rounding. We have tried different…
-
Excel sheet with macros crashes
Hello Team, An excel sheet crashes upon retrieving data from Workspace add-in. It can be replicated inhouse. We checked with excel experts (GBC team) and they informed that it has macros and so needs to be raised to Developers to check further. Could you please advise? The file has .xlsm extension, so its not even allowing…
-
Historical closing price of stocks using API
I have a dynamic set of stocks (RICs) for which I want to get the closing price data from say last 6 years on daily weekly and monthly level in USD. How Do I do that using LSEG APIs.