How can I use the python Eikon API interface to find the codes and names of all ETFs listed on a cer

How can I use the python Eikon API interface to find the codes and names of all ETFs listed on a certain exchange, such as the National Exchange of India?

Best Answer

  • Jirapongse
    Answer ✓

    @cheyx

    Thank you for reaching out to us.

    Eikon Data API doesn't support the search API. To use the seach API, you need to use the Refinitiv Data Library for Python. Moreover, the Refinitiv Data Library for Python provides the same functionality as Eikon Data API and it also supports more features.

    However, I am not sure if the Screener can be used to get those ETFs. You can contact the helpdesk directly via MyRefinitiv to verify if the Screener app can be used to screen ETFs by exchanges. If we have a screener formula for this purpose, we can use it with the ek.get_data method.


Answers