Hello,
When I try to run this line
import refinitiv.data.eikon as ek
ek.set_app_key('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
I get the following error:
ValueError: Proxy keys should use proper URL forms rather than plain scheme strings. Instead of "ftp", use "ftp://"
The line works fine when I run it inside Eikon's CODEBOOK and but I'm unable to run it outside.
Is there something that I'm missing here?
Thanks