Libya says oil production up at 300,000 bpd

TRIPOLI — Crude production in oil-rich but conflict-ridden Libya is now more than 300,000 barrels per day since a new terminal opened in the east, the Libyan News Agency (LANA) announced on Tuesday.

It cited a spokesman for the National Oil Corporation (NOC) as saying that with Friday's reopening of Al Hariga terminal near Tobruk in the east, "production today has passed the 300,000 bpd mark".

NOC officials were not immediately available to confirm this, but the corporation's website said on Friday exports from Al Hariga had resumed with the departure of the tanker Seachance, loaded with 660,000 barrels of crude.

The specialised Marine Traffic website said the Malta-flagged vessel departed Al Hariga on May 20, bound for the French port of Fos-sur-Mer.

LANA said on Tuesday the North African nation's production could soon reach 360,000 bpd.

Oil is Libya's main natural resource, with reserves estimated at 48 billion barrels, the largest in Africa.

Libya had an output capacity of about 1.5 million bpd before the 2011 revolt, accounting for more than 95 per cent of exports and 75 per cent of the budget.

But production later slumped amid violence as rival militias battled for control of oil terminals.

The new UN-backed Government of National Accord (GNA) last month secured the backing of the Tripoli-based National Oil Corporation as GNA seeks to assert its control over the country.

The GNA plans to focus on the country's key oil sector after the country's economy was hard-hit in the wake of the 2011 uprising.

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