Skip to main content
This guide takes you from zero to your first price in three steps.
1

Get an API key

Sign in to data.ornn.com, open Settings → API Keys, and click Create key. Copy the key. It starts with sk_live_ and is shown only once.See Manage API keys for the full walkthrough.
2

Make your first request

Fetch the current price index for an H100 SXM. Replace YOUR_API_KEY with the key you created.
3

Read the response

You get back the latest index value, in USD per hour:

Next steps

pandas

Pull history into pandas

Load a price series into a DataFrame and plot it.
endpoints

Browse all endpoints

Current prices, history, analytics, and memory.
The GPU name goes straight in the URL path. A literal space works (H100 SXM); your HTTP client URL-encodes it to H100%20SXM for you.