Close Menu

    Subscribe to Updates

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

    What's Hot

    Artist gives Disney’s most beloved characters a modern twist to talk about current issues

    August 3, 2026

    Sports Entertainment Group (ASX:SEG) Falls 8.96% Today: The Market Just Sent a Loud Message

    August 3, 2026

    Nick Jonas Movies and TV Shows

    August 3, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Monday, August 3
    • 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 fall 10% as SEBI bars Subhash Chandra, Punit Goenka from securities market for 1 year
    Comic Vibe News

    Zee Entertainment shares fall 10% as SEBI bars Subhash Chandra, Punit Goenka from securities market for 1 year

    JamesBy JamesAugust 3, 2026No Comments8 Mins Read
    Facebook Twitter
    Zee Entertainment shares fall 10% as SEBI bars Subhash Chandra, Punit Goenka from securities market for 1 year
    Share
    Facebook Twitter

    Personal Loan Offers

    Sebi banned ZEEL from the securities market for two months and its top executives for one year due to an unauthorised pledge of the company’s land in Hyderabad to secure loans taken by promoter-linked Essel group entities
    Moneycontrol News
    August 03, 2026 / 11:25 IST
    Zee Entertainment shares fall 10% as SEBI bars Subhash Chandra, Punit Goenka from securities market for 1 year

    • ZEEL shares fell 10% after Sebi ban.
    • Sebi banned ZEEL, Chandra, Goenka from market.
    • Ban due to unauthorized land pledge for Essel loans.

    Did our AI summary help?

    Liked this AI Summary?


    `;
    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-fall-10-as-sebi-bars-subhash-chandra-punit-goenka-from-securities-market-for-1-year-13991861.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-fall-10-as-sebi-bars-subhash-chandra-punit-goenka-from-securities-market-for-1-year-13991861.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 (ZEEL) shares fell 10% on August 3 after Sebi prohibited the company from the securities market for two months and its Chairman Emeritus Subhash Chandra and MD & CEO Punit Goenka for one year over unauthorised pledge of the company’s Hyderabad land to secure loans availed by promoter-linked Essel Group entities.

    Additionally, the regulator imposed a total penalty of Rs 1.48 crore on them, according to a 150-page final order passed late on Friday.

    Individually, the regulator imposed penalties of Rs 30 lakh on ZEEL, Rs 60 lakh on Chandra, and Rs 58 lakh on Goenka.

    At 11:25 am on August 3, ZEEL shares were trading 10.3% lower at Rs 102.69 apiece.

    The case relates to the execution of a Deposit and Declaration Agreement (D&A) on December 27, 2018, under which the original title deeds of ZEEL’s Hyderabad property were handed over to Indiabulls Housing Finance Ltd (IHFL) as security for loans taken by Essel Home and other borrowing entities linked to the Essel Group.

    Sebi noted that the deployment of ZEEL’s property constituted a related-party transaction and the company failed to obtain prior approval from its audit committee, thereby violating LODR (Listing Obligations and Disclosure Requirements) regulations.

    The regulator further observed that ZEEL failed to make necessary disclosures in its financial statements despite Goenka and Chandra having knowledge that the Hyderabad land had been deployed as security and the title deeds remained with the lender until June 2020.

    In its findings against Chandra, Sebi said he misused his position as chairman by handing over the original title deeds of ZEEL’s Hyderabad property to IHFL after falsely representing that the action had the approval of ZEEL’s management.

    “Noticee No.3 being the chairman of ZEEL, misused his position and authority in ZEEL and handed over the original title deeds of the asset (Hyderabad Land) of ZEEL to IHFL by falsely declaring that the said action had the approval of the management of ZEEL. Through such actions, the noticee put the material asset of ZEEL at risk for his personal benefit,” Sebi said in its order.

    It further said the true nature of the transaction was never disclosed and was instead portrayed as a case of misplaced documents, despite becoming the subject of litigation and arbitration.

    According to Sebi, Chandra failed to act in good faith, exercise due diligence and safeguard interests of ZEEL and its shareholders, amounting to abuse of his position and authority.

    Sebi directed ZEEL, Chandra, and Goenka to pay the penalties within 45 days. The order came into force with immediate effect.

    ZEEL said the company is evaluating the Securities and Exchange Board of India’s order barring the company and its Managing Director and Chief Executive Officer Punit Goenka and Chairman Emeritus Subhash Chandra from the market. Zee Entertainment is evaluating the contents and impact of the order and is exploring relevant options, the company said in an exchange filing.

    With inputs from PTI
    Moneycontrol News
    first published: Aug 3, 2026 11:25 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

    Trending news

    'I have no respect': CEO who distributed Rs 237 crore in bonuses fired employee for shaming his mother

    ‘I have no respect’: CEO who distributed Rs 237 crore in bonuses fired employee for shaming his mother

    • Zoho founder Sridhar Vembu rejects Gen Z stereotypes: ‘Age-based labels aren’t meaningful’
    • ‘Consistency beats intensity’: Hyderabad techie bags Rs 1.4 crore job offer from Amazon in UK
    • Man quits Rs 11 LPA Bengaluru job, now earns Rs 28 lakh a year. Friend reveals his business model
    • Viral video shows Pakistani Ranger saluting Indian Army officer at Attari-Wagah border. Watch
    • R Madhavan bought 40 feet Yacht after shifting to Dubai: “I am not at all ashamed, it’s the most expensive purchase of my life”
    • Kangana Ranaut takes a dig at Bollywood actress over her styling: ‘I never body shame anyone but she dresses and speaks like a pocket maar…’
    • ‘Rs 15 crore worth Bitcoin gone in 7 minutes’: Coldcard wallet hack victims recount losing lifetime investments
    • Engineering graduate turned down a Rs 5 lakh job for her daughter, now her juice business earns Rs 50 lakh a year
    • How moving your WiFi router away from the TV can boost signal and speed by up to 30 percent
    • Motorola G77 Power review: Lives up to the endurance claims
    • Sawan fast 2026: 6 energy drinks you can have to keep active through the day
    • Fasting this Sawan? 7 protein-rich foods to add to your diet for weight loss
    • Double Sky Show! 2 meteor showers to peak together on July 30—How to watch this spectacular event?
    • Quote of the Day by Pablo Picasso: “The meaning of life is to find your gift. The purpose of life is to give it…” – Timeless lessons on purpose, creativity and leaving a lasting legacy

    `);
    }
    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

    Bars Entertainment Fall SEBI Shares
    Share. Facebook Twitter
    Previous ArticleWonder Man Boss Sets the Record Straight on New Movie & Why Show Was Canceled
    Next Article ‘Spider-Man: Brand New Day’ crosses
    James

    Related Posts

    Sports Entertainment Group (ASX:SEG) Falls 8.96% Today: The Market Just Sent a Loud Message

    August 3, 2026

    Kunal Kamra moves Bengaluru shows from Whitefield to Koramangala after Hindutva group seeks cancellation

    August 3, 2026

    Hidden Gems: Meet Enrique Munoz of Comic Hero University

    August 3, 2026

    Seventeen’s Dino to debut alter ego ‘Picheolin’

    August 3, 2026
    Leave A Reply Cancel Reply

    Our Picks

    Artist gives Disney’s most beloved characters a modern twist to talk about current issues

    August 3, 2026

    Sports Entertainment Group (ASX:SEG) Falls 8.96% Today: The Market Just Sent a Loud Message

    August 3, 2026

    Nick Jonas Movies and TV Shows

    August 3, 2026

    Xbox gamers in Europe and the UK face steep new console price increases

    August 3, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Movies

    5 Controversial Power Rangers Episodes That Were Banned or Censored (& Why)

    By JamesJuly 5, 20260

    Power Rangers was a fixture of TV for over 30 years, but that doesn’t mean it didn’t have its share of issues and challenges making that happen. Over the years, the franchise has had to make any number of adjustments and changes due to current events, public outcry, or the more adult nature of some…

    All the Must

    July 5, 2026

    Emperor Aquaman #19 Preview: Atlantis’s Most Wanted Roundup

    July 5, 2026

    The 10 Most Influential Video Games of All Time (And How They Changed Everything)

    July 5, 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

    Artist gives Disney’s most beloved characters a modern twist to talk about current issues

    August 3, 2026

    Sports Entertainment Group (ASX:SEG) Falls 8.96% Today: The Market Just Sent a Loud Message

    August 3, 2026

    Nick Jonas Movies and TV Shows

    August 3, 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.