PJM · Pricing

PJM dispatch rates

The dispatch signal PJM sends each of its 20 transmission zones, in $/MWh, every fifteen seconds — the price the control room is steering generators to at the instant, not a settlement price. PJM keeps fifteen days.

pjm-dispatch-ratesevery 15 s · 15s rows20 entities
COMED
$14.61
2026-09-18 05:05 UTC
DOM
$77.13
2026-09-18 05:05 UTC
PS
$35.27
2026-09-18 05:05 UTC
Read from the Dryos API and cached for an hour; the stream itself updates every 15 s.

What is in it

Updates
every 15 s · 15s rows
Entities
20 entities — COMED, DOM, PS…
Source timezone
US Eastern — every timestamp Dryos serves is UTC
Coverage
9 September 2026 to now
Rows held
976,140
Primary key
iso, zone, interval_start_utc

What it measures

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

  • Dispatch rate$/MWh

    The dispatch rate sent to the zone at the scan.

    dispatch_rate

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 PJM's own UTC column.e.g. 2026-09-09T12:30:00Z
isorequiredstringPublishing ISO.e.g. PJM
zonerequiredstringTransmission zone the signal is sent to, in PJM's short spelling (AEP, COMED, DOM, PS, PE, ...).e.g. COMED
dispatch_raterequirednumberThe dispatch rate PJM is sending the zone's generators, $/MWh — the price the dispatch is steering to at the instant, not a settlement price.e.g. 30.27
source_published_at_utctimestampWhen PJM published the row, UTC.
collected_at_utcrequiredtimestampWhen Dryos collected this row, UTC. Stamped by the platform, not the collector.e.g. 2026-09-09T12:35: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/pjm-dispatch-rates/query?node=COMED&limit=12"

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

shell
curl "https://api.dryos.ai/v1/datasets/pjm-dispatch-rates"

Hourly averages for the last day

shell
curl "https://api.dryos.ai/v1/datasets/pjm-dispatch-rates/query?node=COMED&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 Dispatch rate been at COMED 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-09

    First collected, from PJM Data Miner 2.

    Non-member API access was granted on 2026-09-09. Reconciled against live responses the same day: schema, nulls, primary key, value bands and row counts all passed, and the energy identity and the node naming rule were checked row-for-row against the day-ahead feed and the pricing-node master.

How this stream is checked

  • Pulled straight from PJM Data Miner 2 · inst_dispatch_rates — 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 s; the interval timestamp is the start of the interval, in UTC.
  • PJM's Eastern Prevailing Time observes daylight saving; its rows carry UTC as well. Every timestamp Dryos serves is UTC.

Related streams