Every US ISO · real-time market data
Real-time demand and the full generation fuel mix for all seven US grids, plus wholesale prices — served from our own low-latency store, so you never wrestle with raw ISO feeds yourself. Email in, API key out.
· Coverage — every US ISO & RTO
Real-time demand and the full generation fuel mix on all seven grids. Wholesale prices (LMP) are live for CAISO today and rolling out to the rest.
01 / Quickstart
# 1 — get a free API key $ curl -X POST http://localhost:8000/v1/auth/signup \ -H "Content-Type: application/json" \ -d '{"email":"[email protected]","password":"s3cret-pass"}' # 2 — pull live data (swap caiso for any grid) $ curl http://localhost:8000/v1/ercot/generation/realtime \ -H "X-API-Key: vt_live_…"
GET /v1/{iso}/lmp/{realtime,history} — prices, $/MWhGET /v1/{iso}/load/{realtime,history} — demand, MWGET /v1/{iso}/generation/{realtime,history} — fuel mix, MWGET /v1/{iso}/renewables/{realtime,history} — solar + wind?format=csv on history02 / Pricing
One API across every US grid operator — normalized, real-time, and built to stay up. Start free, upgrade when you ship.