Provenance
PublisherCAISO OASIS
API basehttps://oasis.caiso.com/oasisapi
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (3)
queryOasis
readQuery a CAISO OASIS report by queryname and params.
Required paramsquerynameInput schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "queryname": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true }, "method": { "oneOf": [ { "type": "string", "enum": [ "POST" ] }, { "type": "string", "enum": [ "GET" ] } ] }, "body": {}, "expectBinary": { "type": "boolean" } }, "additionalProperties": false, "required": [ "queryname" ] }listReports
readList the supported CAISO OASIS reports.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": true }getLmpData
readGet CAISO locational marginal prices (LMPs).
Input schema
{ "type": "object", "properties": { "node": { "type": "string" }, "marketRunId": { "type": "string" }, "startdatetime": { "type": "string" }, "enddatetime": { "type": "string" }, "resultformat": { "oneOf": [ { "type": "number", "enum": [ 1 ] }, { "type": "number", "enum": [ 6 ] } ] }, "version": { "type": "number" }, "query": { "type": "object", "properties": {}, "additionalProperties": true }, "expectBinary": { "type": "boolean" } }, "additionalProperties": false }
