My main goal is to pull all members of sp500 index's historical one-minute price data from Eikon. Is API the best way to achieve this? or is there a better way?
@petr.tarakanov337
Thank you for reaching out to us.
The latest API is LSEG Data Library for Python. You can use parallel requests to request historical data.
The examples are on GitHub.