क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

Petrol Diesel Price: पेट्रोल-डीजल महंगा, जानें नए रेट

On: अप्रैल 1, 2026 3:28 अपराह्न
Follow Us:
petrol diesel price: पेट्रोल डीजल महंगा, जानें नए रेट
---Advertisement---

Petrol Diesel Price : इंडियन ऑयल कॉरपोरेशन (IOCL) ने प्रीमियम ईंधन की कीमतों में बड़ा इजाफा किया है, जिससे हाई-परफॉर्मेंस वाहनों का उपयोग करने वाले लोगों पर सीधा असर पड़ा है। नई दरों के अनुसार, दिल्ली में 100 ऑक्टेन पेट्रोल (XP100) की कीमत 149 रुपये से बढ़ाकर 160 रुपये प्रति लीटर कर दी गई है। यानी इसमें 11 रुपये प्रति लीटर की बढ़ोतरी हुई है। वहीं प्रीमियम डीजल ‘एक्स्ट्रा ग्रीन’ की कीमत भी 91.49 रुपये से बढ़कर 92.99 रुपये प्रति लीटर हो गई है। (पेट्रोल डीजल कीमत). यह नई कीमतें इंडियन ऑयल के सभी अधिकृत पेट्रोल पंपों पर लागू कर दी गई हैं। बताया जा रहा है कि वैश्विक कच्चे तेल की कीमतों, रिफाइनिंग लागत और बाजार की मांग को ध्यान में रखते हुए यह बढ़ोतरी की गई है। (Premium Petrol Price Hike). XP100 जैसे हाई-ऑक्टेन पेट्रोल का उपयोग मुख्य रूप से लग्जरी और हाई-परफॉर्मेंस वाहनों में किया जाता है, इसलिए इसका असर सीमित वर्ग पर अधिक पड़ेगा। हालांकि विशेषज्ञों का मानना है कि प्रीमियम ईंधन के दाम में बढ़ोतरी भविष्य में सामान्य पेट्रोल और डीजल की कीमतों में भी वृद्धि का संकेत हो सकती है। (Petrol Diesel Rate Today). फिलहाल आम पेट्रोल और डीजल की कीमतों में कोई बदलाव नहीं किया गया है, लेकिन उपभोक्ताओं के बीच ईंधन की बढ़ती कीमतों को लेकर चिंता बढ़ गई है।. Petrol Diesel Price: पेट्रोल-डीजल की कीमतों में बढ़ोतरी, जानें नए रेट

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

CG Weather Update: छत्तीसगढ़ में 5 दिन अंधड़-बारिश का अलर्ट, 50KM की रफ्तार से चलेंगी हवाएं

red and white modern breaking news youtube thumbnail

Raipur News: रायपुर के सेंट पॉल स्कूल में सामुदायिक भवन पर चला बुलडोजर, भारी पुलिस बल तैनात

red and white modern breaking news youtube thumbnail

बॉबी देओल से पूछा गया- ‘इंडियाज गॉट लेटेंट’ में जाएंगे?:बोले- ये कौन-सा शो है, मुझे इसके बारे में पता नहीं है

red and white modern breaking news youtube thumbnail

वर्ल्ड अपडेट्स:उत्तरी कैलिफोर्निया की लाइब्रेरी में गोलीबारी, 2 की मौत; संदिग्ध गिरफ्तार

red and white modern breaking news youtube thumbnail

भरत एनकाउंटर पर अनिरुद्धाचार्य बोले-सरकार को जनता पापी कहेगी:शरण में आए व्यक्ति को मारना पाप है; पुलिस वाले रामचरितमानस पढ़ें

red and white modern breaking news youtube thumbnail

केंद्रीय मंत्री जॉर्ज कुरियन का इस्तीफा:21 जून को राज्यसभा कार्यकाल खत्म हुआ था; भाजपा ने दोबारा उम्मीदवार नहीं बनाया

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });