-
The client has access to WS for students, however, the client requires API access to retrieve data.
Case 16179541 Dear Support Team, I am contacting you on behalf of a university professor who is using the LSEG Data Library for Python in conjunction with a Workspace account. The user has verified that their App Key is functioning correctly and can successfully retrieve reference data and pricing information. However,…
-
Reuters API question
I understand that the fields parameter can return historical data fields such as TIMESTAMP, VALUE, VOLUME, HIGH, LOW, OPEN, CLOSE, and COUNT. Currently, I am using the following parameters: start_date: Previous day end_date: Current day interval: daily fields: CLOSE I have two questions: If I would like to retrieve the…
-
Automation to pull main chain with 30k subchain data within 20 Mins
Hi All , I was working on a chain reader that retrieves a chain and all subchains down to RIC level. We already have a chain dissector, but it is slow when a chain contains around 30K chains/subchains. I also built a multithreaded chain reader, but the LSEG API starts blocking when more than two worker threads are used. If…
-
How to get login details for Development Community Portal?
My client seems he is already registered in the portal, but can not sign in as he doesnt remember the username and passowrd. He needs access ASAP, to get help setting up API in workspace. How can he get the log in details?
-
DEALSMOV extraction via API?
Is it possible to extract data from the Deals Market Overview (ric: DEALSMOV) Workspace app with the API?
-
Async Refresh Source Directory Response for eta3.6.4.0 causing application crash
Hi Team, We are following the example code for eta3.6.4.0, and our application is crashing on receiving the async response of source directory refresh. in the example code for consumer class(\Eta\Applications\Examples\src\main\java\com\refinitiv\eta\examples\consumer), we have a function called…
-
I am trying to extract a time series of historical ratings of a company via the Python API access, b
I am trying to extract a time series of historical ratings of a company via the Python API access, but I cannot find the suitable input or function to make it work. With the attached code, I only get one row of a rating, but not all historical ratings.
-
ADVFIL seems to be the function that returns the documents that most closely match our requirements,
Case - 16094320 Client's initial query: Hi, I was shown a while ago the app Signal Search to access the corporate publications for a given ticker. The list of publications it stores is good and that suits our needs. Taking this further, do you have a service that allows us to access these publications in bulk for 100s of…
-
Cannot obtain DACS Usage information from my JAVA application
My application is made of two main blocks Block A: Subscribes to make data and send it to a Front Office system it connects to TREP Block B: Handles users connections and permissions it connects to DACS I would like Block B to report to DACS each user's RIC consumption, so that a detailed DACS Usage Report can be generated…
-
RFA Dictionary Failure Probabilities, Direct File Download from LSEG, and Serialising In-Memory Dict
Subject:- RFA Dictionary — Failure Probabilities, Direct File Download from LSEG, and Serialising In-Memory Dictionary to Disk. Dear LSEG Support Team, We are using the RFA C++ API to consume real-time market data via a TREP/ADS infrastructure. Our current implementation downloads the RWFFld (RDMFieldDictionary) and…
-
I need to pull the broker information for all the RICs I have in one request.
Requirement is – For a given RIC, we want to retrieve all contributing broker quotes in a single bulk call rather than querying one RIC at a time. Is this possible via a bulk snapshot or using some wild char, and what is the recommended approach for ~5,000 RICs. Example RICs : ZARQB3J4Y, ZAR18X21F For the new broker…
-
Commodity Index
I am trying to extract the futures contracts that compose commodity indices such as BCOM using the Refinitiv/LSEG Python API. My goal is to retrieve, for each index component: the current futures contract used by the index; the next futures contract used for the roll; the settlement or close price for both contracts; I…
-
Workspace API news retrieval by free text
I am trying to pull news headline by fee text, but it does not return relevant headlines. Example code is: df = ld.news.get_headlines("Private Credit" and "LEN", start="22.06.2026", end=timedelta(days=-1),count=10) display(df) Please advise if free text is possible?
-
Inconsistencies found while using the Enterprise Value fields via the Eikon/LSEG Python API (rd libr
Hello, I am reporting inconsistencies found while using the Enterprise Value fields via the Eikon/LSEG Python API (rd library). Below are three issues, each with reproduction steps, code and output. Screenshots and code snippets are attached. --- ISSUE 1: TR.F.EV does not return quarterly point-in-time data via…
-
Option chain data using Python
How can I use Python to fetch options data for a specific underlying RIC, similar to what is displayed in the Options Watch widget? Additionally need this data for each of the expiries.