Baselight

Natural Gas Prices

Monthly and Daily prices of Natural gas, starting from January 1997

@kaggle.joebeachcapital_natural_gas_prices

Loading...
Loading...

About this Dataset

Natural Gas Prices

Dataset contains Monthly and Daily prices of Natural gas, starting from January 1997 to current year. Prices are in nominal dollars.

Time series of major Natural Gas Prices including US Henry Hub. Data comes from U.S. Energy Information Administration EIA

Tables

Daily

@kaggle.joebeachcapital_natural_gas_prices.daily
  • 65.13 KB
  • 5953 rows
  • 2 columns
Loading...

CREATE TABLE daily (
  "date" TIMESTAMP,
  "price" DOUBLE
);

Monthly

@kaggle.joebeachcapital_natural_gas_prices.monthly
  • 5.89 KB
  • 284 rows
  • 2 columns
Loading...

CREATE TABLE monthly (
  "month" TIMESTAMP,
  "price" DOUBLE
);

Share link

Anyone who has the link will be able to view this.