FY 2026-27 Verified Strict Guarded Residential V1 4 Gujarat DISCOMs

Gujarat Electricity Tariff API

Verified base-tariff calculations for Gujarat residential consumers across DGVCL, MGVCL, PGVCL and UGVCL. Current scope covers postpaid Domestic Urban and Domestic Rural tariffs for FY 2026-27.

Gujarat tariff examples 2026-27

The Gujarat FY 2026-27 API provides verified statewide tariff routing across 11 explicit licensees. Base-tariff coverage is licensee-specific and fail-closed where a rule is not verified.

DGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
MGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
PGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
UGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.

These examples are not a claim of exact utility-bill reproduction. Verified Base FPPAS and periodic FPPAS are applied only where the released source-backed scope resolves. Electricity duty and any unresolved components remain fail-closed; payable_complete may therefore be false.

Live Gujarat coverage

DGVCLDakshin Gujarat Vij Company
MGVCLMadhya Gujarat Vij Company
PGVCLPaschim Gujarat Vij Company
UGVCLUttar Gujarat Vij Company

Live: POST /v1/calculate · DOMESTIC_URBAN · DOMESTIC_RURAL · postpaid

Gujarat tariff examples 2026-27

The Gujarat FY 2026-27 API provides verified statewide tariff routing across 11 explicit licensees. Base-tariff coverage is licensee-specific and fail-closed where a rule is not verified.

DGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
MGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
PGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
UGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.

These examples are not a claim of exact utility-bill reproduction. Verified Base FPPAS and periodic FPPAS are applied only where the released source-backed scope resolves. Electricity duty and any unresolved components remain fail-closed; payable_complete may therefore be false.

What the API calculates

Current guarded scope: FPPAS, Time-of-Use adjustment, subsidy, electricity duty/taxes, prepaid tariff, BPL and Torrent Power are excluded. The API returns payable_complete:false where an exact utility payable bill cannot be reproduced.

Gujarat tariff examples 2026-27

The Gujarat FY 2026-27 API provides verified statewide tariff routing across 11 explicit licensees. Base-tariff coverage is licensee-specific and fail-closed where a rule is not verified.

DGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
MGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
PGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
UGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.

These examples are not a claim of exact utility-bill reproduction. Verified Base FPPAS and periodic FPPAS are applied only where the released source-backed scope resolves. Electricity duty and any unresolved components remain fail-closed; payable_complete may therefore be false.

Example API request

POST https://powerexpertindia.com/v1/calculate
X-API-Key: YOUR_API_KEY
Content-Type: application/json

{
  "state_code": "GJ",
  "licensee_code": "GJ_DGVCL",
  "subcategory_code": "DOMESTIC_URBAN",
  "energy_units": 150,
  "connected_load": 3,
  "load_unit": "kw",
  "billing_date": "2026-08-14",
  "meter_mode": "postpaid"
}

Verified example

{
  "status": "ok",
  "state_code": "GJ",
  "licensee_code": "GJ_DGVCL",
  "subcategory_code": "DOMESTIC_URBAN",
  "verification_tier": "verified_strict",
  "payable_complete": false,
  "calculation": {
    "energy_charge_paise": 53500,
    "fixed_charge_paise": 2500,
    "base_tariff_paise": 56000
  }
}

Gujarat tariff examples 2026-27

The Gujarat FY 2026-27 API provides verified statewide tariff routing across 11 explicit licensees. Base-tariff coverage is licensee-specific and fail-closed where a rule is not verified.

DGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
MGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
PGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
UGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.

These examples are not a claim of exact utility-bill reproduction. Verified Base FPPAS and periodic FPPAS are applied only where the released source-backed scope resolves. Electricity duty and any unresolved components remain fail-closed; payable_complete may therefore be false.

Use cases

Use the Gujarat tariff API for EV charging calculators, solar savings models, EPC quotations, consumer bill estimators and tariff intelligence platforms without maintaining tariff spreadsheets manually.

Request API Access Try EV Charging Calculator

Gujarat tariff examples 2026-27

The Gujarat FY 2026-27 API provides verified statewide tariff routing across 11 explicit licensees. Base-tariff coverage is licensee-specific and fail-closed where a rule is not verified.

DGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
MGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
PGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
UGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.

These examples are not a claim of exact utility-bill reproduction. Verified Base FPPAS and periodic FPPAS are applied only where the released source-backed scope resolves. Electricity duty and any unresolved components remain fail-closed; payable_complete may therefore be false.

Why guarded?

Electricity tariffs are more than one ₹/unit number. Monthly adjustments, applicability rules and billing context can change the payable amount. Power Expert India therefore exposes verified components and fails closed instead of silently guessing missing tariff components.

Power Expert India · Gujarat Electricity Tariff API · FY 2026-27 · 11 explicitly routed licensees

Gujarat tariff examples 2026-27

The Gujarat FY 2026-27 API provides verified statewide tariff routing across 11 explicit licensees. Base-tariff coverage is licensee-specific and fail-closed where a rule is not verified.

DGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
MGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
PGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.
UGVCL tariff exampleDomestic Urban · 150 units · 3 kW connected load → verified base tariff ₹560.00.

These examples are not a claim of exact utility-bill reproduction. Verified Base FPPAS and periodic FPPAS are applied only where the released source-backed scope resolves. Electricity duty and any unresolved components remain fail-closed; payable_complete may therefore be false.

Gujarat Electricity Tariff API FAQ

Which Gujarat DISCOMs are supported?

The Gujarat tariff API supports 11 explicitly routed FY 2026-27 licensees: DGVCL, MGVCL, PGVCL, UGVCL, Torrent Power Ahmedabad, Surat, Dahej and Dholera, MUL, GIFT PCL and AIVPL.

Which residential tariffs are available?

Verified postpaid Domestic Urban and Domestic Rural tariff calculation is available with slab-based energy charges and connected-load fixed charges.

Can I use this as a DGVCL tariff API?

Yes. Use licensee_code: GJ_DGVCL with the Gujarat calculate endpoint. Gujarat uses explicit licensee codes with no automatic fallback.

Does the API return the exact Gujarat electricity bill?

No. The current release is not a claim of exact utility-bill reproduction. Verified Base FPPAS and released periodic FPPAS are included where their source-backed scope resolves. Electricity duty and any other unresolved components remain fail-closed, so payable_complete:false may still be returned.

Which Gujarat electricity tariff should be used for solar, EV and EPC calculations?

For the currently released residential scope, developers can use the verified DGVCL, MGVCL, PGVCL or UGVCL Domestic Urban or Domestic Rural base tariff according to the consumer location and category. FPPAS, ToU, subsidy, duty/tax and other excluded components must not be assumed unless separately verified.

What can developers use the Gujarat tariff API for?

Typical use cases include solar savings calculators, EV charging cost calculators, EPC quotations, electricity bill estimation, tariff intelligence software and energy procurement applications.

Gujarat Electricity Tariff 2026-27 — Consumer Tariff Finder →