Tariffscanner

We aggregates and analyse real-time UK energy tariffs.
Helping you compare, monitor, and act faster with trusted, up-to-date data.

View API Docs
Book a Meeting

Why TariffScanner?

Built for the Entire Energy Ecosystem

Whether you're pricing tariffs, monitoring the market, or building quote engines
— TariffScanner brings real-time, nationwide visibility —

Pricing & Trading Team
  • Spot regional trends and underpriced competitors
  • React fast with daily-updated pricing intelligence
Switching Platforms
  • Feed accurate quotes to your platform in real-time
  • Power Time-of-Use and multi-rate product searches
Regulators & Analysts
  • Monitor pricing behaviours and supplier fairness
  • Audit affordability and analyse nationwide trends
What You Get

Access every UK tariff, updated daily — with advanced filters and easy API access.

All domestic and business tariffs
Fixed, Variable, ToU, Multi-rate
Daily updates, all suppliers and DNOs
Rich metadata: product codes, charges, terms

Built for Developers

Here’s how easy it is to integrate:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
27
28
29
30
import requests  

# Authenticate
token = requests.post(
   
"https://api.tariffscan.futureenergy.associates/authentication/token",    
    data={
             
"username": "USERNAME",
             
"password": "PASSWORD"
               }
)  

# Query tariffs
response = requests.post(
"https://api.tariffscan.futureenergy.associates/general/get_domestic_product",
     params={
             
"tariff_type": "variable",
             
"dno_region_id": 1,
             
"active": True
      },
      headers={
           
 "Authorization": f"Bearer {token.json()['access_token']}"
      }
)
 
data = response.json()

Let’s Talk Energy Data

Want to explore the API live or talk to our team? 

Let’s make smarter energy decisions, together.