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

Pull history into pandas
Load a price series into a DataFrame and plot it.

Browse all endpoints
Current prices, history, analytics, and memory.

