-
Publishing into RSSL services / cacheLocation ssl
Hi - I can send off-stream posts into non-interactive service, or other services where the cacheLocation is srcApp What do i need to enable in the source config on the ADH to enable Off-stream posting into an interactive source app Thanks Martin
-
Historical Sector Composition & Price Data
Hi, Which datafield in the Refintiv Data Platform is equivalent to the "RI" (Return Index) from Datastream? Moreover, how can one extract historical GICS sectors (e.g., for COMS.OQ^D10)? I have tried the rd.get_data() and rd.get_history(), but no data appears available. Hope you can help. Thanks.
-
Downloading data by industry code
Hello, I was sent here after opening a ticket at the help desk. I am trying to download data through python for a certain number of industries for a few specific variables. Here is the code that I'm using but it's not working. import eikon as ek import pandas as pd # Set your Eikon API key…
-
We get "No connection or service is currently up that supports this request" on RTC Access
We have multiple RTC Access's connecting to multiple ADS to pull data, sometimes we get "No connection or service is currently up that supports this request" when pulling data using the RFA OMM Viewer. Users have also reported issues in Workspace. We then have to restart the RTC Access for it to work
-
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…