Hello! To explain the background of my questions: I am working on a project where I want to identify individual trades above and below a certain value threshold. For example, I want to get the volume of AAPL.O for trades above $10,000. I use the Refinitiv Python API, specifically, the refinitiv-data library. Question 1: I…
Hi Team, Since the client encountered problems using the RDP Python library for their solution, particularly with accessing historical prices, they have opted to use the Python requests library (with examples provided in the API Playground) to retrieve data. Here is a sample request for historical prices: url =…
Hey Team, Can you provide guidelines on robust error handling and retry logic for API calls to handle transient errors and ensure reliable data retrieval for RDP API? Thanks!
we are trying to get market data (1. Zero coupon curves for Discounting ( SWAP Rates ) 2. Daily FX Rates 3. Volatalities for FX Options) from Refinitiv to SAP S/4 HANA Through CPI , Please let me know which API's needs to be used for the above mentioned market data
HI, I am using the Eikon API in Python. I am trying to get the ESG scores of the target companies at the day of the deal announcement and the acquirer scores on the deal announcement as well as 6 months after the deal is closed. I have the following code that partially works (I am not getting the exact date as per the M&A…
We have a .NET service running 24/7 based on the library provided by LSEG, specifically Refinitiv.Data version 1.0.0-beta5. We have been getting such errors on daily basis, which cause the service to fail. We are using this example…
I would like to know how to get HAR logs for RDP news in case client face any issue.
Hi I have created a list of US banks for my research purpose using Refinitiv Screener, however, I am required to create a column for 'digital scoring', is it possible to use Refinitiv CODEBOOK to generate this column by searching for specific keywords like 'online banking', 'financial technology', 'digital banking'..etc in…
Hi. I am trying to download companies' market capitalization at fiscal period end date. However, for all companies the fiscal quarter end date is set at the same dates (3, 6, 9, 12). How might I fix this? Due to the amount of data I need to download, I cannot download monthly data for all stocks. (I don't need the…
Hi, I have a client trying to pull data via RDP API using Python. He is using rd.get_data and is getting the error below. He is able to retrieve data using get_history. Please advise how to fix. rd.get_data(['/LSEG.L', '/VOD.L']) No user scope for key=/streaming/pricing/v1/, method=GET. Insufficient Scope. Cannot load the…
It looks like you're new here. Sign in or register to get started.