-
Where is the "identity document location types"?
I get this error: POST https://api.risk.lseg.com/screening/v3/cases failed: 400 Bad Request ("{\"id\":\"8cbb216f-94f9-4238-9504-ee72ccf8f455\",\"status\":\"400\",\"errors\":[{\"code\":\"INVALID_DOCUMENT_ID_TYPE\",\"message\":\"Document ID Type secondary field has an invalid value. Available secondary fields for each pair…
-
How to get FTSE trade volume decimals when Volume = 0.
I am using this endpoint to get time and sales for ftse350 stocks. def get_time_and_sales(rics, query_start_date, query_end_date, max_retries=10, retry_delay=20, identifier_type: str = "Ric"): """ Retrieves time and sales data for given RICs from Refinitiv. Docs:…
-
LPC Error Code(104)
I installed LPC 1.4 in Red Hat 7.5. OpenSSL version is 1.0.2. My purpose is using the LPC to connect to internet, and then using RFA connect to LPC. But it raised the error in LPC when RFA is connecting . As below is the error log: <VMRHEL02.1.lpc: Info: Sat Oct 11 17:24:05.067393 2025> Logging out client ipcSession.1 on…
-
How to filter Ad hoc announcements for specific companies
Hello everyone, I am an absolute beginner with Refinitiv Workspace/Eikon and currently working on my thesis. My research focuses on the impact of ad hoc announcements on stock prices. For this purpose, I would like to retrieve all ad hoc announcements of selected companies (for example DAX members) over the past 5 years.…
-
S&P rating
Hi, can you please help how to API the S&P rating of a bond? This only works for Moody's and Fitch df = rd.get_data(universe = ['HU275342904='],fields = ['TR.FiSPRating', 'TR.FiFitchsRating', 'TR.FiMoodysRating' ] ) Thank you Judit
-
DSWS layout
hi, the default layout of 'get_data' mothod for a list of instruments with a set of data items in DSWS is not good. e.g below, if all three instruments have data it shows three columns but for some data items it only shows 2 as only 2 provides the data. is there a way to clean the layout? thanks cheers, Ginger
-
User authentication and entitlement from desktop and Mobile
Hi Team, We are using the RFA C++ 8.2 version of the API to consume market data and DACS version 7.8. We would like to know what credentials should be used for a user on mobile. Description: User is logged into the desktop by using his IP(position) and is consuming market data from our C++ RFA API feed handler. Same User…
-
Tick History Python Chain RIC not working
Hi all, I'm new to using LSEG Tick History and currently working with the REST API in Python. We're successfully able to extract data for a single RIC using the following identifier: "IdentifierList": { "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers":…
-
Can I change the ADS configured normalRetryTime from a ClientAPI?
We have an interactive provider service which relies on sending a CLOSED_RECOVER when service is intermittently unavailable. This appears on our EMA client as follows: [pool-2-thread-1] INFO <company.pkg>.EmaClient - Status Message for null: (-): StatusMsg streamId="5" domain="System Domain" state="Open / Suspect / None /…
-
LDError: 'dict' object has no attribute 'url'
Currently, I am encountering an error when using either rd, or ld while making data requests through the API gateway. The error is: "LDError: 'dict' object has no attribute 'url'". Please assist me with this issue.
-
When trying to publish value 0.00001 it is publishing as 0
Hello team, I am using EMA ommConsumer where, when trying to publish value 0.00001 it is publishing as 0. the code snippet I am using is as below: nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(25123, getBid(), 1)); Can anyone please help me out to understand the same.
-
History of Ultimate Parent Given RIC or Perm ID
Hello, Hope everyone is doing well! I asked LSEG helpdesk about something and was redirected here. I have a list of RICs and Permanent IDs. Say I would like to get a 5 year history of multiple fields for these companies, including the history of the ultimate parent of those companies. Is there a way via Python's…
-
I am looking for a way to use the transcripts from earnings calls, conference calls, company events
I am looking for a way to use the transcripts from earnings calls, conference calls, company events etc. I want to access the data and also import them via an API in python to perform some analysis. Could you please let me know: If with the products that I currently have, I can have access to this kind of information? If…
-
Can you give me python code to extract details for both spot and forward?
Can you give quotes for sofr forward curve for 3m and 1m? To find the SOFR forward curve for 3M and 1M, you can use the following RICs: * SOFR 1M term reference rate: .SR1M * SOFR 3M term reference rate: .SR3M Can you give me python code to extract details for both spot and forward?
-
The method for specifying FID
When connecting to RTO by specifying RIC, all FIDs are retrieved, so I want to connect to RTO by specifying only the FIDs I want to retrieve. Currently, it is written as shown in the attached file, but it is not working because I cannot specify the FID. How should it be written? I would appreciate it if you could provide…