ERCOT · Pricing

Real-time settlement point prices

The 15-minute price settlement actually uses, every ERCOT settlement point — the SCED LMP plus price adders. Collected from ERCOT MIS (NP6-905).

ercot-rt-sppevery 15 min · 15m rows1,118 entities
HB_NORTH
$34.33
2026-09-18 04:30 UTC
HB_HOUSTON
$33.94
2026-09-18 04:30 UTC
LZ_WEST
$34.30
2026-09-18 04:30 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
1,118 entities — HB_NORTH, HB_HOUSTON, LZ_WEST…
Source timezone
US Central — every timestamp Dryos serves is UTC
Coverage
27 August 2026 to now
Rows held
2,076,793
Primary key
iso, market, node, interval_start_utc
On the map
698 of 1,118 placed — EIA-860M plant coordinates, through ERCOT's unit mapping

What it measures

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

  • Settlement price$/MWh

    The 15-minute settlement point price.

    spp

Columns

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

ColumnTypeDescription
interval_start_utcrequiredtimestampStart of the interval, UTC. Always UTC — ERCOT publishes wall-clock Central with a repeated-hour flag, which is resolved on ingest.e.g. 2026-08-29T14:15:00Z
isorequiredstringPublishing ISO.e.g. ERCOT
marketrequiredstringMarket the price settled in: RTM15 (real-time 15-minute) or DAM.e.g. RTM15
noderequiredstringSettlement point identifier, as published by ERCOT.e.g. HB_HOUSTON
node_typerequiredstringERCOT's settlement point type code where the report carries one (RN, HU, LZ, LZEW, ...); derived from the naming convention (HUB / LOAD_ZONE / DC_TIE / RESOURCE_NODE) where it does not.e.g. HU
spprequirednumberSettlement point price, $/MWh.e.g. 41.83
source_published_at_utcrequiredtimestampWhen ERCOT posted the document this row came from, UTC. For reports republished on a rolling window this is the vintage: the same interval appears once per publication, and the newest is the current view.e.g. 2026-08-29T14:17:01Z
collected_at_utcrequiredtimestampWhen Dryos collected this row, UTC. Stamped by the platform, not the collector.e.g. 2026-08-29T14:18:02Z

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/ercot-rt-spp/query?node=HB_NORTH&limit=12"

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

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

Hourly averages for the last day

shell
curl "https://api.dryos.ai/v1/datasets/ercot-rt-spp/query?node=HB_NORTH&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 Settlement price been at HB_NORTH over the last 24 hours, and when did it peak?

Setup for every client is on the MCP server page.

How this stream is checked

  • Pulled straight from ERCOT MIS · NP6-905-CD — 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.
  • ERCOT settles and publishes on US Central time. Every timestamp Dryos serves is UTC.

Related streams