NYISO · Pricing
NYISO real-time LMP
Real-time dispatch prices at NYISO's eleven load zones — New York City, Long Island and the rest, lettered A to K — its proxies with Quebec, New England, Ontario and PJM, and every generator bus, with the energy, congestion and loss components, every five minutes.
nyiso-realtime-lmpevery 5 min · 5m rows763 entitiesWhat is in it
- Updates
- every 5 min · 5m rows
- Entities
- 763 entities — N.Y.C., LONGIL, WEST…
- Source timezone
- US Eastern — every timestamp Dryos serves is UTC
- Coverage
- 12 September 2026 to now
- Rows held
- 1,163,575
- Primary key
- iso, market, node, interval_start_utc
- On the map
- 561 of 763 placed — NYISO's own generator reference, which gives each bus its coordinate
What it measures
Every value, its unit, and what the source means by it.
- Total LMP$/MWh
The five-minute real-time price at the zone or bus — NYISO calls it the LBMP.
lmp_total - Congestion$/MWh
Marginal congestion component — the part that differs between points. NYISO publishes it with the opposite sign; here it adds to the price like every other operator's.
lmp_congestion - Losses$/MWh
Marginal loss component.
lmp_loss - Energy$/MWh
Marginal energy component, derived as the price less losses and congestion — NYISO does not publish it. One number across the state each interval.
lmp_energy
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 settlement interval, UTC. Always UTC — the ISOs publish in local time with inconsistent DST handling.e.g. 2026-08-14T15:00:00Z |
| isorequired | string | Publishing ISO.e.g. ERCOT |
| marketrequired | string | Market the price cleared in: DAM (day-ahead), RTM (real-time, SCED), or RTPD for CAISO's fifteen-minute market.e.g. RTM |
| noderequired | string | Pricing node or settlement point identifier, as published by the ISO.e.g. HB_HOUSTON |
| node_type | string | Node classification. For ERCOT this is derived from the settlement point naming convention: HUB / LOAD_ZONE / DC_TIE / RESOURCE_NODE. For MISO it is the ISO's own pricing-node type: HUB (every aggregate, the eight trading hubs and the .AZ zones alike) / LOAD_ZONE / RESOURCE_NODE (a generator's node) / INTERFACE. For PJM it is the type on the row: HUB / LOAD_ZONE (a transmission zone) / INTERFACE / EHV / AGGREGATE for the aggregate streams, and RESOURCE_NODE (a generator's bus) / LOAD_BUS / EXTERNAL_BUS for the bus streams. For SPP it is read off SPP's own suffix on the Pnode behind the settlement location: HUB / LOAD_ZONE (a load area) / RESOURCE_NODE / DEMAND_RESPONSE / INTERFACE (a neighbouring operator). For CAISO it is the APnode type in CAISO's own reference: HUB (trading hubs) / LOAD_ZONE (every kind of load aggregation point) / RESOURCE_NODE / DEMAND_RESPONSE (a proxy or reliability demand resource, read off the resource id) / INTERFACE (intertie resources) / EIM_NODE (a Western EIM area's node — CAISO's EIMT, which holds the area's plants and its transfer points alike) / AGGREGATE (generation aggregation points, distributed-resource aggregations, flexible-ramp and imbalance-reserve zones). For NYISO it is LOAD_ZONE (the eleven zones) / INTERFACE (the four external proxy zones, the proxy buses of scheduled lines, and any generator NYISO files in an external zone) / DEMAND_RESPONSE (a demand-response provider) / RESOURCE_NODE (a bus in NYISO's generator reference, DER aggregations included) / LOAD_BUS (a bus NYISO prices beside the generators that no generator is registered to — transformer banks and load buses). For ISO-NE it is the location type ISO-NE publishes, a network node refined by the prefix on its name: HUB (the Internal Hub) / LOAD_ZONE (the eight) / INTERFACE (an external node) / DEMAND_RESPONSE (a demand-response aggregation zone) / HUB_NODE (one of the network nodes the Hub averages) / RESOURCE_NODE (a unit, UN., or a storage plant's asset-related demand, AR.) / LOAD_BUS (a load node, LD.).e.g. APND |
| lmp_totalrequired | number | Total locational marginal price, $/MWh.e.g. 41.83 |
| lmp_energy | number | Energy component, $/MWh.e.g. 39.12 |
| lmp_congestion | number | Congestion component, $/MWh. Signed so that total = energy + congestion + loss on every row: NYISO publishes it with the opposite sign, and it is stored negated.e.g. 2.94 |
| lmp_loss | number | Loss component, $/MWh.e.g. -0.23 |
| source_published_at_utc | timestamp | When the ISO published this interval, UTC. Lets a buyer distinguish 'we were slow' from 'the ISO was slow'. |
| collected_at_utcrequired | timestamp | When Dryos collected this row, UTC. Stamped by the platform, not the collector. Together with interval_start_utc this makes freshness auditable per row instead of only in aggregate.e.g. 2026-08-15T21:22:09Z |
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/nyiso-realtime-lmp/query?node=N.Y.C.&limit=12"The catalogue entry — every column, its type and the source
curl "https://api.dryos.ai/v1/datasets/nyiso-realtime-lmp"Hourly averages for the last day
curl "https://api.dryos.ai/v1/datasets/nyiso-realtime-lmp/query?node=N.Y.C.&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 Total LMP been at N.Y.C. 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 price band widened to [-15,000, 15,000] $/MWh, and the intervals it had been refusing landed.
Four buses in the Linden pocket cleared at -$5,938.85 between 12:00 and 12:20 EDT — NYISO's $6,000 constraint penalty against a $57 energy price, exactly as NYISO published it. The band was ERCOT's, and refusing the batch stopped the whole stream for nine hours, because a batch that is never promoted never moves the watermark.
How this stream is checked
- Pulled straight from NYISO MIS · Real-Time Market LBMP, Zonal (P-24A) and Generator (P-24B) — 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.
- NYISO stamps its files in Eastern prevailing time with no zone column. Every timestamp Dryos serves is UTC.
Related streams
- NYISO real-time binding constraintsNYISO
Every transmission facility NYISO's real-time dispatch was up against, five minutes at a time, with the contingency it bound for and its constraint cost.
every 5 min, when bound · 5m rows4 entitiesnyiso-rt-shadow-prices - NYISO day-ahead binding constraintsNYISO
Every transmission facility that bound in NYISO's day-ahead market, hour by hour, with the contingency it bound for and its constraint cost, posted for tomorrow each morning.
daily, morning ET · 1h rows11 entitiesnyiso-dam-shadow-prices - NYISO day-ahead LMPNYISO
Hourly day-ahead prices at NYISO's eleven load zones, its proxies with Quebec, New England, Ontario and PJM, and every generator bus, with the energy, congestion and loss components, posted for the whole of tomorrow each morning.
daily, late morning ET · 1h rows763 entitiesnyiso-dam-lmp - ERCOT real-time LMPERCOT
Locational marginal prices from the latest SCED run, every ERCOT settlement point.
every 5 min · 5m rows1,118 entitiesercot-realtime-lmp - MISO real-time LMPMISO
Preliminary ex-post prices for every MISO commercial pricing node — hubs, load zones, generator nodes and interfaces — with the congestion and loss components, every five minutes.
every 5 min · 5m rows2,628 entitiesmiso-realtime-lmp - SPP real-time LMPSPP
Real-time balancing market prices at every SPP settlement location — the trading hubs, load areas, resources, demand response and the interfaces with its neighbours — with the energy, congestion and loss components, every five minutes.
every 5 min · 5m rows1,612 entitiesspp-realtime-lmp