Hi team
Could you provide updated and workable links to install eikon api.
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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.
I can't find conda Eikon package from default channels/ropos. It looks like you still need to use pip in Conda environment.