eia_electricity_state
ActiveTool of io.github.blackboxfoundry/livedatalink
Monthly state-level electricity data from EIA. Filter by state (two-letter code or 'US' for national), sector (residential / commercial / industrial / transportation / all), and metric (price / sales / revenue / customers / generation). Default: US, all sectors, price.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"end": {
"type": "string",
"description": "Inclusive upper-bound period (ISO date or YYYY-MM)."
},
"limit": {
"type": "number",
"description": "Maximum rows to return (default 50, max 5000)."
},
"start": {
"type": "string",
"description": "Inclusive lower-bound period (ISO date or YYYY-MM depending on series cadence)."
},
"state": {
"type": "string",
"description": "Two-letter state code (e.g. 'TX', 'CA') or 'US' for national rollup. Default 'US'."
},
"metric": {
"enum": [
"price",
"sales",
"revenue",
"customers",
"generation"
],
"type": "string",
"description": "Metric: 'price', 'sales', 'revenue', 'customers', 'generation'. Default 'price'."
},
"sector": {
"type": "string",
"description": "Sector: 'all', 'residential', 'commercial', 'industrial', 'transportation'. Default 'all'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries