How can I use the Eikon Data API without signing into Eikon on my computer?

Options

Currently using Python. I currently have my KEY # but that doesn't seem to be enough to use the API unless I sign into the software on my computer. Do I need to submit my username/password somewhere in the API in order for it to work? Thinking of putting this API on a virtual machine.. is it possible? If so, how would doing this differ from my desktop?

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    Hi @roates,

    The Eikon Data APIs piggyback off of connection and authentication mechanisms within the Eikon application and must be used on the same machine. Once you start Eikon and login to Eikon you are authenticated. After that, you are only required to use an application key when using the API.

    Refer to the QuickStart for more details.

Answers