Oil derivatives prices rise globally in the second week of June

Oil derivatives prices rise globally in the second week of June
The average price of 90-octane gasoline in the second week of June rises by 5 per cent from $642 to $672 per tonne, according to the Ministry of Energy and Mineral Resources (Petra photo)

AMMAN — The prices of gasoline and kerosene rose in international markets during the second week of June compared with their prices in the first week of the same month, according to the weekly bulletin of the Ministry of Energy and Mineral Resources.

According to the bulletin as cited on Sunday by Al Mamlaka TV, the average price of 95-octane gasoline rose by 5 per cent from $662 to $693 per tonne, and 90-octane by 5 per cent from $642 to $672 per tonne.

Diesel rose by 5 per cent from $572 to $601 per tonne, and kerosene by 5 per cent from $601 to $629 per tonne.

The average price of fuel oil rose from $427 to $447 per tonne, marking a 4 per cent increase.

The average price of liquefied petroleum gas in June was $578 per tonne, compared with $595 per tonne last May, recording a decrease of 3 per cent.

The average price of Brent crude rose in the second week of June to $71 per barrel compared with $67 per barrel in the first week, marking an increase of 5 per cent.

.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'); }); }); });