Saudi Arabia, Russia express unity ahead of OPEC+ summit

Saudi Minister of Energy Abdulaziz Bin Salman (right) is photo with his Russian counterpart Alexander Novak as they arrrive for a meeting of the Saudi-Russian Joint Committee, on Saturday (AFP photo)

RIYADH — Saudi Arabia and Russia on Saturday said they backed each other ahead of a key OPEC+ oil summit, following a tumultuous year of differences over oil production and volatile prices.

Earlier this month, the 13-member Organisation of the Petroleum Exporting Countries (OPEC), plus allies including Russia — a group known as OPEC+ — said that from January 2021 they would raise production by 500,000 barrels per day.

Saudi Arabia’s Oil Minister Prince Abdulaziz Bin Salman said the OPEC+ cooperation charter had brought the group together, producing "good results".

"That's why it should be perpetuated," he told reporters in a broadcast on state-run Al Ekhbariya TV.

Russian Deputy Prime Minister Alexander Novak said Moscow "once again confirmed our loyalty" to existing agreements.

"We plan to work together in order to achieve a balanced situation... and to propose solutions aimed at stabilising the market," Novak said.

OPEC+ will hold an online summit on January 4, while Riyadh and Moscow are due to hold talks in March, a meeting hoped to be "in person", Prince Abdulaziz said.

At the start of the year, a price war had pitted Saudi Arabia against Russia, the third and second largest oil producers respectively, as the oil market was hit hard by the COVID-19 pandemic.

But faced with Moscow's refusal to reduce production in line with OPEC cuts, Riyadh had sharply increased its own, causing prices to plummet.

Earlier this month, the OPEC+ group struck a deal to increase production over coming months.

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