Hi there, in the github library (Example.DataLibrary.Python/Examples/2-Content/2.01-HistoricalPricing/EX-2.01.02-HistoricalPricing-ParallelRequests.ipynb at main · LSEG-API-Samples/Example.DataLibrary.Python · GitHub) the example given to send parallel requests for 3 names : tasks = asyncio.gather(…
Hello, I am receiving an error when using the below code: The error we're receiving is a timeout error shown below. Grateful for advice on what we may be doing incorrectly which is contributing to the error? To note, I have a working SFTP connection via Filezilla for this. Programmatically connecting via Python is proving…
Hi, I'm quite comfortable with the Eikon API and I'm making an effort to embrace the newer LSEG API. I know that with the RDP API it was possible to do: from refinitiv.data import eikon as ek However, I don't seem to be able to do that with lseg.data. Is it possible to import eikon from lseg.data, and if so, how?…
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…
It looks like you're new here. Sign in or register to get started.