Python Selenium - Authentication Error

Dear all,

I am trying to connect to Thomson Reuters Eikon website through Python Selenium, and while logging in it keeps showing me the following message: Screenshot

Can anyone advise on this issue?

I do not know if it is the right forum to post this question, if not please move it to the relevant one.

Thanks and regards,

Remy

Best Answer

  • Zhenya Kovalyov
    Answer ✓

    @remy.he using Selenium or any other tools that facilitate web scraping is strictly not allowed to be used on Eikon. Instead, if you are looking for content, you can get it through the Python Eikon data api.

Answers