While running https://api.refinitiv.com/user-data/lists/v1/lists APi with request as below : (Which I created taking sample from FMRRequest.txt) { "namespace": "default", "name": "FMR", "description": null, "items": [ { "value": "88035DDT9" }, { "value": "196480GK7" } ], "metaData": [ { "data": { "List Source": "TM3",…
We have an error when trying to download files from the filings api: https://api.refinitiv.com/data/filings/v1/retrieval/search/docId/{doc_id} The goal is to be able to download the original file. Using the above api, we obtain a valid url (see code below).However the url does not work from Databricks, resulting in a 403…
Hi, I am trying to get 1 minute ice brent oil price from workspace python api. I am using get_history function like this: (I live in EAST-8) df = ld.get_history(universe='LCOcv1',start="2025-04-23",end="2025-04-24",interval="1min",count=2000000) What I get is: Latest data is 2024-04-23 21:59:00, seems to be UTC time, so it…
Hi, how would I do a function like =RtGet("SYD1", [@RIC], "COUPN_RATE") in python using the lseg.data library? Thanks
Hello, We regularly query banks data from Refinitiv Workspace for TotalAssetsActual. We noticed several discrepancies between the values of this variable and those of TotAssets, though in principle they should align. Specifically: for some banks and periods, e.g. RIC DBKGn.DE - quarters between 2023 Q1 and 2024 Q3, there…
Hi, I got a connect Error when try to open a session. How to fix it? import lseg.data as ld ld.open_session() An error occurred while requesting URL('https://api.refinitiv.com/auth/oauth2/v1/token').ConnectError('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate…
Hi, we cannot access historical API and therefor not retrieving historical prices : (api.refinitiv.com) Response error [] with response error code [0] and response status code [403] when requesting new token. Parsing error [3] at [0] for message : [<html> 983<head><title>403 Forbidden</title></head> 984<body>…
Hello: Then I’m trying to integrate the Refinitiv Data Platform (RDP) API into my automation workflow, but I’m unable to locate or create the required OAuth2 credentials (Client ID/Client Secret or App Key) in the Developer Portal. First I tried apply under Workspace key generator, it's empty. Then I did: Signed in at here…
I am looking for something I can download and reference as I work on M&A and Private Equity data I obtained from the platform.
I saw from some past questions that it's possible to access transcripts by leveraging the ongoing connection with Eikon / Workspace using the get_data or get_news function. However, what I want to do is connect to an API WITHOUT having the terminal open, using a username and password, similar to how I use RDP for filings…
It looks like you're new here. Sign in or register to get started.