PJM · Grid
PJM transfer interfaces
Actual flow against the transfer limit on the eleven interfaces PJM watches for stability — the eastern, central and western reactive interfaces, AP South, Bedington–Black Oak and the seams — every five minutes. How close the grid is to its edges.
pjm-transfer-interfacesevery 5 min · 5m rows11 entitiesWhat is in it
- Updates
- every 5 min · 5m rows
- Entities
- 11 entities — APSOUTH, EAST, BED-BLA…
- Source timezone
- US Eastern — every timestamp Dryos serves is UTC
- Coverage
- 8 September 2026 to now
- Rows held
- 29,744
- Primary key
- iso, interface, interval_start_utc
What it measures
Every value, its unit, and what the source means by it.
- FlowMW
Actual flow across the interface at the reading.
actual_mw - LimitMW
The transfer limit PJM is holding the interface to.
limit_mw
Columns
Exactly what a request answers with, read from the API rather than written here.
| Column | Type | Description |
|---|---|---|
| interval_start_utcrequired | timestamp | Start of the interval, UTC, read from PJM's own UTC column.e.g. 2026-09-09T12:30:00Z |
| isorequired | string | Publishing ISO.e.g. PJM |
| interfacerequired | string | The transfer interface as PJM names it: EAST, CENTRAL, WEST, APSOUTH, BED-BLA, AEP/DOM, BGE/PEP, COMED, CLVLND, PA-CENT, 50045005.e.g. APSOUTH |
| actual_mwrequired | number | Actual flow across the interface at the reading, MW.e.g. 3870.54 |
| limit_mwrequired | number | The transfer limit PJM is holding the interface to, MW.e.g. 4842.27 |
| warning_mw | number | The warning level below the limit, MW.e.g. 4600.16 |
| source_published_at_utc | timestamp | When PJM published the row, UTC. |
| collected_at_utcrequired | timestamp | When 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
curl "https://api.dryos.ai/v1/datasets/pjm-transfer-interfaces/query?node=APSOUTH&limit=12"The catalogue entry — every column, its type and the source
curl "https://api.dryos.ai/v1/datasets/pjm-transfer-interfaces"Hourly averages for the last day
curl "https://api.dryos.ai/v1/datasets/pjm-transfer-interfaces/query?node=APSOUTH&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.
claude mcp add --transport http dryos https://api.dryos.ai/mcpThen ask:
What has Flow been at APSOUTH 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.
- 2026-09-17
The transfer-limit band accepts a negative limit, and the intervals it had been refusing landed.
PJM signs a limit the way it signs the flow it bounds. On 2026-09-15 CENTRAL ran to -4,040.83 MW and COMED sat pinned at -200 for hours, with the flow tracking each. A floor of zero read that as a parse error and stopped the stream for three days.
- 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 · transfer_interface_infor — 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 5 min; 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
- PJM tie flowsPJM
Actual against scheduled flow every five minutes on each of PJM's ties with its neighbours — New York, the MISO seams, TVA, Duke and the rest — plus the MISO net and the RTO net.
every 5 min · 5m rows21 entitiespjm-tie-flows - PJM area control errorPJM
How far PJM is from its interchange schedule and frequency obligation at the instant, in megawatts, every fifteen seconds — the number the control room regulates to zero.
every 15 s · 15s rows1 entitypjm-ace - PJM hourly interchange by tiePJM
Actual, scheduled and inadvertent flow over each of PJM's ties with its neighbours, hour by hour — the record PJM keeps indefinitely behind the five-minute tie flows it keeps thirty days.
every 2 h, hours behind · 1h rows20 entitiespjm-interchange-hourly - PJM generation outages, week aheadPJM
PJM's generation outages for today and the next six days, for the RTO and its two regions, split into planned, maintenance and forced — issued daily and kept as vintages.
daily, a week ahead · 1d rows3 entitiespjm-gen-outages - PJM generation outage forecast, ninety daysPJM
PJM's forecast of generation out of service for each of the next ninety days, for the RTO, the west and the rest — issued daily and kept as vintages.
daily, ninety days ahead · 1d rows3 entitiespjm-gen-outage-forecast - PJM performance assessment intervalsPJM
Which five-minute intervals PJM flags as Performance Assessment Intervals — the emergencies in which capacity resources are scored on whether they delivered — for the RTO and the active subzone, as PJM first flags them.
every 10 min, one row per interval · 5m rows1 entitypjm-pai-intervals