10 live streams

NYISO data

NYISO runs New York's market across eleven load zones and four external proxies, publishing one CSV per report per day and rewriting it as the day advances. Dryos reads the zonal and generator price files as one stream: 763 points an interval.

N.Y.C.
$78.24
2026-09-18 02:55 UTC
LONGIL
$81.68
2026-09-18 02:55 UTC
WEST
$71.21
2026-09-18 02:55 UTC
NYISO real-time LMP, read from the Dryos API and cached for an hour.

What is collected

Every NYISO stream Dryos holds, grouped the way the catalogue groups them.

Streams
10 live
Fastest cadence
every 5 min
Entities
1,612 across every stream
Access
Public REST API and MCP server, no key

Grid

Pricing

Ancillary

Load

Generation

Worth knowing first

  • NYISO stamps its files in Eastern prevailing time with no zone column. Every timestamp Dryos serves is UTC.
  • NYISO publishes congestion with the opposite sign. Dryos stores it negated, so LBMP = energy + congestion + loss holds as it does everywhere else.
  • The day file runs two hours into the future with advisory prices. Nothing past the last dispatched interval is kept.

Read it

Public, read-only, no key and no sign-up. Every stream answers the same way.

Every stream in the catalogue

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

The newest rows at N.Y.C.

shell
curl "https://api.dryos.ai/v1/datasets/nyiso-realtime-lmp/query?node=N.Y.C.&limit=12"

Or point an AI agent at all of it

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

Full parameters are on the API reference; every client's setup is on the MCP server page.

Other operators