... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
29820 مقال 232 مصدر نشط 38 قناة مباشرة 7357 خبر اليوم
آخر تحديث: منذ ثانية

Moscow announces ‘neighbors first’ energy policy: Who is likely to get Russian oil and gas?

العالم
RT English
2026/03/25 - 15:26 501 مشاهدة

Global instability is forcing countries to rethink long-distance energy trade, Russian Energy Minister Sergey Tsivilev has said

Russia plans to prioritize energy exports to neighboring countries deemed less exposed to global disruptions, Energy Minister Sergey Tsivilev has said.

Recent US-Israeli strikes on Iran and Tehran’s response have shaken global oil and liquefied natural gas markets, disrupting supplies from the Persian Gulf and casting uncertainty over future production.

”The entire world will have to reevaluate supply chains and reassess risks,” Tsivilev told reporters on Wednesday. While Russia’s own exports have not been directly impacted by the Middle East crisis, the country will still adjust its strategy, he added.

“We will prioritize energy deliveries to our closest neighbors, with whom we share land borders and face fewer risks,” the minister said. “We will also reconsider the logistics of oil transportation.”

Read more
File photo: HP gas containers are seen at a depot in Kolkata , India.
India speeds up gas pipeline projects amid LPG shortages

Is Russia shifting from an ‘unreliable’ EU?

Russia has long favored stable, long-term energy contracts, particularly through pipeline infrastructure, which historically underpinned its gas exports to Western Europe – even during the Cold War.

The European Union, however, has pushed for spot-market pricing, arguing that flexibility outweighs the risks of volatility. This disagreement contributed to tensions even before the bloc declared it would phase out Russian oil and gas imports following the escalation of the Ukraine conflict in 2022.

Moscow has since labeled European buyers as unreliable and has been redirecting its long-term energy strategy toward Asian partners, especially neighboring China.

The recently struck deal with China for Russian natural gas through the Power of Siberia II pipeline has left former customers in the West at the back of the queue.

Read more
Russian President Vladimir Putin.
Putin reveals details of major Russia-China gas deal

Is it a bad time to snub Russian oil? 

Western countries backing Kiev have sought to curb Russia’s energy revenues, including through measures such as a price cap on its oil exports. Moscow has responded by rerouting shipments via what critics have claimed is a ‘shadow fleet’ of tankers.

Read more
File photo: A Boeing 787 aircraft belonging to the Biman Bangladesh Airlines prepares to take off at the Hazrat Shahjalal International Airport in Dhaka.
Bangladesh hikes jet fuel prices by 80%

Ukraine has also targeted Russian oil and gas infrastructure and vessels it suspected of carrying Russian hydrocarbons, including in international waters – which Moscow calls Western-enabled piracy.

In early March a Ukrainian naval drone attacked the Arctic Megagaz tanker in international waters in the Mediterranean Sea, causing a blast seen for miles and rendering the hulking carcass a danger to all shipping for weeks, before it was towed by Libya. 

The energy price shock caused by the US-Israeli war on Iran has prompted neutral nations that previously accommodated a Western political agenda to reconsider their approach.

Who will receive Russian oil?

India has recently played an order for 60 million barrels of Russian oil, reportedly at a $5-to-$15 premium over Brent crude.

Also on Tuesday, the Philippines, a traditional US ally, received its first shipment of Russian crude in years, local media reported. Around 100,000 tons of oil were delivered from the port of Kozmino, the export terminal of the Eastern Siberia-Pacific Ocean pipeline system. The fuel is intended for a refinery in Bataan province.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 53217; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 53217; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤