The most recent content from our members.
I have the Python program below to download some earnings call transcripts through EDP-API. I have an enabled EDP-API and the program authenticates successfully, but it cannot find any earnings call transcripts. I am not sure if the transcripts are not accessible through the API, or if there is something wrong with the…
I tried to run “timeSeries.py” from https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/download – authentication method used is “v2” with my CLIENT_ID and CLIENT_SECRET. Initial run went well – I got the data as expected: However, when I try again after the token from…
Hi, I am using the Refinitiv Data Library for .NET, and everything has been working perfectly until now. For a few days now I have a problem that looks like this: I also tried sending a request (by Postman) https://api.refinitiv.com/auth/oauth2/v1/token, but the response is the same: { "error": "429", "error_description":…
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…
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?…
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…
In API Playground, when I sent the sample API request to the /data/pricing/beta3/snapshots endpoint, I got Bad Gateway error message. Below is a screenshot. Is this a permission issue? Or something else?
Hello! I am implementing a service in Java in which I am taking time and sales/trade events data from the Historical Pricing API and taking only the relevant data from them, and I ran into some unknowns that I cannot find the answer for: 1. The API seems to give me all the trades, the off book ones as well. How exactly can…
Hi everyone, When I run the following requests in the syntax that you see below , in a Jupyter Notebook, the requests do not timeout, however, if this is run from a Python file, I see that it is more prone to ReadTimeout errors. Is there a way that I can go about fixing this error, and know why this is occurring? tasks =…
It looks like you're new here. Sign in or register to get started.