European gas benchmark data

Dutch TTF price API

Pull the Dutch Title Transfer Facility price — the benchmark European gas contracts and power models reference — into models, dashboards, spreadsheets, and internal applications through one REST API. Quoted in EUR per MWh, with a USD conversion series on every plan.

TTF benchmark code
DUTCH_TTF_EUR
€58.72per MWh
Latest available point as of Jul 21, 2026

Scope and fit

Use this when you need TTF price inputs in an application, model, or internal workflow. It is a normalized REST price feed with source timestamps — not an exchange terminal, an official price-reporting-agency assessment file, or a settlement system.

TTF and related codes

Request series by code from the standard prices endpoint. TTF pairs naturally with UK NBP and JKM for European hub spreads and the Europe-Asia LNG arbitrage.

SeriesAPI codeUnitAvailability
Dutch TTF gas benchmarkDUTCH_TTF_EUREUR per MWhAll plans
Dutch TTF gas (USD conversion)DUTCH_TTF_NATURAL_GAS_USDUSD per MWhAll plans
UK NBP gas (for TTF-NBP spread)NATURAL_GAS_GBPGBp per thermAll plans
JKM LNG (for TTF-JKM arbitrage)JKM_LNG_USDUSD per MMBtuAll plans

Make a call

The same token-based pattern works for every code on this page. The example below requests the latest TTF value in EUR per MWh.

curl -H "Authorization: Token YOUR_API_KEY" \
  "https://api.oilpriceapi.com/v1/prices/latest?by_code=DUTCH_TTF_EUR"

Need this data in your app?

GET /v1/prices/latest?by_code=DUTCH_TTF_EUR €58.72
Free API Key

Frequently asked questions

Does OilPriceAPI have a Dutch TTF price API?

Yes. The Dutch Title Transfer Facility benchmark is available through the standard prices endpoint as DUTCH_TTF_EUR, quoted in EUR per MWh. Request it with GET /v1/prices/latest?by_code=DUTCH_TTF_EUR. A USD-converted series is available as DUTCH_TTF_NATURAL_GAS_USD.

What does the TTF price represent?

TTF (Title Transfer Facility) is the Dutch virtual gas trading hub and the de facto benchmark for European natural gas. Most European gas contracts, LNG import economics, and power-price models reference the TTF price.

How fresh is the TTF data?

The TTF series follows a business-day market cadence, so weekend and holiday values reflect the most recent session. Every response includes the latest source timestamp; read it to confirm the point is current enough for your workflow.

Can I compare TTF against UK or Asian gas prices?

Yes. UK NBP gas is available as NATURAL_GAS_GBP (GBp per therm) and Asian LNG as JKM_LNG_USD (USD per MMBtu) from the same prices endpoint. Mind the units when computing spreads: TTF is quoted per MWh, NBP per therm, and JKM per MMBtu, so convert to a common basis before differencing.

Is historical TTF data available?

Yes. The same code works against the historical prices endpoints, so you can pull past TTF values for backtests, seasonality analysis, and storage models using your existing API key.

Is this an exchange terminal or official assessment feed?

No. OilPriceAPI is a normalized REST price feed for applications, dashboards, spreadsheets, and internal models. It is not an exchange terminal, an official price-reporting-agency assessment file, or a settlement system.