Time-based electricity tariff to go into effect Monday— EMRC

AMMAN — The Energy and Minerals Regulatory Commission (EMRC) has announced the commencement of time-based electricity tariffs, effective on Monday, for several sectors, including electric vehicle charging, telecommunications, medium and large industries, extractive industries, and water pumping ( optional).

Under the new system, electricity tariffs are segmented into three distinct periods: peak, partial peak, and off-peak, the Jordan News Agency, Petra, reported.

During peak hours (17:00 - 23:00), the extractive industry will be charged 226 fils/kWh, large industry 130 fils/kWh, medium industry 79 fils/kWh, and the telecommunications sector 152 fils/kWh.

Home electric vehicle charging will cost 160 fils/kWh, public charging stations without commission will be charged 133 fils/kWh, and optional water pumping will cost 106 fils/kWh.

During off-peak hours (05:00 - 14:00), the extractive industry will be charged 206 fils/kWh, large industry 110 fils/kWh, medium industry 59 fils/kWh, and the telecommunications sector 132 fils/kWh.

Home electric vehicle charging will cost 108 fils/kWh, public charging stations without commission will be charged 103 fils/kWh, and optional water pumping will cost 86 fils/kWh.

During partial peak hours (14:00 - 17:00 and 23:00 - 05:00), the extractive industry will be charged 216 fils/kWh, large industry 120 fils/kWh, medium industry 69 fils/kWh, and the telecommunications sector 142 fils/kWh.

Home electric vehicle charging will cost 118 fils/kWh, public charging stations without commission will be charged 113 fils/kWh, and optional water pumping will cost 96 fils/kWh.

The EMRC's new tariff structure is designed to encourage the transfer of electrical load to off-peak periods, where reduced rates are applied to encourage industrial sectors to capitalise on lower costs.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });