Research · Live
数据下载
全部 NAV / 权重 / 决策数据 — commit 到公开 repo, 可作为 CSV / JSON 下载.
| 文件 | 说明 | 行数 | 格式 | 下载 |
|---|---|---|---|---|
| nav-history.csv | 自起点的日频 NAV (3 组) | 125 | CSV | ↓ csv |
| weights-history.csv | 每次 rebalance × 每组 × 每资产 (long format) | 3 | CSV | ↓ csv |
| nav.json | NAV 时序 + 元数据 | 125 | JSON | ↓ json |
| weights.json | 最新 rebalance 权重 | 1 | JSON | ↓ json |
| view.json | 当月 macro view | 1 | JSON | ↓ json |
schema
nav-history.csv
date,base,bull,bear 2025-12-01,100.0000,100.0000,100.0000 2025-12-02,100.1234,100.2345,100.0789 …
weights-history.csv
effective_date,group,asset_id,weight 2026-06-01,base,a_cn_csi300,0.10 2026-06-01,base,gold,0.05 …
所有文件每次 build 重新生成 (每日 GitHub Actions 自动跑). 底层 YAML / JSON 源在 /data, 全部 git 版本化.