-
Option to adjust decimal places in DSS API
Hi Team, Do we have an option to adjust decimal places in DSS API? Upon checking in DSS GUI, we do have an option to change the decimal places in report template for fields (please see attached image). I want to know if it is also possible to have the same option in DSS API? For example, I want the values of this API…
-
Hello, Do we support C++ language to fetch data via API?
Hello, Do we support C++ language to fetch data via API? We can only see C# on the language section of the tutorials via API here's the link: https://developers.lseg.com/en/api-catalog/refinitiv-tick-history/refinitiv-tick-history-rth-rest-api/quick-start
-
Case 15282574: having issues downloading data using API
-
Access Denied - URGENT
We are receiving an access denied message for several RIC´s in this morning. Its is affecting our production environment and WE HAVE URGENCY ON THIS. The following are presenting access denied message: CADBRL=R USDGBP=R TRYUSD=R KRWGBP=R AUDBRL=R SGDUSD=R CHFUSD=R INRBRL=R HKD= RUB= BRLGBP=R CNYUSD=R NZDBRL=R BRLCHF=R…
-
Obtain news headlines and news stories through Eikon API
Hello! I am looking to replicate the search of Topic:AAA AND "S&P". Is it possible to do this using the eikon package?
-
Can you share a list of mutual fund data points and tell me which ones are available via API?
Case- 15312764 Query- I would like to request the following information: I would also like to know which data items can be used to retrieve the following information (as shown in the attached screenshot): Fund Administrator Fund Advisor Custodian Fund Management Company Promoter Furthermore, I would like to understand how…
-
Unable to Retrieve Futures Instrument from Futures and Options Search function on DSS API
Hello Team, I tried using the below API Code for retrieving Futures Instrument: { "SearchRequest": { "FileCodes": null, "CurrencyCodes": null, "ExchangeCodes": null, "ExpirationDate": { "@odata .type": "#DataScope.Select.Api.Search.DateValueComparison", "ComparisonOperator": "GreaterThanEquals", "Value":…
-
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: Ready for SSL user connections. <END> <VMRHEL02.1.lpc: Info: Mon Oct 13 10:46:01.044051…
-
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 /…
-
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…
-
Dear team,
I have been asked by a client to help him with a LDO API…. I cannot find any LDO API… can you please let me know if we have something like this? Thanks a lot
-
How to Contribute to Refinitiv Page / Row
I have previously worked with the Bloomberg API and am now trying to also use the Refinitiv API to contribute some text to a particular page and row in Refinitiv. Does anyone have a general guideline on how to get started. I am confused on whether I should be looking at the RTSDK ETA/EMA API's as it seems to be desktop…