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

---Advertisement---

सेंसेक्स में 200 अंक की गिरावट:74,100 पर कारोबार कर रहा, निफ्टी भी 50 अंक टूटा; IT और मेटल शेयर्स में ज्यादा बिकवाली

On: जून 4, 2026 9:31 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

शेयर बाजार में आज यानी 4 जून को गिरावट है। सेंसेक्स 200 अंक की गिरावट के साथ 346,100 पर कारोबार कर रहा है। निफ्टी में भी 50 अंक से ज्यादा की गिरावट है, ये 23,350 के स्तर पर आ गया है। आज IT और मेटल शेयर्स में ज्यादा बिकवाली है। एशियाई बाजारों में भी आज गिरावट कल अमेरिकी बाजारों में गिरावट रही विदेशी निवेशकों ने कल 5,617 करोड़ के शेयर बेचे कल बाजार में रही थी गिरावट इससे पहले कल यानी 3 जून को शेयर बाजार में गिरावट रही थी। सेंसेक्स 303 अंक की गिरावट के साथ 74,346 पर बंद हुआ था। निफ्टी में भी 77 अंकों की गिरावट रही, ये 23,405 पर बंद हुआ था।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

ग्रैंड स्लैम इतिहास में पहली बार 2 इटालियन में सेमीफाइनल:फ्रेंच ओपन में कोबोली-अर्नाल्डी के बीच मुकाबला; ज्वेरेव-मेंसिक भी टॉप-4 में

red and white modern breaking news youtube thumbnail

भारत को बड़ा झटका! : अफगानिस्तान के खिलाफ वनडे सीरीज से क्यों बाहर हुए विराट कोहली? रोहित-हार्दिक भी हैं अनफिट

red and white modern breaking news youtube thumbnail

2008 चैंपियंस लीग रद्द करने की कीमत चुकानी पड़ी? : ललित मोदी बोले- मर्डोक मेरे दुश्मन बन गए; सुनाई पूरी कहानी

red and white modern breaking news youtube thumbnail

ललित मोदी बोले- मैं भगोड़ा नहीं, पूरी दुनिया घूम रहा:भारत सरकार की पहुंच बहुत लंबी, आप उनसे पंगा नहीं ले सकते

red and white modern breaking news youtube thumbnail

रणवीर सिंह का सपोर्ट कर फंसे राम गोपाल वर्मा:कहा- FWICE बैन करो, रणवीर को नहीं, फेडरेशन ने 1.25 करोड़ बकाया याद दिलाया; माफी की मांग

red and white modern breaking news youtube thumbnail

मुकेश अंबानी से आगे निकले टिकटॉक के सह-संस्थापक:यिमिंग एशिया के दूसरे सबसे अमीर व्यक्ति बने, अंबानी तीसरे नंबर पर खिसके

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!"); } });