UK energy tariffs (import and export)
get_uk_energy_tariffsUse this when a user asks what a UK domestic electricity or gas tariff costs, wants to compare suppliers, or needs unit rates (p/kWh), standing charges (p/day), off-peak windows, exit fees or export (SEG) rates. Covers standard variable, fixed, time-of-use, Economy 7, tracker, Agile, heat pump and export tariffs from Octopus Energy and other GB suppliers. Filter by region (GSP letter), tariff type, supplier slug or fuel. Every row carries source_url and verified_at; quote them. Not for public EV charging prices (use get_ev_charging_prices) or the Ofgem cap (use get_ofgem_price_cap).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuel | No | ||
| type | No | Tariff type. ev_tou = cheap overnight EV tariffs; smart_tou = other time-of-use; export = SEG export tariffs. | |
| limit | No | ||
| region | No | GB electricity region: GSP group letter A to P (no I or O), or GB for the national average. Omit to get every region. | |
| supplier | No | Supplier slug, e.g. octopus-energy, edf, eon-next, british-gas, ovo-energy, scottishpower. | |
| payment_method | No | ||
| include_unverified | No | Also return rows we have not verified against a primary source. Default false. |