Starting Eikon/Proxy API application from Python.

Hey everyone,

I was wondering if anyone here had any experience trying to automate Eikon related code/applications from Python. I'm trying to make some scripts to require the less human interaction possible, including "Starting" and "Closing" the Eikon API (or the API Proxy as a secondary option).

I don't know what could be the best approach to take here, so I was wondering if you guys had any advice on how should I tackle this in the best way possible.

I'd be happy to know! Thanks and take care.

Best Answer

  • Alex Putkov.1
    Answer ✓

    I guess what you're asking is how to programmatically launch and terminate Eikon application on Windows, right? Eikon is an end user product. It is not meant to be used in completely automated totally non interactive processes. If this is your goal, there's no recommended way of achieving it. If you're just looking to programmatically launch Eikon on your machine, it couldn't be easier. Just run eikon.exe. There's no recommended way of programmatically closing Eikon, and there's no way to work around interactive prompt to enter Eikon user account credentials that you may see for a number of reasons including the weekly auto logoff on weekends and exclusive sign on event (when your Eikon user account is used to sign on to Eikon platform from another machine).