What this does
- Current index — reads the latest Blended Index value for the Hopper family (US, combined)
- Transaction history — pulls the full smoothed series within the 730-day window
- Informational baseline — pulls the Informational Index, which has no
days_backcap and real data back to early 2024 - Overlay — merges the two on
date, giving a long baseline with the high-signal transaction series layered on top
All index values are smoothed and denominated in $/GPU-hr.
Most carry a
p5/p95 envelope (p5 ≤ index_value ≤ p95) you can plot as a
confidence band — but treat p5, p95 and txn_count as optional on the
Blended Index. The scopes General Index administers (hopper,
blackwell, h100) return null for all three, because GX publishes no
envelope or transaction counts.Customizing
- Switch GPU family — set
GPU_FAMILY = "blackwell"for the Blackwell series. - Per-GPU daily series — swap
gpu_familyforgpu_group(h100,h200,a100,b200,b300) on the txn-index calls. The two parameters are mutually exclusive — sending both returns400. - Index vs. leg —
index_type=blended_sigmoid(default) is the blended index: a sigmoid-weighted blend of the settled-trade leg and a posted-price leg.index_type=rawreturns the transaction leg alone, EWMA-smoothed. - Intraday — for 30-minute per-GPU-model indices, use the Intraday Index endpoints (requires the
custom-indexscope).