SPP · Grid

SPP interchange by tie

Actual flow every minute on each of SPP's ties with its neighbours — MISO's areas, TVA, ERCOT, and RTO West's western neighbours — with each authority's net actual and net scheduled interchange. SPP keeps a day of it.

spp-interchangeevery 5 min · 1m rows34 entities
AECI
795MW
2026-09-18 05:06 UTC
TVA
-90.3MW
2026-09-18 05:06 UTC
PACE
314MW
2026-09-18 05:06 UTC
Read from the Dryos API and cached for an hour; the stream itself updates every 5 min.

What is in it

Updates
every 5 min · 1m rows
Entities
34 entities — AECI, TVA, PACE…
Source timezone
US Central — every timestamp Dryos serves is UTC
Coverage
13 September 2026 to now
Rows held
203,184
Primary key
iso, counterparty, interval_start_utc

What it measures

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

  • ActualMW

    Actual flow over the tie at the reading, in SPP's sign; on SPP and SWPW, the net actual interchange.

    actual_mw
  • Scheduled (net)MW

    Net scheduled interchange — on the SPP and SWPW rows only.

    scheduled_mw

Columns

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

ColumnTypeDescription
interval_start_utcrequiredtimestampThe minute of the reading, UTC, as SPP stamps it.e.g. 2026-09-14T21:31:00Z
isorequiredstringPublishing ISO.e.g. SPP
baarequiredstringThe SPP authority the tie belongs to: SPP (the RTO) or SWPW (RTO West).e.g. SPP
counterpartyrequiredstringThe neighbour as SPP labels the tie (AECI, AMRN, ERCOTN, TVA, PACE, …), or the authority itself (SPP, SWPW) for its net interchange.e.g. AECI
actual_mwnumberActual flow at the reading, MW, in SPP's sign; on the authority's own row, its net actual interchange (NAI).e.g. 358.51
scheduled_mwnumberNet scheduled interchange (NSI), MW, on the authority's own row.e.g. 2236.74
source_published_at_utctimestampWhen SPP published the row.
collected_at_utcrequiredtimestampWhen Dryos collected this row, UTC. Stamped by the platform, not the collector.e.g. 2026-09-14T21:35:04Z

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/spp-interchange/query?node=AECI&limit=12"

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

shell
curl "https://api.dryos.ai/v1/datasets/spp-interchange"

Hourly averages for the last day

shell
curl "https://api.dryos.ai/v1/datasets/spp-interchange/query?node=AECI&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 Actual been at AECI 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

    First collected, from SPP's interchange trend charts.

    PJM's and MISO's interchange were here and SPP's was not, and SPP keeps a day of it. Reconciled against the live files on 2026-09-14: every check passed.

How this stream is checked

  • Pulled straight from SPP Marketplace Portal · Interchange Trend (SPP and SWPW) — 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.
  • SPP publishes on US Central prevailing time, with a UTC column on every row. Every timestamp Dryos serves is UTC.

Related streams