I have a cleint hwo is using R code to login using his machine ID. When I use Postman and Python, I am able to use the same password success fully to authenticate but when the cleint uses it on his side it gves him Invalid Username or Password error. I did get similar error initially after setting the cleint password but…
I created an api that is intended to run a python script. The python script is intended to monitor the SAFEX contracts, namely the MAWz4, MAYz4, SOYz4 and WEAz4 BOB's (blended order books). Im having difficulty running the script and extracting the content because the api does not seem to have the necessary permissions.…
I am using excel and I want to ultimately get the closing price of the stocks currently in the AEX, from 2004 to today. I provide the chain RIC (0#.AEX correct?) and then I want to use =RDP.Data($B$3) (0#.AEX is in B3) to get all the stocks in the AEX. And then I would use an adjusted version of the following formula,…
Capture.JPGWhy does the Excel function "=@TR("NL0000000107";"TR.RIC";"Null=Blank")" returns the RIC =.AEX AND The EndPoint API Playground returns nothing when I run this URL? https://api.refinitiv.com/discovery/symbology/v1/lookup with body content: { "from": [ { "identifyTypes": [ “ISIN” ], "values": [ “NL0000000107” ] }…
I am trying to figure out the best way in the C# Workspace Data API to pull out historical OHLC data for multiple markets at once to increase the speed instead of doing one by one. Using this sample project: 2.1.01-HistoricalPricing-Summaries My issue is that if I have a list of symbols... in response1, where i pass a…
Could you please provide some function using the Python LDL's get_history for lots of data, specifically, lots of instruments?
We are trying to get MMD files downloaded using Postman with RDP CFS API (Eikon Data API). The user ids and access rights were set up few months back and verified. User Id being used - xxx https://api.refinitiv.com/file-store/v1/packages?bucketName=bulk-custom&packageId=41a7-f70f-acb43762-b665-082bdbde825f Now when we try…
Below is the endpoint I tested to get all upcoming stock split events in the US. The problem is that for the same stock split event, the return data contains many entries. Each one corresponds to the exchange-specific ticker. It's too much. Is there a way to filter the response so that only primary RIC is reported?…
I am extracting fundamental data and am receiving random errors on a large number of instruments (>2000 items) error: "Unable to resolve and collect data for all requested identifiers and fields". Even though the refinitiv workspace tells me it’s a "temporary" issue, over a week or so attempting it multiple times I always…
With Data Library for .NET (aka RD Library for .NET), while using With RDP streaming, is there an event following the removal of a RIC from a stream with IPricingStream.RemoveItems()? In principle, there is a "completion" callback to be defined on the stream (OnComplete), in the same way the OnRefresh or OnUpdate is…
It looks like you're new here. Sign in or register to get started.