CAISO · Ancillary

CAISO real-time ancillary prices

Fifteen-minute real-time clearing prices for regulation up and down, spinning and non-spinning reserve and regulation mileage, in CAISO's six ancillary service regions.

caiso-rt-asevery 15 min · 15m rows6 entities
AS_CAISO_EXP
$0.16
2026-09-18 05:15 UTC
AS_NP26
$0.00
2026-09-18 05:15 UTC
AS_SP26
$0.00
2026-09-18 05:15 UTC
Read from the Dryos API and cached for an hour; the stream itself updates every 15 min.

What is in it

Updates
every 15 min · 15m rows
Entities
6 entities — AS_CAISO_EXP, AS_NP26, AS_SP26…
Source timezone
US Pacific — every timestamp Dryos serves is UTC
Coverage
14 September 2026 to now
Rows held
2,064
Primary key
iso, zone, interval_start_utc

What it measures

Every value, its unit, and what the source means by it.

  • Regulation up$/MW

    Regulation up clearing price.

    reg_up_mcp
  • Regulation down$/MW

    Regulation down clearing price.

    reg_down_mcp
  • Spinning$/MW

    Spinning reserve clearing price.

    spin_mcp
  • Non-spinning$/MW

    Non-spinning reserve clearing price.

    nonspin_mcp
  • Mileage up$/MW

    Regulation mileage up price. AS_CAISO_EXP only; null elsewhere.

    reg_mileage_up_mcp
  • Mileage down$/MW

    Regulation mileage down price. AS_CAISO_EXP only; null elsewhere.

    reg_mileage_down_mcp

Columns

Exactly what a request answers with, read from the API rather than written here.

ColumnTypeDescription
interval_start_utcrequiredtimestampStart of the interval, UTC, read from OASIS's GMT column.e.g. 2026-09-14T20:00:00Z
isorequiredstringPublishing ISO.e.g. CAISO
zonerequiredstringAncillary service region as CAISO names it: AS_CAISO (the system), AS_NP26 and AS_SP26 (north and south of Path 26), and each with _EXP, the region expanded to include the interties.e.g. AS_CAISO_EXP
reg_up_mcprequirednumberClearing price for regulation up, $/MW.e.g. 0.5
reg_down_mcprequirednumberClearing price for regulation down, $/MW.e.g. 0.5
spin_mcprequirednumberClearing price for spinning reserve, $/MW.e.g. 0.5
nonspin_mcprequirednumberClearing price for non-spinning reserve, $/MW.e.g. 0.5
reg_mileage_up_mcpnumberClearing price for regulation mileage up, $/MW.e.g. 0.5
reg_mileage_down_mcpnumberClearing price for regulation mileage down, $/MW.e.g. 0.5
source_published_at_utctimestampWhen CAISO published the row, UTC.
collected_at_utcrequiredtimestampWhen Dryos collected this row, UTC. Stamped by the platform, not the collector.e.g. 2026-09-14T20:07:12Z

Read it

Public, read-only, no key and no sign-up. Relative times stay relative, so a URL keeps working.

The newest rows

shell
curl "https://api.dryos.ai/v1/datasets/caiso-rt-as/query?node=AS_CAISO_EXP&limit=12"

The catalogue entry — every column, its type and the source

shell
curl "https://api.dryos.ai/v1/datasets/caiso-rt-as"

Hourly averages for the last day

shell
curl "https://api.dryos.ai/v1/datasets/caiso-rt-as/query?node=AS_CAISO_EXP&start=-24h&interval=1h&agg=avg"

Full parameters — bucketing, aggregation, filters and search — are on the API reference.

Ask an agent

The same stream through the Model Context Protocol, so Claude, ChatGPT, Cursor or any MCP client can query it directly.

shell
claude mcp add --transport http dryos https://api.dryos.ai/mcp

Then ask:

What has Regulation up been at AS_CAISO_EXP over the last 24 hours, and when did it peak?

Setup for every client is on the MCP server page.

Changes to this collector

A change in the collector is a change in the data. Anyone reading a step in a series is owed the day it moved under them.

  1. 2026-09-14

    A request always reaches the next hour.

    OASIS refuses a PRC_INTVL_AS window that opens and closes inside one clock hour (error 1001), which is what a run a quarter past or half past asked for, so most runs failed and only the one on the hour collected. Nothing was lost: that run healed the gap each time.

  2. 2026-09-14

    First collected, from CAISO OASIS.

    The ancillary prices ERCOT, MISO and PJM already had. Reconciled against a live response on 2026-09-14.

How this stream is checked

  • Pulled straight from CAISO OASIS · PRC_INTVL_AS (real-time market) — no reseller in between — and compared against that file before it is served.
  • Null means the source did not report it — never zero.
  • A reading lands every 15 min; the interval timestamp is the start of the interval, in UTC.
  • CAISO's market clock is US Pacific; OASIS answers in UTC. Every timestamp Dryos serves is UTC.

Related streams