Amanoki.

Decision-support computation for wholesale electricity markets. Regime labels, empirical spike probabilities, and the thin API layer a procurement or trading desk can wire into its own workflow. Four-state FSM with hysteresis and a scarcity-price override, tuned per market.

Live — Tokyo

Loading current Tokyo regime…

Direct from api.amanoki.com/v1/power/jepx/tokyo. Refreshes on page load.

Markets

MarketCoverageBarStatus
JEPX (Japan) 9 areas + system price 30 min live
ERCOT (Texas) 4 hubs + 2 load zones 5 min roadmap
PJM (Mid-Atlantic / Midwest) 4 hubs 5 min roadmap
CAISO (California) 3 DLAPs 5 min roadmap
AEMO (Australia NEM) 5 regions 5 min roadmap
NYISO (New York) 11 zones 5 min roadmap

"Live" means the ingest loop is running and the FSM has warmed up. "Roadmap" means the market is in the catalog and routed, but the adapter is unwritten — endpoints return warmup until we register for the data feed.

How to call it

GET /v1/markets
GET /v1/status
GET /v1/power/jepx/tokyo
GET /v1/power/jepx/tokyo/regime-forecast?horizon_min=120
GET /v1/power/jepx/tokyo/spike-probability
GET /v1/power/jepx/tokyo/transitions?limit=50
GET /v1/power/jepx/tokyo/matrix
GET /v1/power/jepx/tokyo/durations
GET /v1/power/jepx/tokyo/history?limit=100
GET /v1/power/jepx/tokyo/spatial-influence?target_regime=high

Base URL is https://api.amanoki.com. Full reference with live schemas at /v1/reference.

Response carries the current regime (low / normal / high / scarcity), the realised-volatility z-score, the latest price in the market's native units, and the timestamp of the bar it came from.

Pricing

TierRate limitIncluded¥/mo
Free 60 rpm / IP Public endpoints, no signup ¥0
Hobby 300 rpm REST + websocket, 30-day archive ¥5,000
Pro 1,200 rpm Full archive, all forecast horizons, spatial-influence ¥30,000
Pro+ 3,000 rpm Priority refresh, early access to new forecast families ¥100,000
Enterprise Custom SLA, custom templates, optional dedicated instance

Paid tiers open when the billing stack lands. Until then every tier runs at the free rate limit. Enterprise is off by default — it exists as a placeholder for later volume, not an open sales channel today.

Why regime, not forecast

Procurement and trading teams don't need another price point estimate — they need to know whether the distribution around it just shifted. A scarcity-flagged 30-minute コマ on a cold winter morning moves a retailer's monthly cost more than ten forecasted points do. The API is the thin layer that stabilises that signal.

Status

JEPX is live and refreshed daily. Empirical spike-probability tables (2 h and 4 h horizons, conditioned on local hour-of-day and weekend) are live alongside the regime endpoint. ERCOT, PJM, CAISO, AEMO, and NYISO are routed but wait on their ingest adapters — see GET /v1/status for the current coverage snapshot.

Not advice

Amanoki is a computational tool. We compute regime state, empirical spike probabilities, and calibration-scored forecast distributions. We do not give trading, procurement, hedging, or investment advice. Methodology and calibration are published openly so callers can audit the outputs. What you decide with this output is your responsibility.