The full dataset

Complete bulk export

A single JSON document containing everything Pulse collects: per-provider price assessments, raw collection logs, marketplace supply observations, stock observations, capacity forecasts, plus the provider and GPU-model registries. Refreshed daily.

Download data_export.json ~13 MB · CC-BY 4.0 · CORS open

Top-level keys: assessments, raw_collections, collection_runs, providers, gpu_models, instance_gpu_map, supply_observations, stock_observations, capacity_forecasts, date_range.

Per-index series

Convenience slices: one CSV and one JSON per published index. Same content as /api/indices/{slug}.

Index CSV JSON Last regenerated
Pulse Inference Token Index CSV JSON
Pulse H100 SXM Hyperscaler OD CSV JSON
Pulse H100 SXM Neocloud OD CSV JSON
Pulse A100 80GB Hyperscaler OD CSV JSON
Pulse A100 80GB Neocloud OD CSV JSON
Pulse B200 Neocloud OD CSV JSON
Pulse H200 141GB Neocloud OD CSV JSON
Pulse H100 PCIe Neocloud OD CSV JSON
Pulse A100 80GB Neocloud Spot CSV JSON

License

Pulse-owned outputs (index values, historical series, and redistributable sample data) are released under CC-BY 4.0. Provider-origin raw snapshots are not implicitly covered — see what is open and free.

File schema

Every CSV and JSON download follows the same schema. Files are regenerated daily; the timestamp at the top of each file marks the regeneration time.

Columns

ColumnTypeUnitNotes
assessed_atISO-8601 datetime, UTCCanonical assessment time. Anchored to 18:00 UTC for daily series; the exact convention per index is documented on the index methodology page.
valuenumberUSD per GPU-hour, or USD per million tokens (per index)The published headline value for the index on this assessment date.
methodology_versionstringThe methodology version that produced this value (e.g. v1.0). Permanently citable at /methodology/{slug}/{version}/.
provider_countintegerNumber of providers contributing to this assessment after eligibility filtering.
p25 / p75numbersame as valueDistribution shape. Optional; absent for series whose distribution is not published.
is_carried_forwardbooleantrue if any contributing provider's assessment was carried forward from a recent prior collection (within the 3-day staleness window).
notestring, nullableFree-text annotation when a value carries a caveat (e.g. "thin data", restatement reference).

Conventions

API

For programmatic access, see the API documentation.

Scaffold. This page exists so the URL resolves and the citation links don't break. Full content lands as the redesign rolls out — see the roadmap on the homepage.