Hi all,
I have a python script to retrieve data using Eikon Data API, which works when I run it in my local visual studio code, but I wanted to automate it through AWS. Here the connection is not working because (I believe) to do it through the API, a session must be logged in in the Eikon terminal.
This is the error it's retrieving: Exception for BRTDFLMc1: Session is not opened. Can't send any request",
Thanks!
Jorge