-
Converting excel formula to python code
Hello, I am trying to convert Refinitiv excel formula: =@RDP.Data("WY.N","TR.GuidanceDate(GuidAcctType=ALL);TR.GuidancePeriodYear(GuidAcctType=ALL);TR.GuidancePeriodMonth(GuidAcctType=ALL);TR.GuidanceLowValue(GuidAcctType=ALL Scale=6);TR.GuidanceHighValue(GuidAcctType=ALL…
-
FxAll TCPI 4.2.0.1 Configuring Certificates
I am trying to configure the certificates for TCPI 4.2.0.1 I have placed all 3 certificate in location /etc/cert/fxall/. And I have set the property SSL_CA_CERTIFICATES_DIR as system property in my java command. But when I try to connect I have the following error. javax.jms.JMSException:…
-
python libraries that have the token retrieval pre-built
how should I set up credentials so that it can make requests via API? Can I get an access token and snip of code for authenticating in python?, is there any python libraries that have the token retrieval pre-built already?
-
API Query for Private Company Data
I have previously pulled Screener data in R using the API (see code snippet #1), but for some reason I am retrieving zero observations when I do the same using formulas from the Private Companies universe (code snippet #2). Can someone help me get this query working properly? Code snippet #1: screener_formula <- 'SCREEN(…
-
Filtering for English Annual Reports of German Companies via RDP Search & Filings API
Hi Developer Community, I'm working on a project to download English-language annual reports for German listed companies (from 2018-2024) using the Refinitiv Data Platform APIs, specifically the Search API (/search/beta1/) and the Filings GraphQL API (/data-store/v1/graphql). I've made some progress but have hit a couple…
-
Downloadding Ownership data for US listed REITs
Dear Sir/Madam, I am a PhD student in the REP department at University of Reading, currently working on a research project that requires historical investor ownership data for European and US-listed Real Estate Investment Trusts (REITs). Our university provides access to LSEG data, and I have been attempting to use…
-
Matches ranked below selected matching threshold
Hello, After testing the impact of decreasing matching threshold from 87 to 80, more than 5k new match appeared in the "Case Manager" for review. so we have increased the matching threshold back to 87 , but unfortunately, the 5k new match still appearing in the "Case Manager" and requires a review. any suggestions how to…
-
I need help understanding how to use LSEG Data Library for Python
I need help understanding how to use LSEG Data Library for Python and how to set the App key in order to access content directly within the cloud using the Platform Session.
-
List of Dividend types
Hi, I understand that there are dividend types associated with corporate actions. E.g. 3 - Special Interim, 4 - Special Final, 60 - Interim, 61 - Final, 65 - Forecast Interim, 66 - Forecast Final, 70 - Special, 75 - Forecast Special Apparently, there is a dividend type - Extra. Where can i find a complete list of all…
-
Not able to get EPS1MN for a list of stocks.
I am using the following formula : df = ds.get_data(tickers=["IBM.N","MSFT.O","GOOG.O"'], fields = ["EPS1MN"], kind=1, freq='M', start="-4M") The above isnt working for me. Could u please point out the exact issues? Also What does kind specify? I have in total 3000 stocks for which I want to pull this data.
-
What does each item represent?
I am trying to run a test from the EMA tutorial program, but what do the following userName, password, and clientId represent? I have already created an RTO service account, so I wonder if I should use that ID and password as userName and password.
-
Which sample program is used to connect from a Linux server to RTO
I want to connect to RTO from a Linux server using Java. I believe that using one of the URLs below would allow for a simple connection check, but which one should I use? https://github.com/Refinitiv/Real-Time-SDK/tree/master/Java/Ema/Examples/src/main/java/com/refinitiv/ema/examples/training/consumer Here are the planned…
-
A46: Item was reopened under new stream.
Hi Team, One of my client faced this issue "A46: Item was reopened under new stream." recently. As you mentioned in link “A46: Item was reopened under new stream.” — LSEG Developer Community , the client may have duplicate subscription in the batch request message(s) and closed the first stream. Why there is no data update…
-
How to retrieve full order book (bid and ask) for Osaka (i.e. JNIRH6) using domain MBP or MBO ?
HI Lseg Team, How to retrieve full order book (bid and ask) for Osaka (i.e. JNIRH6) using domain MBP or MBO using TREP API ?
-
401 Unauthorized error when calling https://api.risk.lseg.com/screening/v3/cases?screen=SYNC
Dear LSEG Team, I'm encountering a persistent 401 Unauthorized error when calling https://api.risk.lseg.com/screening/v3/cases?screen=SYNC from my Java application. Notably, the API works fine when tested directly within the WC1 environment. However, the same request (or equivalent cURL generated) consistently returns a…
-
Scheduled price extraction for currencies
Trying to extract scheduled price data for CNH and CNY identifiers , i was able to successfully extract EOD pricing for these identifiers but facing error when trying to extract the prices at specific time of day, please find below the API query details along with URL and error message Code from ayx import Alteryx import…
-
Using ETA with onload
Hi, Can we use ETA with solarflare onload for kernel bypass for the tcp connection? Am currently running out application using onload but doesn't look like this ETA connection on 14002 is onload accelerated. Is there a way to enable it? Appreciate if you can share any examples. Thanks.
-
publishing datatype 2 marketfeed and 6 Refinitiv Wire Format
Hi I am not a developer so forgive this simple question. How much effort would be required to change a provider from sending data to the ADH in Marketfeed (datatype 2) to Refinitiv wire format RWF (datatype 6) We have a number of applications that send data to TREP but they send data in Marketfeed. I hear that soon the…
-
Need Help with Python Code for Time and Sales
Hi Team, Hoping for your assistance in providing the Python Code for the following REST API: POST https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest",…
-
Search Query for Refinitiv Data Platform
I'm working with the Refinitiv Data Platform Library for TypeScript and trying to implement a symbol search using Search.definition. In the documentation it provides the following example: const definition = Search.Definition({ query: "IBM Bonds", select:…