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

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @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"]