NYISO Day-Ahead Ancillary Services Prices record
Day-ahead market ancillary services clearing prices by zone. One object per row of NYISO MIS public archive CSV report P-5 (http://mis.nyiso.com/public/csv/damasp/
Properties
| Name | Type | Description |
|---|---|---|
| time_stamp | string | CSV column "Time Stamp"; observed example value: 07/26/2026 00:00 |
| time_zone | string | CSV column "Time Zone"; observed example value: EDT |
| name | string | CSV column "Name"; observed example value: CAPITL |
| ptid | integer | CSV column "PTID"; observed example value: 61757 |
| 10_min_spinning_reserve_usd_per_mwh | number | CSV column "10 Min Spinning Reserve ($/MWHr)"; observed example value: 7.00 |
| 10_min_non_synchronous_reserve_usd_per_mwh | number | CSV column "10 Min Non-Synchronous Reserve ($/MWHr)"; observed example value: 7.00 |
| 30_min_operating_reserve_usd_per_mwh | number | CSV column "30 Min Operating Reserve ($/MWHr)"; observed example value: 4.00 |
| nyca_regulation_capacity_usd_per_mwh | number | CSV column "NYCA Regulation Capacity ($/MWHr)"; observed example value: 11.00 |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/nyiso/refs/heads/main/json-schema/nyiso-damasp-schema.json",
"title": "NYISO Day-Ahead Ancillary Services Prices record",
"description": "Day-ahead market ancillary services clearing prices by zone. One object per row of NYISO MIS public archive CSV report P-5 (http://mis.nyiso.com/public/csv/damasp/<YYYYMMDD>damasp.csv). DERIVED by API Evangelist from the header row and observed values of a live file fetched on 2026-07-27; NYISO publishes no schema document for this report. Timestamps are rendered by NYISO as MM/DD/YYYY HH:MM[:SS] in Eastern time, not ISO-8601.",
"x-nyiso-report": "P-5",
"x-source-url": "http://mis.nyiso.com/public/csv/damasp/20260726damasp.csv",
"x-generated": "2026-07-27",
"x-method": "derived",
"type": "object",
"properties": {
"time_stamp": {
"type": "string",
"title": "Time Stamp",
"description": "CSV column \"Time Stamp\"; observed example value: 07/26/2026 00:00"
},
"time_zone": {
"type": "string",
"title": "Time Zone",
"description": "CSV column \"Time Zone\"; observed example value: EDT"
},
"name": {
"type": "string",
"title": "Name",
"description": "CSV column \"Name\"; observed example value: CAPITL"
},
"ptid": {
"type": "integer",
"title": "PTID",
"description": "CSV column \"PTID\"; observed example value: 61757"
},
"10_min_spinning_reserve_usd_per_mwh": {
"type": "number",
"title": "10 Min Spinning Reserve ($/MWHr)",
"description": "CSV column \"10 Min Spinning Reserve ($/MWHr)\"; observed example value: 7.00"
},
"10_min_non_synchronous_reserve_usd_per_mwh": {
"type": "number",
"title": "10 Min Non-Synchronous Reserve ($/MWHr)",
"description": "CSV column \"10 Min Non-Synchronous Reserve ($/MWHr)\"; observed example value: 7.00"
},
"30_min_operating_reserve_usd_per_mwh": {
"type": "number",
"title": "30 Min Operating Reserve ($/MWHr)",
"description": "CSV column \"30 Min Operating Reserve ($/MWHr)\"; observed example value: 4.00"
},
"nyca_regulation_capacity_usd_per_mwh": {
"type": "number",
"title": "NYCA Regulation Capacity ($/MWHr)",
"description": "CSV column \"NYCA Regulation Capacity ($/MWHr)\"; observed example value: 11.00"
}
},
"required": [
"time_stamp",
"time_zone",
"name",
"ptid",
"10_min_spinning_reserve_usd_per_mwh",
"10_min_non_synchronous_reserve_usd_per_mwh",
"30_min_operating_reserve_usd_per_mwh",
"nyca_regulation_capacity_usd_per_mwh"
],
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/nyiso-damasp"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.