Hi, I'm trying to get data from the Eikon api. I've set my Eikon App key as follows:
ek.set_app_key('xxxxxxxx')
and then I try to retrieve data with:
df,e = ek.get_data('REUTERS','TR.RIC')
I get the following error
Client Error: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot POST /api/v1/data</pre>
</body>
</html>
My Eikon is 1.1.10 so it's the newest. The Eikon desktop application is version 4.0.54, which is the newest version. I'm not trying to post data where this is a GET method call from Postman (and also browser). I simply don't know why this is not giving me data.