Is there a way to determine if a company is listed on multiple exchanges using the Python API? Currently I can find out where a company is based:
ek.get_data(['RIO.AX'], ['CF_NAME', 'TR.CompanyMarketCap', 'TR.HeadquartersCountry'],
{'SDate': '0CY'})
However, I haven't been able to find a way to determine if this company is also on another exchange (in this case, Rio Tinto is based in Australia, but also on the London exchange).