Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    The Psychological Reason You Rewatch The Same Show Instead Of Starting A New One

    August 31, 2026

    Kenny Omega Comments On AEW World Title Loss, Anime-Themed All In 2026 Entrance

    August 31, 2026

    Virtual Reality Feels Easier to Navigate When Headsets Show More of the Ground Below

    August 31, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Monday, August 31
    • Home
    • Comics
      • Comic Vibe News
    • Gaming
    • Movies
    • TV
    • Anime
    • Toys & Collectibles
    • Cosplay
    • Tech
    • Digital Culture
      • Creators & Fan Culture
      • Creator Economy & Fan-Driven Platforms
      • Digital Fandom & Online Communities
      • Metaverse & Virtual Worlds
      • NFTs & Digital Collectibles
      • Virtual Events & Online Conventions
      • Virtual Identity & Avatars
    • Shop
    Comic Vibe
    • Home
    • Contact Us
    • Terms & Conditions
    • Advertise With Us
    • DMCA Policy
    • Privacy Policy
    • About Us
    Home»Comic Vibe News»Zee Entertainment shares decline for fourth straight day, fall 10%
    Comic Vibe News

    Zee Entertainment shares decline for fourth straight day, fall 10%

    JamesBy JamesAugust 31, 20261 Comment5 Mins Read
    Facebook Twitter
    Zee Entertainment shares decline for fourth straight day, fall 10%
    Share
    Facebook Twitter

    Need Urgent Cash

    Last week, the NCLT approved a repayment plan submitted by Zee Group founder Subhash Chandra in his personal insolvency case
    Moneycontrol News
    August 31, 2026 / 11:17 IST
    Zee <a href="https://comicvibe.com/zee-entertainment-share-price-crashes-over-14-heres-why/” title=”Zee Entertainment share price crashes over 14%- Here's why”>Entertainment shares decline for fourth straight day, fall 10%
    `;
    let listLength = apiData.data.watchlist_data.length;
    if (apiData.data.predefinedcheck.allpredefined == true) {
    let msg = apiData.data.predefinedcheck.message;
    errorMessage(msg);
    } else if (listLength == 1) {
    submitWatchlistData(stockId, exChg, apiData.data.watchlist_data[0].watchlist_id, submitWatchlist, userVersion, ‘0’);
    } else {
    $(‘#watchlist_body’).html(watchlistHtml);
    $(‘#watchListPopup_2396’).css(‘display’, ‘flex’);
    $(‘.mc-modal’).addClass(‘success’);
    }
    }
    });
    }

    function submitWatchlistData(stockId, exChg, defWatch = ”, submitWatchlist, userVersion, modalvalue) {
    if (modalvalue == 1) {
    if ($(‘input[name=”UserWatchlist”]:checked’).length === 0) {
    $(‘.error-msg’).text(‘Please select the watchlist to add the Stock’);
    setTimeout(function () {
    $(‘.error-msg’).text(”);
    }, 3000);
    return false;
    }
    }
    $(“#watchListPopup_2396”).hide();
    let token = readCookie(“token-normal”);
    let selectedWatchlist = $(‘input[name=UserWatchlist]:checked’, ‘#userWatchlist’).val();
    if (defWatch != ”)
    selectedWatchlist = defWatch;
    let errorMsgText = (exChg == 1 || exChg == 2) ? “Contract” : “Stock”;
    if (selectedWatchlist == undefined) {
    $(“#errorMsg”).text(`Please select the watchlist to add the ${errorMsgText}`);
    setTimeout(function () {
    $(“#errorMsg”).text(”);
    }, 3000);
    } else {
    let postData = {};
    let reqType = ‘stock’;
    switch (exChg) {
    case ‘1’:
    reqType = ‘future’;
    let finalDate = $(“#finalDate”).attr(“data-val”);
    if (userVersion == 5) {
    finalDate = getV5dateFormat(finalDate);
    }
    postData = {
    “asset_id”: stockId,
    “exchange”: “N”,
    “instrument”: “FUTSTK”,
    “exp_date”: finalDate
    }
    break;
    case ‘2’:
    let finalPrice = $(“#optPrice”).text();
    let finalCall = $(“#callType”).text();
    let finalOptDate = $(“#optfinalDate”).attr(“data-val”);
    if (userVersion == 5) {
    finalOptDate = getV5dateFormat(finalOptDate);
    }
    reqType = ‘options’;
    postData = {
    “asset_id”: stockId,
    “exchange”: “N”,
    “instrument”: “OPTSTK”,
    “exp_date”: finalOptDate,
    “option_type”: finalCall,
    “strike_price”: finalPrice
    }
    break;
    case ‘3’:
    postData = {
    “asset_id”: stockId,
    “exchange”: “B”,
    }
    break;

    default:
    postData = {
    “asset_id”: stockId,
    “exchange”: “N”
    }
    break;
    }
    let postBody = {
    “section”: [
    {
    “type”: reqType,
    “assets”: [postData]
    }
    ],
    “watchlist_id”: selectedWatchlist,
    “other_page”: true,
    “transaction_source”: “web”,
    }
    $.ajax({
    url: submitWatchlist,
    method: “POST”,
    headers: {
    ‘auth-token’: token, ‘device-type’: ‘web’,
    ‘content-type’: ‘application/json’
    },
    data: JSON.stringify(postBody),
    beforeSend: function () {
    //$(“#watchlist_body”).html(“

    “);
    },
    success: function (apiData) {
    let apiRes = (typeof apiData == “string”) ? JSON.parse(apiData) : apiData;

    console.log(“apiRes”, apiRes);
    // $(“#watchListPopup_2396”).hide();
    if (apiRes.status_code == 1) {
    var stk_msg = apiRes.data.message;
    var modalContent = stk_msg;
    var modalStatus = ‘success’;
    $(‘.mc-modal-content’).text(modalContent);
    $(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
    $(‘.mc-modal’).addClass(modalStatus);
    hidemodal();
    } else {
    var wtch_msg = apiRes.error_message;
    var modalContent = wtch_msg;
    var modalStatus = ‘success’;
    $(‘.mc-modal-content’).text(modalContent);
    $(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
    $(‘.mc-modal’).addClass(modalStatus);
    hidemodal();
    }
    }
    });
    }
    }

    function hidemodal() {
    setTimeout(function () {
    $(‘.mc-modal-wrap’).hide();
    }, 5000);
    }

    function portfolio(articleId, stockId) {
    let label = stock_swot_analysis + “|” + stock_name_for[stockId] + “|Portfolio|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
    commonGA4event(“News Article Stock Widget”, label);
    if (readCookie(‘nnmc’)) {
    document.getElementById(‘form_add_to_portfolio_’ + articleId + ‘_’ + stockId).submit();
    } else {
    let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
    if (width > 980) {
    document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
    } else {
    window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/markets/zee-entertainment-shares-decline-for-fourth-straight-day-fall-10-14018770.html’;
    }
    }
    //pcSavePort(0, 1, stockId);
    }

    function pcSavePort(param, call_pg, dispId) {
    var adtxt = ”;

    if (readCookie(‘nnmc’)) {
    if (call_pg == “2”) {
    pass_sec = 2;
    } else {
    pass_sec = 1;
    }

    var postfolio_url = ‘https://www.moneycontrol.com/portfolio_new/add_stocks_multi.php?id=’ + dispId;
    window.open(postfolio_url, ‘_blank’);
    } else {
    AFTERLOGINCALLBACK = ‘pcSavePort(‘ + param + ‘, ‘ + call_pg + ‘, ‘ + dispId + ‘)’;
    console.log(‘Login…’);

    let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;

    if (width > 980) {
    document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
    } else {
    window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/markets/zee-entertainment-shares-decline-for-fourth-straight-day-fall-10-14018770.html’;
    }
    }
    }

    function getstockdata(charstr, article, stk) {
    let type_of_drop = (charstr == ‘N’) ? ‘NSE Live’ : ‘BSE Live’;
    let label = stock_swot_analysis + “|” + stock_name_for[stk] + “|” + type_of_drop + “|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
    commonGA4event(“News Article Stock Widget”, label);
    stockWidget(charstr, stk, article, stk.trim());
    }

    function morebtn(articleId, stockId) {
    let label = stock_swot_analysis + “|” + stock_name_for[stockId] + “|More|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
    commonGA4event(“News Article Stock Widget”, label);
    }

    function stock_red(articleId, stockId)
    {
    let label = stock_swot_analysis + “|Stock click|” + stock_name_for[stockId] + “|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
    commonGA4event(“News Article Stock Widget”, label);
    }

    Zee Entertainment Enterprises Ltd shares fell 10% on August 31, thus extending their decline to fourth straight session.

    At 11 am on August 31, the media company’s shares were trading 9.5% lower at Rs 91.87 apiece after hitting intraday low of Rs 86.9.

    Last week, the National Company Law Tribunal (NCLT) approved a repayment plan submitted by Zee Group founder Subhash Chandra in his personal insolvency case.

    Under the plan, creditors will recover Rs 6.5 crore against admitted claims of Rs 22,006.57 crore, implying a haircut of nearly 99.97%. Lenders such as Union Bank of India Ltd, Canara Bank and LIC Housing Finance Ltd have decided to challenge the NCLT decision.

    Moneycontrol News
    first published: Aug 31, 2026 11:17 am

    Discover the latest Business News, Sensex, and Nifty updates. Obtain Personal Finance insights, tax queries, and expert opinions on Moneycontrol or download the Moneycontrol App to stay updated!

    Watch

    `);
    }
    if(res.stay_updated){
    $(“.stay-updated-ajax”).html(res.stay_updated);
    }
    }catch(e){ console.log(e); }
    });
    },2000); // Reduced from 8s to 2s for better Core Web Vitals (LCP/UX)
    });

    J Jagannath

    decline Entertainment Fourth Shares Straight
    Share. Facebook Twitter
    Previous ArticleThe Witcher 4 physical edition confirmed by CDPR, even if PS5 discs go away
    Next Article ‘Hercules’ star Kevin Sorbo says California can keep its taxes, traffic and ‘negativity’: ‘I’m done’
    James

    Related Posts

    Nifty Media index tanks 4.5%; Zee Entertainment, Network18 plunge up to 14%

    August 31, 2026

    Irumudi Box Office Collections: Ravi Teja starrer has an outstanding 2nd weekend, Tops Rs. 150 Cr in India

    August 31, 2026

    Zee Entertainment share price crashes over 14%- Here’s why

    August 31, 2026

    New Doctor Who Comics Collection Launching in 2027

    August 31, 2026

    1 Comment

    1. Pingback: The Psychological Reason You Rewatch The Same Show Instead Of Starting A New One - Comic Vibe

    Leave A Reply Cancel Reply

    Our Picks

    The Psychological Reason You Rewatch The Same Show Instead Of Starting A New One

    August 31, 2026

    Kenny Omega Comments On AEW World Title Loss, Anime-Themed All In 2026 Entrance

    August 31, 2026

    Virtual Reality Feels Easier to Navigate When Headsets Show More of the Ground Below

    August 31, 2026

    Bonnie Blue Announces Birth of Her First Child: OnlyFans Creator Shares Major Personal News

    August 31, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Metaverse & Virtual Worlds

    Epic Games Raises an Epic Amount to Build the Metaverse

    By JamesJuly 9, 20260

    Epic Games, the company behind the wildly popular game Fortnite, is betting big on the metaverse. The studio raised $1 billion each from Sony and LEGO, with both investors trusting Epic Games to sprinkle some of its development magic dust on their metaverse plans.

    Nintendo Classics Roundup: April, May, and June 2026

    July 9, 2026

    What’s new to streaming this week? (July 10, 2026)

    July 9, 2026

    Christopher Nolan faces growing backlash over ‘Odyssey’ casting, historical accuracy as screenings canceled

    July 9, 2026

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Comic Vibe is a pop-culture destination created for fans who live and breathe comics, movies, anime, TV shows, gaming, tech, cosplay, and collectibles.

    Our mission is to deliver engaging news, reviews, features, guides, and opinions that celebrate geek culture in all its forms. From the latest comic releases and blockbuster films to anime trends, gaming updates, cutting-edge tech, and collector culture, Comic Vibe brings everything together in one vibrant hub.

    Our Picks

    The Psychological Reason You Rewatch The Same Show Instead Of Starting A New One

    August 31, 2026

    Kenny Omega Comments On AEW World Title Loss, Anime-Themed All In 2026 Entrance

    August 31, 2026

    Virtual Reality Feels Easier to Navigate When Headsets Show More of the Ground Below

    August 31, 2026

    Subscribe to Updates

    Get the latest comics, anime, movies, TV, gaming, cosplay, and pop culture news delivered directly to your inbox. No spam—just the stories every fan should know.

    Facebook X (Twitter) Instagram YouTube TikTok
    • Home
    • Contact Us
    • Terms & Conditions
    • Advertise With Us
    • DMCA Policy
    • Privacy Policy
    • About Us
    © 2026 Comic Vibe. Designed by Comic Vibe.

    Type above and press Enter to search. Press Esc to cancel.