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 fields
start_date='2017-01-01', # start date
end_date='2023-12-31') # end date
And this is the error message:
2023-06-30 11:32:06,732 P[7112] [MainThread 11924] Error code 403 | Client Error: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The requested URL could not be retrieved</title>
<link href="http://passthrough.fw-notify.net/static/default.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://passthrough.fw-notify.net/static/default.js"></script>
</head>
Your Assistance is much appreciated.
BR,
Frank