Nuclear
2 live feeds in the nuclear family. Each section gives the exact feed_id, the EIA route, the frequency, the data column you read, every facet filter (id, the value Claros uses, and what that filter means in the EIA catalog), the unit, and the decimals. To turn an on-chain integer into a human value, compute amount / 10^decimals.
Facet ids are the EIA filters. The “Means” column is taken from the dataset definition in the data catalog. Pick a feed by its feed_id and read it with the SDK or REST.
OUTAGE.US_PCT
U.S. Nuclear Outages: percentOutage (daily), filtered to none (whole-dataset series), in percent.
| Field | Value |
|---|---|
| Feed ID | EIA.NUC.OUTAGE.US_PCT.DAILY |
| EIA route | nuclear-outages/us-nuclear-outages |
| Dataset | U.S. Nuclear Outages |
| Frequency | daily |
| Data column | percentOutage |
| Unit | percent |
| Decimals | 4 |
Facets: none. This route exposes a single series, so no filter is required.
OUTAGE.US_CAPACITY
U.S. Nuclear Outages: capacity (daily), filtered to none (whole-dataset series), in MW.
| Field | Value |
|---|---|
| Feed ID | EIA.NUC.OUTAGE.US_CAPACITY.DAILY |
| EIA route | nuclear-outages/us-nuclear-outages |
| Dataset | U.S. Nuclear Outages |
| Frequency | daily |
| Data column | capacity |
| Unit | MW |
| Decimals | 3 |
Facets: none. This route exposes a single series, so no filter is required.