Using the .Net Refinitive Data API (Refinitiv.Data.Content 1.0.0-beta5) with Desktop Session. I am able to use Search and Summaries Endpoints without issue, and in Workspace I have access to delayed updates, but when querying the Pricing API endpoint it is forbidden: HTTPStatusCode: 403 HTTPReason: Forbidden Contents: {…
Hi, We are currently managing a list of approximately 2000 RIC codes and are looking to streamline the process of retrieving related news for each code, on a T+1 basis. Our goal is to identify and fetch news from the prior day that is related to each RIC code. We have not been able to find a working solution using the…
Greetings, I am in the process of developing an algorithm designed to extract specific dates and associated closing prices related to delistings, bankruptcies, or private transitions of publicly traded entities. Currently, I am encountering difficulties with the functionalities of rd.get_history and rd.get_data. Below, I…
We need to use RDP API for development purpose, so i wanted to know how we could create credentials with our shared mail id, will we need to create a workspace account with that mail id first?
Hello, I have built linux tutorial Consumer example from Real-Time-SDK-master/Cpp-C/Ema/Examples/Training/Consumer/100_Series/100_MP_Streaming This is from the tutorial code: AppClient client; OmmConsumer consumer( OmmConsumerConfig().host( "localhost:14002" ).username( "user" ) ); consumer.registerClient(…
Hi - Does anyone know if there is an API to retrieve a list of upcoming domestic stock splits (US and Canada) from the Refinitiv Data Platform? The RDP URL should start with https://api.refinitiv.com/... Thank you. Doug
how can I get historical cds spread for a list of tickers? I am interested in 5 years maturity and monthly (or quarterly) prices
Hi - Does anyone know if there is an API to retrieve US Treasury interest rates, or other supported interest rates, from the Refinitiv Data Platform? The RDP URL should start with https://api.refinitiv.com/... Thank you. Doug
Greetings, I am currently involved in a project aimed at retrieving the closing price for companies that have been delisted due to bankruptcy, specifically the day following their bankruptcy announcement. The primary methodology I employ involves checking whether 'TR.MnAHasBankruptcy' is true. If this condition is met, we…
Hi, I need to retrieve market cap at specific points in time. The code below works, but only for the current value: rdp.get_data( universe=[ "AAPL.O"], fields=['TR.TtlCmnSharesOut']) Any chance to pull the historical values. Btw. Mac OSX user, so cannot make use of eikon API. Thanks in advance!
It looks like you're new here. Sign in or register to get started.