import requests
url = f"https://tsanghi.com/api/fin/index/HKG/daily?token=demo&ticker=HSCE"
data = requests.get(url).json()
print(data)
# 更多详情
https://tsanghi.com
import requests
url = f"https://tsanghi.com/api/fin/index/HKG/daily?token=demo&ticker=HSCE"
data = requests.get(url).json()
print(data)
# 更多详情
https://tsanghi.com