Hi team
Could you provide updated and workable links to install eikon api.
There's no official conda package for Eikon Data APIs from Refinitiv yet. We plan to introduce it, but it hasn't been a high priority. For now the only official package available is the one on pypi.org: https://pypi.org/project/eikon/
@mbp In short its just:
pip install eikon
Please see Quick Start Guide
If you want to upgrade from previous version use the --upgrade flag
pip install eikon --upgrade
I hope this can help.
@mbp
I can't find conda Eikon package from default channels/ropos. It looks like you still need to use pip in Conda environment.
To install this package run one of the following:
conda install -c conda-forge eikon
conda install -c "conda-forge/label/cf202003" eikon
conda install -c "conda-forge/label/prerelease" eikon