Python获取加拿大多伦多交易所股票清单

35 阅读1分钟
import requests

url = f"https://tsanghi.com/api/fin/stock/XTSE/list?token=demo"
data = requests.get(url).json()
print(data)

Response示例

更多详情:tsanghi.com