https://github.com/datasets/natural-gas
Natural Gas Prices including Henry Hub
https://github.com/datasets/natural-gas
Last synced: about 1 year ago
JSON representation
Natural Gas Prices including Henry Hub
- Host: GitHub
- URL: https://github.com/datasets/natural-gas
- Owner: datasets
- Created: 2015-02-08T22:10:11.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T01:49:40.000Z (about 1 year ago)
- Last Synced: 2025-04-12T02:37:33.130Z (about 1 year ago)
- Language: Python
- Homepage: https://datahub.io/core/natural-gas
- Size: 274 KB
- Stars: 27
- Watchers: 10
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Time series of major Natural Gas Prices including US Henry Hub. Data comes from U.S. Energy Information Administration [EIA](http://www.eia.gov/)
## Data
Dataset contains Monthly and Daily prices of Natural gas, starting from January 1997 to current year. Prices are in nominal dollars.
## Preparation
You will need Python 3.6 or greater and dataflows library to run the script
To update the data run the process script locally:
```
# Install dataflows
pip install dataflows
# Run the script
python natural_gas_flow.py
```
## License
* Public domain and use of EIA content
U.S. government publications are in the public domain and are not subject to copyright protection. One may use and/or distribute any of data,
files, databases, reports, graphs, charts, and other information products that are on website.
For more information please visit: [Copyrights and Reuse](http://www.eia.gov/about/copyrights_reuse.cfm)