A self-contained script that reads the latest blended Transaction Index, pulls its full history, and overlays it on the longer-history Informational Index — the standard pattern for charting a high-signal series against a clean long-run baseline.

What this does

  1. Current index — reads the latest blended Transaction Index value for the Hopper family (US, combined)
  2. Transaction history — pulls the full smoothed series within the 730-day window
  3. Informational baseline — pulls the Informational Index, which has no days_back cap and real data back to early 2024
  4. Overlay — merges the two on date, giving a long baseline with the high-signal transaction series layered on top
All index values are EWMA-smoothed and denominated in USD per GPU per hour. Each data point carries a p5/p95 envelope (p5 ≤ index_value ≤ p95) you can plot as a confidence band.

Customizing

  • Switch GPU family — set GPU_FAMILY = "blackwell" for the Blackwell series.
  • Raw vs. blended — use index_type=raw for the settled-trade leg alone (noisier, purest trade signal) instead of blended_sigmoid (the recommended settlement benchmark).
  • Intraday — for 30-minute per-GPU-model indices, use the Intraday Index endpoints (requires the custom-index scope).