How to gather a list of all the exchanges in a country?
@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"]