US electric utility identity master (EIA-861)
Utility identity, ownership category, state, NERC reliability region, service-territory states, and per-sector sales/customers/revenue for US electric utilities (U.S. EIA Form EIA-861). Reference/master data, updated annually - not operational grid data (see /grid) and not retail pricing (see /retail-price). Requires at least one of eiaid, state, ownership, q.
Query parameters
Exact EIA utility identification number. When set, other filters are ignored and at most one record is returned.
Exact EIA utility identification number. When set, other filters are ignored and at most one record is returned.
2-letter US state code, exact match.
2-letter US state code, exact match.
Ownership category, case-insensitive substring match (Investor Owned, Cooperative, Municipal, State, Federal, Political Subdivision, ...).
Ownership category, case-insensitive substring match (Investor Owned, Cooperative, Municipal, State, Federal, Political Subdivision, ...).
Utility name, case-insensitive substring match.
Utility name, case-insensitive substring match.
Maximum utilities returned (ignored when eiaid is set). Capped at 500.
Maximum utilities returned (ignored when eiaid is set). Capped at 500.
Response
Successful Response
Example response
{
"data": {
"query": "eiaid=17609",
"utilities": [
{
"eiaid": 17609,
"name": "Southern California Edison Co",
"ownership": "Investor Owned",
"state": "CA",
"nerc_region": "WECC"
}
],
"attribution": {
"sources": [
{
"registry_key": "eia/rto",
"source_name": "EIA",
"licence": "public-domain",
"citation": "U.S. Energy Information Administration, Hourly Electric Grid Monitor (Form EIA-930)",
"disclaimer": "Operational electric-grid data; preliminary and subject to revision."
}
],
"effective_reexport": "allowed"
},
"disclaimer": "Utility identity, ownership, and service-territory reference data; verify before relying on it operationally."
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}Changes
Changed in 2 of the 21 revisions of this API.13
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the429statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the503statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the401statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the429statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the503statusresponse-optional-property-added
- ○
added the optional property
planto the response with the401statusresponse-optional-property-added
- ○
added the optional property
planto the response with the429statusresponse-optional-property-added
- ○
added the optional property
planto the response with the503statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the401statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the429statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the503statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○