eia_energy_consumption
Monthly US energy consumption by sector from EIA. Sectors: residential, commercial, industrial, transportation, total. Returns total energy consumed in BTU equivalents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Inclusive upper-bound period (ISO date or YYYY-MM). | |
| limit | No | Maximum rows to return (default 50, max 5000). | |
| start | No | Inclusive lower-bound period (ISO date or YYYY-MM depending on series cadence). | |
| state | No | Two-letter state code or 'US' for national rollup. Default 'US'. | |
| sector | No | Sector: 'total', 'residential', 'commercial', 'industrial', 'transportation'. Default 'total'. |