新增玻璃期货日线数据拉取功能

- 通过 Tushare HTTP API 获取活跃合约列表和日线行情
- 数据按品种分文件夹存储为 CSV
- 添加 README 项目说明和字段文档
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
vipg
2026-07-18 15:49:20 +08:00
parent f08ded6f61
commit 01e5dc9b82
14 changed files with 1478 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
ts_code,trade_date,pre_close,pre_settle,open,high,low,close,settle,change1,change2,vol,amount,oi,oi_chg,delv_settle
FG2707.ZCE,20260715,,1132.0,1112.0,1130.0,1110.0,1117.0,1119.0,-15.0,-13.0,271.0,606.35,163.0,,
FG2707.ZCE,20260716,1117.0,1119.0,1052.0,1120.0,1052.0,1103.0,1109.0,-16.0,-10.0,359.0,796.32,295.0,132.0,
FG2707.ZCE,20260717,1103.0,1109.0,1101.0,1103.0,1078.0,1078.0,1091.0,-31.0,-18.0,586.0,1278.18,474.0,179.0,
1 ts_code trade_date pre_close pre_settle open high low close settle change1 change2 vol amount oi oi_chg delv_settle
2 FG2707.ZCE 20260715 1132.0 1112.0 1130.0 1110.0 1117.0 1119.0 -15.0 -13.0 271.0 606.35 163.0
3 FG2707.ZCE 20260716 1117.0 1119.0 1052.0 1120.0 1052.0 1103.0 1109.0 -16.0 -10.0 359.0 796.32 295.0 132.0
4 FG2707.ZCE 20260717 1103.0 1109.0 1101.0 1103.0 1078.0 1078.0 1091.0 -31.0 -18.0 586.0 1278.18 474.0 179.0