Bulk DPDC Bill Calculator

Instantly calculate your DPDC electricity bill based on the official tiered unit pricing. Enter your total units (one per line for bulk calculation) and get the total bill for each entry.

Results

Waiting for your input...

Instructions

  1. Enter your total electricity units consumed (e.g., 150).
  2. You can enter multiple unit values, one per line, for bulk calculation.
  3. Click "Calculate" to see the bill for each entry, based on DPDC's tiered pricing.
  4. Example:
  5. Input: 50 150 250 350 500
  6. Output: 50 units: 263.00 tk 150 units: 1,007.00 tk 250 units: 1,727.50 tk 350 units: 2,529.50 tk 500 units: 4,429.00 tk

Frequently Asked Questions (FAQs)

How does the tiered pricing work?

DPDC uses a slab system. Each slab has a different per-unit cost. Your bill is calculated by applying each rate to the units in that slab.

What are the current DPDC unit rates?

0-75 units: 5.26 tk/unit, 76-200 units: 7.20 tk/unit, 201-300 units: 7.59 tk/unit, 301-400 units: 8.02 tk/unit, 401-600 units: 12.67 tk/unit.

Can I calculate bills for multiple unit values at once?

Yes, enter each unit value on a new line. The tool will calculate the bill for each entry.

Does this include VAT, demand charge, or other fees?

No, this tool only calculates the base bill using the official per-unit rates. Additional charges may apply in your actual bill.

API Usage

Endpoint

POST /tools/bulk-dpdc-bill-calculator/api/

Request Body json { "units": "150\n250\n500" }

Response

json { "result": "150 units: 1,007.00 tk\n250 units: 1,727.50 tk\n500 units: 4,429.00 tk" }