Get the Effective Utilization Index
How much of the tracked GPU fleet is actually working over a trailing window - the demand side of the market the price index prices. Returns the window’s capacity-weighted occupancy, the effective utilization rate (eur), the price per useful GPU-hour (effectivePrice), revenue per available GPU-hour (revPag), an index level rebased to baseDate, and the demand/supply decomposition of the move across the window.
Occupancy is capacity-weighted: numerator and denominator are summed before dividing, so a 4-GPU listing does not move the market rate as hard as a 4,000-GPU one. Always read basis - with heartbeat intensity live it reports occupancy_x_intensity; if the telemetry feed is unreachable it degrades to occupancy_only and eur equals occupancy. Also read coverage: a scrape gap is missing information, not idle GPUs.
The window defaults to the trailing 30 days and is capped at 400 days. See the Effective Utilization Index concept page for the full methodology and its known limitations.
Overview
How much of the tracked GPU fleet is actually working over a trailing window, and what compute costs per useful GPU-hour once idle capacity is priced in. Readbasis before comparing series: while heartbeat intensity is unwired it
reports occupancy_only and eur equals occupancy. Read coverage too — a
scrape gap is missing information, not idle GPUs.
See the Effective Utilization Index concept page for the
construction, the demand/supply decomposition, and the known limitations.Authorizations
API key passed as a Bearer token. Create one in the dashboard.
Query Parameters
Restrict to a single GPU model. Defaults to every public model, aggregated.
H100 SXM, H200, A100 SXM4, B200, RTX 5090, RTX PRO 6000 WS Occupancy region. Defaults to global. Note that price is market-wide, so a narrower region yields an approximate effective price.
"global"
Inclusive start of the window in YYYY-MM-DD. Defaults to 29 days before endDate.
"2026-07-14"
Inclusive end of the window in YYYY-MM-DD. Defaults to today.
"2026-08-12"
Rebase anchor for the index level. Defaults to 2026-01-01. Check baseAvailable in the response - when false the series rebased on its own first day.
"2026-01-01"
Response
The Effective Utilization Index over the requested window.

