Eikon Api Data: Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is runn...

...ing.

I have the Eikon Desktop running and I have the Eikon Api Data Key.

I go to Python and try to connect with Eikon and I obtain the error:

"Port number was not identified. Check if Eikon Desktop or Eikon API Proxy is running."

I do have the Eikon Desktop running which is what should be the solution, after reading other Q&As. So what am I doing wrong?

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @manuzrp

    Refer to this thread discussion, please run the PowerShell script (checkeikondataapips1.txt) to verify the problem.

    You need to rename it to checkeikondataapi.ps1 and run it in the PowerShell command line. If you see the "running scripts is disabled on this system" error, you need to run the PowerShell command as Administrator to change the policy and then use the following command.

    Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine

    After running the script, you may need to change it back to Undefined.

    Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope LocalMachine

    The script will verify the basic environment for Eikon Data API, such as Eikon Processes, listening ports, PortInUse file, and connection. Please run the script and share the created output.txt file.

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.