-
How is U.ITEM.MAX.AGGREGATE item count applied?
I'm writing an application using the OpenDACS REST API. I plan to cache the Service and PE information retrieved from the ODPS. I was planning to retrieve the U.ITEM.MAX.AGGREGATE value for each user and use that to manage the user's aggregated item count. I'm also going to make subscriptionTest requests (to ensure that…
-
getting scope error while calling RDP API
I am getting the below error when I try to get market data from "https://api.refinitiv.com/data/pricing/snapshots/v1/" URL access denied. Scopes required to access the resource: [trapi.data.pricing.read]. Missing scopes: [trapi.data.pricing.read]
-
Python News Data API
I am interested in U.S. news data at a large scale. I've already got an API key, but my first attempt in python is not working and gives me the following error code: ScopeError: Insufficient scope for key=/data/news/v1/headlines, method=GET. Missing scopes: {'trapi.data.news.read'}
-
Permission Error for Specific RICs in Pricing Snapshots API
Hello, When using the following endpoint: https://api.refinitiv.com/data/pricing/snapshots/v1/ I receive “no permission” responses for certain RICs. Here are some examples: USAPIC=ECI USOIAI=ECI USOIAH=ECI USOIAP=ECI USOIAR=ECI USOIAC=ECI USOIAD=ECI USOIAG=ECI USPMIP=ECI USPMCF=ECI USMPMF=ECI USMPMP=ECI USMPSF=ECI…
-
How to get access to On-demand Extraction Templates.
Hi team, I am able to fetch market data from "TickHistoryIntradaySummariesExtractionRequest’ on demand Extraw Raw Rest API request. Similarly when I try to extract data from "EndOfDayPricingExtractionRequest’ ,i am getting an error as "Permission denied for the template".Kindly help me on getting the access to the template…
-
Bond Python Data Issue
I have a question regarding you Python API. I am trying to pull data for ISIN FR001400CKA4. However, I get the following error:refinitiv.data._errors.RDError: Error code 1 | No data to return, please check errors: ERROR: No successful response.(TS.Intraday.UserNotPermission.92000, User has no permission)This code works for…
-
View Item Request Rejected
I am attempting to receive real-time data via streaming with a View Item Request, but I am unable to receive the data, which has left me perplexed. Although I suspect issues with the permissions granted, I am currently at a loss as to what to investigate. Could you kindly advise on what should be investigated or, if known,…
-
SxS application is not permissioned to use Workspace Web?
I am trying to use the Workspace SDK (found here: Workspace SDK). I have also created an application in the AppkeyGenerator (found here: Appkey Generator), specifying approved URLs. I followed the initialization tutorial, supplying my ApiKey, and ProductId as needed, and things seemed to work fine when running from…
-
Insufficient Scope Error (trapi.streaming.pricing.read) When Using LSEG Data Library with ld.get_dat
Dear LSEG Developer Community, I am encountering an "insufficient scope" error when using the LSEG Data Library for Python (version 2.1.1) to retrieve snapshot pricing data for EUR= and GBP= via ld.get_data. Despite successful authentication and session opening, the request fails with a 403 Forbidden error due to missing…
-
Getting Access Denied while accessing the file-store API
Trying to hit the below endpoint to get the file: https://api.refinitiv.com/file-store/v1/files/4faa-af95-1b506523-abe4-3a482c94dd5f/stream?doNotRedirect=true as a response I got { "error": { "id": "4c7e3993-1980-4d7d-8806-cf7b7b1f9580", "code": "EDS.CFS.MissingClaim", "status": 403, "message": "Access denied: Insufficient…
-
403 Client Error: Forbidden for url - download from CFS API
I am trying to download the file after getting the authentication token: TM3_TradewebMMDFeed2025-05-09T16:30:00.000-04:00 File Id: 4720-1daf-f4c4fe12-996b-65ea2aa13283 I am getting the below error: requests.exceptions.HTTPError: 403 Client Error: Forbidden for url:…
-
couple of questions
Hi Team, BIS here. we are migrating our API from Eikon .NET to the new LSEG .NET Data Library. we get some access denied for some instruments. is this some new right that is required? Status for item FEIcm1 { "ID": 3, "Type": "Status", "Key": { "Service": "IDN_RDFNTS_CF", "Name": "FEIcm1" }, "State": { "Stream": "Closed",…
-
Quesstion about RIC code of JGB
I cannnot take bid ask price of JGB by the code attached below. I would appreciate it if you could tell me the reason and solotions to correct this problem. I think this may happen because I cannot take appropriate RIC code of JGB. import lseg.data as ld from lseg.data.content import symbol_conversion ld.open_session()…
-
Insufficient Scope Error (trapi.data.research.read) When Accessing Research API via Java REST Reques
We are developing a Java application to programmatically download Initiation reports for specific companies using the Refinitiv Research API via REST requests. However, we are encountering a permission error indicating insufficient scope when attempting to access certain endpoints. Problem Details: Objective: Download…
-
Error="insufficient_scope"
I'm aiming to the following and getting insufficient_scope error, please see images for reference.