Track charging cost, discharge revenue, state-of-charge trajectory, and rolling PnL at settlement granularity.
5-Minute LMP, Outage Radar, and Bid/Offer Simulation for Storage Traders
BatteryArb is purpose-built for batteries and flexible storage. Track 5-minute LMP and cost, monitor outage risk regimes, run outage-aware LMP forecasts, and stress-test strategic bid/offer thresholds.
ERCOT + PJM First
Live outage and pricing feeds where available, with normalized fallback for MISO, ISO-NE, and IESO.
Decision APIs
Built for bot loops and dispatch engines, not dashboard-only workflows.
Operator Focus
No solar-only optimizer. Everything is designed around battery revenue and risk capture.
Signal Stack
Core battery workflows on one API surface.
Blend outage trajectory, reserve margin stress, load drift, and weather context into near-term LMP projections.
Backtest bid/offer thresholds against recent 5-minute LMP to refine battery market participation rules.
Live Demo Console
Run battery-centric endpoints directly from this page.
Outage Risk
Forecast Accuracy Proxy
Cost / Profit Snapshot
5-Minute LMP + Forecast
Outages and Reserve Margin
Cost Tracker Output
Run Cost Tracker to view interval cashflows.
Bid/Offer Simulation Output
Run Bid/Offer Sim to view strategy outcome.
Similar Day Analogs
Run Similar Days to view analog operating days.
Outage Forecast Output
Run Forecast Outages to view outage trajectory and confidence bands.
Conservative Pricing
Start lean, validate edge, scale when your strategy proves out.
Starter
5-minute LMP, outages, and bid/offer simulation for single-team use.
Pro
Higher throughput and deeper signal workflows for active storage trading.
Enterprise
Fleet-scale integration, contractual support, and custom reliability commitments.
Pilot Access Request
Tell us your battery fleet, market, and automation timeline.
No request submitted yet.
Try The API
curl -H "X-API-Key: <key>" \
"https://api.richbuilds.net/prices/lmp-5min?iso=ercot&lookback_hours=24"
curl -H "X-API-Key: <key>" \
"https://api.richbuilds.net/grid/outages?iso=ercot"
curl -H "X-API-Key: <key>" \
"https://api.richbuilds.net/forecast/outages?iso=ercot&horizon_hours=24"
curl -H "X-API-Key: <key>" \
"https://api.richbuilds.net/forecast/lmp?iso=pjm&horizon_hours=24"
curl -H "X-API-Key: <key>" \
"https://api.richbuilds.net/battery/bid-offer-sim?iso=ercot&bid_charge_usd_mwh=25&offer_discharge_usd_mwh=65"
Full schema and examples: api.richbuilds.net/docs.