-
Jupyter Notebook Errors
The Jupyter Notebook is running on the Refinitiv server side. Jupyter is not even installed locally and never has been, yet CODEBOOK was working fine on the machine up to a few days ago. This also does not explain the errors with permission or authorization. Here are the errors I'm seeing: 403: Forbidden The error was:…
-
DSS API - 403 error when using the POST API CALL
Could you kindly assist me guide the client on the below request. Case Details : We are getting a 403 error when using the POST API CALL to https://selectapi.datascope.refinitiv.com/RestApi/v1/ in order to get a login token. User: 9032560 Further details : Below is the code we're using and the error message we're getting…
-
RDError: Error code 403 |
While trying to fetch data from Refintiv API this week, I am currently facing below error. Cna you please check why this below error occured, This was working fine last week, but started facing issue from this week. Please check RDError: Error code 403 | <html> <head> <title>Forbidden</title> <style type="text/css"> body {…
-
403 error when trying to download filing
I am running the script displayed here: https://github.com/LSEG-API-Samples/Example.RDPAPI.Python.IntroductionToFilings/blob/main/IntroToFilings.ipynb It works fine until: # Define Helper Function retrieveURL def retrieveURL(token, retrievalParameters): ENDPOINT_DOC_RETRIEVAL =…
-
WebSocket API - HTTPS 403
Client Query: We have been contracted for the WebSocket API but are seemingly unable to connect to the service. I tried executing examples 'market_price_rdpgw_service_discovery.py' as well as using the RDP Python library wrapper to perform a price streaming request but end up in both cases with an HTTP403 error. I think it…
-
Can't get API to work in local script (works in codebook)
Trying to fetch some historical data from Eikon API. I am running the following code: # Importing libraries import eikon as ek import datetime import pandas as pd ek.set_app_key('MY APP KEY') # Defining start time for the data series start = datetime.datetime.now() - datetime.timedelta(days=1) # 1 day ago…
-
403 error during upgrade from V1 authentication to V2
We have been using V1 authentication successfully for a couple of years now - using this address: https://api.refinitiv.com:443/auth/oauth2/v1/token However, we are now being forced to "upgrade" to V2 authentication (https://api.refinitiv.com/auth/oauth2/v2/token) switching us from using the machine ids, to now just using…
-
Eikon API Error 403 Error code 403 | Client Error:
Hi All, I'v just set up my new Eikon Global Equities. Unfortunately, I got an error Message when trying to request Data my local installed Jupyter Notbooks: The code i was running is: import eikon as ek ek.set_app_key('6441----------------f77') data = ek.get_timeseries('.BRTI', # the RIC for Apple, Inc. fields='*', # all…
-
Eikon API|Error code 403 | Client Error: Target service not allowed
Hi, I'm trying to connect the local Eikon API Proxy through our local hosted Anaconda Jupyter NB/Labs. So far, the I've done all the steps listed in throubleshooting catalog: The proxy is up and running on localhost. Your assistance is much appreciated. BR... All in all I can use the generated APPkey in Eikons nativ…
-
Download Filings through RDP with RWS license?
Hi all, I am asking this question even though I think I already know the answer, but I just want to look for confirmation and similar experiences from your side. I am interested in downloading Global Filings documents that I already found in Workspace. I can download them manually there, e.g. BASFn.DE -> go to Filings tab…
-
Issues with our API Connection (Error code 403 / MainThread 9584 / [MainThread 9256 / MainThread ...
...10220) Hi Community, since this week we are experiencing issues with our API process/connection. We are using Eikon. During the day we have different processes which are retrieving different data points via API connection. Some retrieval processes don’t return any data (just error messages), others retrieve data but not…
-
Error code 403
Hey, I am using the eikon library in python. I have generated API keys. The problem I am facing that after a few runs, I get the error: Error code 403 | Client Error: {"ErrorCode":1401,"ErrorMessage":"Application id ... is invalid"} As soon as I generate another one and use that, it works. Is there a sort of run/time limit…
-
403 Error on POSTMAN via DSWS
Please advise on the client issue regarding 403 Forbidden error in Postman. Using Postman with the GET URL for token below, we are able to generate the token. https://product.datastream.com/dswsclient/V1/DSService.svc/rest/Token?username= &password= &props={PROPS}format={FORMAT} Using…
-
Eikon Data Api Error code 403 | Client Error: Connect failed
Hi, I'm trying to test the Eikon Data API. I've gone through the quick start guide for windows. 403 error has occured. And SxS log is following. Eikon: -eikonpid=17428 -EikonProcessId=21612 -HwndComInterop=0x1 "-manifest=C:\Users\economist1\AppData\Local\Thomson Reuters\Eikon…
-
RKD GET DOCUMENT Postman 403 error
Client tries to use Get Document to get filings for ELD.AX with DCN. It works in the RKD Support Portal. Using the same credential and token, and same endpoint, the client got 403 error. I can replicate client’s issue in Postman. Please see details below and shed some lights. Many thanks Getting 403 error for the below,…