首页 期货查询 期货查询示例代码 期货历史查询[Python]

期货历史查询示例代码Python

作者: 阅读数:3036 上传时间:2026-06-12

期货历史查询

import requests
url = "https://api.jisuapi.com/futures/history?market=shfutures&type=SC2703&startdate=2026-06-01&enddate=2026-06-10&appkey=yourappkey"
response = requests.get(url)
print(response.json())