The most recent content from our members.
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:…
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…
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 {…
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 =…
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…
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…
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…
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…
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…
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…
It looks like you're new here. Sign in or register to get started.