Overview
Cleared day-ahead ancillary-service capacity prices in ERCOT, one row per hour and product. 365,717 rows, 2017-01 to the next delivery day. Products: reg_up, reg_down, spin, non_spin, ecrs. ERCOT procures ancillary services system-wide, so there is no region column — one price per product per hour. price_usd_mw is a price for CAPACITY held in reserve — dollars per megawatt of commitment — not dollars per megawatt-hour of energy delivered. The two are different units and are not comparable to an LMP.
Use with MCP
This table is readable two ways, over the same guarded boundary. Over HTTP: POST /api/v1/datasets/ercot_ancillary_da/query, described in the API reference. Or from an MCP client: connect a market below, then use search_data or describe_data to load its query contract before calling query_data.
Schema3
event_timeDateTime64(6, 'UTC')productLowCardinality(String)price_usd_mwNullable(Float64)Sample rows
| event_time | product | price_usd_mw |
|---|---|---|
| 2026-08-28 05:00:00.000000 | reg_up | 8.58 |
| 2026-08-28 05:00:00.000000 | ecrs | 13.58 |
| 2026-08-28 05:00:00.000000 | non_spin | 20.48 |
| 2026-08-28 05:00:00.000000 | reg_down | 0.5 |
| 2026-08-28 05:00:00.000000 | spin | 8.31 |
| 2026-08-28 04:00:00.000000 | spin | 11.45 |
| 2026-08-28 04:00:00.000000 | reg_up | 12.69 |
| 2026-08-28 04:00:00.000000 | reg_down | 0.5 |
| 2026-08-28 04:00:00.000000 | ecrs | 27.67 |
| 2026-08-28 04:00:00.000000 | non_spin | 34.57 |
| 2026-08-28 03:00:00.000000 | reg_up | 16.57 |
| 2026-08-28 03:00:00.000000 | ecrs | 19.99 |
| 2026-08-28 03:00:00.000000 | reg_down | 0.5 |
| 2026-08-28 03:00:00.000000 | spin | 14.99 |
| 2026-08-28 03:00:00.000000 | non_spin | 41.85 |
| 2026-08-28 02:00:00.000000 | reg_up | 9.96 |
| 2026-08-28 02:00:00.000000 | reg_down | 1 |
| 2026-08-28 02:00:00.000000 | spin | 7.99 |
| 2026-08-28 02:00:00.000000 | ecrs | 8.63 |
| 2026-08-28 02:00:00.000000 | non_spin | 36.41 |
| 2026-08-28 01:00:00.000000 | ecrs | 2.58 |
| 2026-08-28 01:00:00.000000 | reg_down | 0.75 |
| 2026-08-28 01:00:00.000000 | spin | 2.09 |
| 2026-08-28 01:00:00.000000 | reg_up | 5.79 |
| 2026-08-28 01:00:00.000000 | non_spin | 15 |