Skip to main content
This guide loads an H100 SXM price history into a pandas DataFrame, ready for analysis or plotting.

Prerequisites

  • An API key.
  • pip install requests pandas

Fetch and load

The /history-simple endpoint returns a clean timestamp / index_value series, ideal for a DataFrame.
Output
The API returns points most-recent-first. Sorting by timestamp (as above) puts them in chronological order before any rolling calculations or plotting.

Plot it

H100 SXM price index line chart for May 2026

H100 SXM daily price index, May 2026

Compare multiple GPUs

GPU price index comparison line chart

H100 SXM, H200, and B200 daily price index, May 2026