US Natural Gas Prices
finance.eia.natural_gasRetrieve natural gas prices by US state for residential, commercial, and industrial sectors. Filter by state code, frequency (monthly/annual), date range, and number of observations to analyze historical price trends from EIA public data.
Instructions
Natural gas residential/commercial/industrial prices by US state. EIA public domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional 2-letter US state code. | |
| frequency | No | Time frequency (default "monthly"). | |
| length | No | Number of recent observations (default 24, max 500). | |
| start | No | Earliest period. | |
| end | No | Latest period. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |