-
What’s the process to request access for the Python function ld.get_history?
I am writing to formally request access to the ld.get_history function within the LSEG Data (Refinitiv) Python API, which is required for retrieving historical pricing data for our ongoing project. As part of our workflow, we need to retrieve historical value of fields like BID, ASK, MID, and VALUE_DT1 data for specific…
-
Access Denied Error for .TLREFK RIC via WebSocket API
We are currently attempting to retrieve pricing data for the RIC ".TLREFK" via the Refinitiv WebSocket Streaming API (Pricing endpoint). However, when we send a MarketPrice request for this instrument, the API responds with the following error message: "Access Denied: User req to PE(3157)" This appears to indicate that our…
-
Access Denied / Not entitled with concurrent logins
We’re in the process of deploying a new EMA-based market data application and have run into a weird entitlement issue that I’m hoping someone here can shed some light on. We are using the same user login concurrently from two different servers. The application configuration is identical on both servers. On one server,…
-
Unable to 'Request Service Discovery' and getting the error 'insufficient_scope'
In Real-Time WebSocket API: The Real-Time Optimized Version 2 , i am trying to get the URL list from the “Requesting Service Discovery” as below try: r = requests.get(url, headers={"Authorization": "Bearer " + auth_token}, params={"transport": "websocket"}, allow_redirects=False) except requests.exceptions.RequestException…
-
RDP and workspace to retrieve TRDPRC_1
Hello, I’m working on a Python script that needs to connect to LSEG without Workspace being launched. My goal is to retrieve the last closes (TR.PriceClose) and the latest trade via (TRDPRC_1). It turns out that I can retrieve TR.PriceClose without any issue, but not TRDPRC_1. here is part of the connect code: import…
-
Access Denied - URGENT
We are receiving an access denied message for several RIC´s in this morning. Its is affecting our production environment and WE HAVE URGENCY ON THIS. The following are presenting access denied message: CADBRL=R USDGBP=R TRYUSD=R KRWGBP=R AUDBRL=R SGDUSD=R CHFUSD=R INRBRL=R HKD= RUB= BRLGBP=R CNYUSD=R NZDBRL=R BRLCHF=R…
-
How to get historical Bid and Ask Price using RDP/API account
Hi, I'm trying to figure out what the best scope would be to grab historical Bid and Ask prices when using the RDP/API account? Below is what I have but I'm running into issues. Could you just confirm if this is correct or not? --data-urlencode 'grant_type=password' --data-urlencode 'username= 'XXXXX' --data-urlencode…
-
Intermittent Access Denied error
We've been experiencing an intermittent error while checking chain rics in a nightly process. For example: Process Status Message ID 64632001, 0#BOW+: NotEntitled, Access Denied: User req to IDN for Unsubscribed Exch e.g. - MON This particular instance we had the same ric with the same error at the same moment across both…
-
Why am I receiving error message The access to field(s) denied. Requested universes: ['CA007863AB91
Client is receiving error message for the ISINs used: The access to field(s) denied. Requested universes: ['CA007863AB91', 'US91754TG983']. Requested fields: ['TR.PREFERREDRIC', 'TR.MUNIORIGINALAMOUNTISSUED', 'TR.FIAMTOUTSTANDINGFACTOR'] from this script: import refinitiv.data as rd rd.open_session() df = rd.get_data(…
-
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…