question

Upvotes
Accepted
1 0 0 1

How to gather a list of all the exchanges in a country?

How to gather a list of all the exchanges in a country?


1727898214661.png

eikon-data-apipython#productpython api
1727898214661.png (21.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
87.1k 294 53 79

@marceugene.belen

Thank you for reaching out to us.

You can use the Search API with the navigators property. For example:

response = search.Definition(
    view=search.Views.SEARCH_ALL,
    filter="RCSExchangeCountryLeaf eq 'United Kingdom'",
    navigators="ExchangeName",
    top=0
).get_data()


response.data.raw["Navigators"]["ExchangeName"]["Buckets"]


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.