TTF Gas Price API: Dutch TTF JSON in EUR
A TTF gas price API returns the Dutch Title Transfer Facility benchmark as JSON in euro. On Energy-API the symbol is TTF_GAS. Call GET /api/v1/latest?symbols=TTF_GAS with query api_key. Do not pass base=USD when you need EUR — the published latest sample uses base: MIXED.
Starter is $19.99/mo (5,000 calls, 5 symbols per request) with a 7-day trial / 50 calls. There is no MCP on this product. Docs: energy-api.com/docs.
Request: latest TTF only
curl "https://energy-api.com/api/v1/latest?symbols=TTF_GAS&api_key=YOUR_API_KEY"
Response: extract from the official Latest fixture
{
"success": true,
"date": "2026-06-11",
"base": "MIXED",
"rates": { "TTF_GAS": 38.15 },
"dates": { "TTF_GAS": "2026-06-11" },
"currencies": { "TTF_GAS": "EUR" }
}
38.15 EUR on 2026-06-11 is the documentation print. UK ETS is not sourced on this API. Brent is a different symbol (BRENT_CRUDE family on the combined energy post) — this H1 is TTF only.
Use cases
- Power desk overlay. Store
rates.TTF_GASnext to your generation forecast; currency isEUR. - Invoice FX. If the customer bills in USD, convert after you have the EUR TTF print — do not ask this endpoint for
base=USDon TTF. - Alerting. Compare today’s live call to
dates.TTF_GASso you do not mix a stale symbol date with the envelopedate.
Other Energy-API paths (same key): /symbols, historical, timeseries, fluctuation, OHLC, electricity/hourly, PVPC, forecast, carbon-intensity, gas/coal/emissions.
Go live
1. Register — 7-day trial (50 calls).
2. Copy api_key.
3. GET symbols=TTF_GAS with no base=USD.
4. Display 38.15-style prints as EUR.
FAQ
Henry Hub?
GSC shows Henry Hub queries. This fixture is Dutch TTF in EUR. Do not invent a Henry Hub tick on Energy-API.
Ready to get started?
Get your API key and start querying energy commodity prices in minutes.
Get API KeyRelated posts
An energy price API returns BRENT_CRUDE and TTF_GAS as JSON. Energy-API GET /api/v1/latest uses api_key. Start...
Read more →
Unlock trading success with our Finance API insights. Learn to optimize P&L using real-time spread and basis a...
Read more →
Discover how to leverage Energy API for portfolio stress testing. Create shock scenarios and automated P&L rep...
Read more →
Streamline developer onboarding with Energy API by creating a sandbox environment for rapid prototyping. Disco...
Read more →
Discover how to effectively benchmark intraday trading algorithms using Finance API market feeds and synthetic...
Read more →