Symbols / TTF_GAS

TTF_GAS

TTF Natural Gas Front-Month Price

European natural gas price (Netherlands TTF), monthly. Units: USD per million Btu. Source: IMF via FRED. For daily TTF use EEX/ICE direct feed.

Gas Active

Country

EU

EUR

Frequency

monthly

Update cadence

Category

Gas

Rate type

Access

REST API

JSON · CSV

What is TTF Natural Gas Front-Month Price (TTF_GAS)?

TTF Natural Gas Front-Month Price is a natural gas benchmark price — the market price for natural gas delivered at a specific hub or traded on a regulated exchange. Gas prices reflect the balance between supply (production, LNG imports, storage) and demand (heating, power generation, industrial use).

Natural gas prices are critical inputs for power generators, industrial consumers, utilities, and energy traders. They directly impact electricity spot prices, petrochemical margins, and LNG export valuations. Gas prices are highly seasonal and can spike dramatically during cold snaps or supply disruptions.

  • Published daily by exchanges (EEX) or government agencies (EIA)
  • TTF is the European gas benchmark (€/MWh)
  • Henry Hub is the North American gas benchmark (USD/MMBtu)
  • Closely correlated with electricity and LNG prices

Uses and Related Industries

Primary Industries

Power Generation: Gas-fired power plants use TTF and Henry Hub prices to optimize dispatch and hedge fuel costs.
Industrial Consumers: Chemical plants, steel mills, and glass manufacturers track gas prices to manage input cost exposure.
LNG Trade & Shipping: LNG cargo pricing and freight optimization relative to TTF and Henry Hub spreads.
Energy Retail & Utilities: Consumer tariff setting and portfolio optimization for gas retail suppliers.
Energy Trading & Hedge Funds: Spread trading between TTF and Henry Hub, seasonal storage plays, and volatility strategies.

Specific Applications

  • Gas-fired power plant dispatch optimization and fuel cost hedging
  • LNG cargo pricing and arbitrage between TTF and Henry Hub
  • Industrial energy budget forecasting and procurement strategy
  • Natural gas storage injection/withdrawal timing optimization
  • Gas price volatility monitoring and risk alert systems

API Usage Examples for TTF_GAS

Click each endpoint to see the request URL, parameters, and a sample response.

API Request

https://energy-api.com/api/v1/latest?api_key=YOUR_API_KEY&symbols=TTF_GAS

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Comma-separated symbol codes. E.g. TTF_GAS

Sample Response

{
    "success": true,
    "date": "2026-06-13",
    "rates": {
        "TTF_GAS": 50
    },
    "dates": {
        "TTF_GAS": "2026-06-13"
    }
}

API Request

https://energy-api.com/api/v1/historical?api_key=YOUR_API_KEY&symbols=TTF_GAS&date=2026-06-13

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Symbol code(s). E.g. TTF_GAS
date required Date in YYYY-MM-DD format.

Sample Response

{
    "success": true,
    "historical": true,
    "date": "2026-06-13",
    "rates": {
        "TTF_GAS": 50
    }
}

API Request

https://energy-api.com/api/v1/timeseries?api_key=YOUR_API_KEY&symbols=TTF_GAS&start=2026-05-21&end=2026-06-20

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Symbol code(s). E.g. TTF_GAS
start required Start date (YYYY-MM-DD). Query param name is start.
end required End date (YYYY-MM-DD). Query param name is end.

Sample Response

{
    "success": true,
    "symbols": [
        "TTF_GAS"
    ],
    "rates": {
        "2026-05-21": {
            "TTF_GAS": 50
        },
        "2026-06-20": {
            "TTF_GAS": 50
        }
    }
}

API Request

https://energy-api.com/api/v1/fluctuation?api_key=YOUR_API_KEY&symbols=TTF_GAS&start=2026-05-21&end=2026-06-20

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Symbol code(s). E.g. TTF_GAS
start required Start date (YYYY-MM-DD). Query param name is start.
end required End date (YYYY-MM-DD). Query param name is end.

Sample Response

{
    "success": true,
    "fluctuation": {
        "TTF_GAS": {
            "start_rate": 50,
            "end_rate": 50.12,
            "change": 0.12,
            "change_pct": 0.24
        }
    }
}

API Request

https://energy-api.com/api/v1/ohlc?api_key=YOUR_API_KEY&symbols=TTF_GAS&start=2026-05-21&end=2026-06-20&period=monthly

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Symbol code. E.g. TTF_GAS
start required Start date (YYYY-MM-DD).
end optional End date (YYYY-MM-DD). Defaults to today.
period optional Grouping: monthly (default), weekly, quarterly.

Sample Response

{
    "success": true,
    "symbol": "TTF_GAS",
    "period": "monthly",
    "ohlc": [
        {
            "period": "2026-05",
            "open": 50,
            "high": 50.25,
            "low": 49.9,
            "close": 50.12,
            "data_points": 21
        }
    ]
}
Replace YOUR_API_KEY with your key Get a free API key →

Factors Influencing TTF_GAS

Market Factors

  • Temperature forecasts and seasonal heating/cooling demand
  • Underground storage levels vs. seasonal norms
  • LNG supply: import terminal capacity and cargo availability
  • Pipeline flows and cross-border interconnector utilization

Technical Factors

  • Spread vs. coal (gas-to-coal switching incentive for power generators)
  • Options market open interest and implied volatility
  • Rolling front-month to next-month premium or discount (contango/backwardation)
  • Weather model revisions (ECMWF vs. GFS temperature forecasts)

External Factors

  • Russian pipeline gas supply disruptions or transit route changes
  • EU renewable energy output (wind/solar reduces gas-to-power demand)
  • Geopolitical events affecting LNG trade routes (Suez, Hormuz)
  • EU gas storage filling mandates and regulatory intervention

Symbol Details

Symbol
TTF_GAS
Category
Gas
Country
EU
Currency
EUR
Provider
fred
Frequency
monthly
Unit
percent

Access TTF_GAS via REST API

Get live and historical TTF Natural Gas Front-Month Price data in JSON format. One API, 50+ countries, normalized.

GET /api/latest?symbols=TTF_GAS