Close Menu

    Subscribe to Updates

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

    What's Hot

    [Room Tone] The K

    August 11, 2026

    X-Men ’97: Season Two #3 Preview: Horsemen Crash the Party

    August 11, 2026

    Apple TV teams up with Academy Award-winning director for the second time

    August 11, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Tuesday, August 11
    • 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 2.5% after Q1 profit drops 47%; ‘Buy’ vs ‘Sell’ calls flag sharp divide
    Comic Vibe News

    Zee Entertainment shares fall 2.5% after Q1 profit drops 47%; ‘Buy’ vs ‘Sell’ calls flag sharp divide

    JamesBy JamesAugust 11, 2026No Comments9 Mins Read
    Facebook Twitter
    Zee Entertainment shares fall 2.5% after Q1 profit drops 47%; ‘Buy’ vs ‘Sell’ calls flag sharp divide
    Share
    Facebook Twitter

    Need Urgent Cash

    Zee Entertainment Enterprises’ consolidated net profit fell 47% year-on-year to Rs 76 crore in the first quarter of fiscal 2027, compared with Rs 144 crore in the year-ago period.
    Moneycontrol News
    August 11, 2026 / 09:23 IST
    As per the company’s quarterly numbers, Zee5 remained a key bright spot, with revenue rising 57.6% year-on-year to Rs 457 crore and EBITDA at Rs 4.4 crore in Q1FY27.

    • Zee Entertainment’s Q1 profit fell 47% to Rs 76 crore.
    • Ad revenue declined 11.5%; subscription revenue rose 15.8%.
    • Zee5 revenue grew 57.6%; brokerages have mixed views.

    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/stocks/zee-entertainment-shares-fall-2-5-after-q1-profit-drops-47-buy-vs-sell-calls-flag-sharp-divide-14000988.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/stocks/zee-entertainment-shares-fall-2-5-after-q1-profit-drops-47-buy-vs-sell-calls-flag-sharp-divide-14000988.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 shares were in the red in opening trade on Tuesday after the company reported its quarterly results a day earlier. Stocks of Zee Entertainment were trading at Rs 92.10, down 2.46% or Rs 2.32, at 9:16 am on Tuesday.

    The company reported a sharp decline in its first-quarter profit, while advertising revenue remained under pressure despite strong growth in subscription revenue.

    Zee Entertainment Enterprises’ consolidated net profit fell 47% year-on-year to Rs 76 crore in the first quarter of fiscal 2027, compared with Rs 144 crore in the year-ago period. Revenue from operations increased 4.5% year-on-year to Rs 1,908 crore from Rs 1,825 crore. Advertising revenue declined 11.5% to Rs 671 crore from Rs 759 crore, while subscription revenue rose 15.8% year-on-year to Rs 1,137 crore.

    At the operating level, EBITDA declined 65.4% year-on-year to Rs 79 crore, with EBITDA margin at 4.1%. The company attributed the pressure to a weak advertising environment, higher programming costs following the acquisition of FIFA rights and elevated advertising and promotional spends linked to the launch of new sports channels.

    As per the company’s quarterly numbers, Zee5 remained a key bright spot, with revenue rising 57.6% year-on-year to Rs 457 crore and EBITDA at Rs 4.4 crore in Q1FY27.

    Brokerages have divergent views on the stock. In its latest note, PL Capital upgraded Zee Entertainment to ‘Buy’ from ‘Accumulate’, with a target price of Rs 116 against a CMP of Rs 94. The brokerage expects margin recovery from 2HFY27, supported by improving viewership share and stronger traction in the digital business.

    “Accordingly, we expect EBITDA margins to improve to 8.9%/13.7% in FY27E/FY28E, respectively,” PL Capital said.

    “Led by improving viewership share, rising profitability in digital business and expected recovery in ad-environment we upgrade Z IN to BUY (earlier ACCUMULATE) with a TP of Rs 116 (13xFY28E EPS; no change in target multiple),” it said.

    PL Capital noted that Zee’s viewership share peaked at 20% in week 24 during the quarter, while digital business revenue grew 57.6% year-on-year.

    Motilal Oswal, however, has retained its ‘Neutral’ rating on Zee Entertainment with an unchanged target price of Rs 100 against a CMP of Rs 94. The brokerage described the quarter as “another subdued quarter”, with ad revenue declining around 11.5% year-on-year and EBITDA falling around 65%, despite around 16% year-on-year growth in subscription revenue.

    “Zee5 delivered robust 58% YoY revenue growth with adjusted EBITDA profitability for the third consecutive quarter. However, the continued decline in linear TV profitability (revenue -5.5% YoY, EBITDA -75% YoY) continues to take the sheen off Zee5’s turnaround,” Motilal Oswal said.

    The brokerage expects FIFA to provide a boost in the second quarter, with the full benefit of FIFA subscription packs and related content costs expected to be reflected in 2Q. “Management remains cautiously optimistic of recovery in ad revenue, with an improving macro-economic outlook ahead of the upcoming festive season and interventions (selective re-entry into sports, forays into kid entertainment, micro drama),” it said.

    Motilal Oswal has cut its FY27/FY28 EBITDA estimates by 24%/14%, citing a subdued advertising environment and higher content investments. It expects revenue to grow at a CAGR of 4% over FY26-29E, while FY29E EBITDA and PAT are expected to remain below FY25 levels.

    “We reiterate our Neutral rating with an unchanged TP of Rs 100, premised on 14x Sep’28E P/E,” Motilal Oswal said.

    On the other hand, Elara Capital has retained its ‘Sell’ rating on Zee Entertainment with a target price of Rs 80.

    “Factoring in Q1, we raise revenue estimates 5% but cut EPS estimates 1-5% for FY26-29E,” the brokerage said. Elara Capital said Q1 advertising revenue fell 11.5% year-on-year due to the Middle East conflict, weak FMCG spending and diversion of ad spends towards cricket, partly offset by 16% subscription growth. “Early read from the FIFA deal is positive, yielding 10-12% standalone contribution, per our assessment, with subscriber-led indirect benefit (per ZEE5, B2C user base doubled),” it said, while cautioning that “uplift from the FIFA deal is transient”.

    The brokerage also flagged structural concerns, saying “the migration of FMCG advertising to quick commerce and digital platforms, coupled with margin compression to mid-single digit, points to underlying structural weakness.” It expects subscription growth to settle at 6-7% post FIFA, while “EBITDAM has compressed to mid-single digit from ~12.5% a year ago.”

    Moneycontrol News
    first published: Aug 11, 2026 09:19 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

    Who is Manav Sardana? Meet the entrepreneur who bought Rs 271 crore penthouse at DLF The Dahlias

    Who is Manav Sardana? Meet the entrepreneur who bought Rs 271 crore penthouse at DLF The Dahlias

    • ‘Age is just a number’: 24-year-old woman clears Rs 45 lakh loan in 6 months, now plans return to India
    • Cars24 got a Rs 50,000 challan for a boat in Gurgaon. The internet is talking about the flooding instead
    • Watch: Air Chief Marshal AP Singh joins IAF personnel and families on dance floor in viral video
    • Booked a Rapido bike, but a car showed up instead. Delhi woman’s viral post prompts company response
    • Brad Pitt admits being suicidal while going through ‘family stuff’, says he is no longer sober
    • R Madhavan questions ‘propaganda’ tag on Dhurandhar: ‘How can being Indian be a wrong thing?’
    • School dropout to founder of Rs 10,000 crore company: How IPO-bound Milky Mist’s Sathish Kumar went from selling 10 kg paneer to building a dairy giant
    • ‘My internship CTC Is ₹40 lakh a month’: Student’s alleged high-paying HFT internship claim on Reddit goes viral, sparks online debate
    • Sasmsung Galaxy S25 Ultra price in India drops to Rs 57,933 with bank discount and exchange offer
    • iPhone 17 Pro Max price drops to Rs 1,03,990 with Rs 8,000 flat bank discount and iPhone 15 exchange
    • At 75, this viral nani shares her fitness secrets: Wakes up at 4 am, does yoga, and cleans her house on her own
    • This aluminium foil hack can make cleaning your fridge shelves much easier
    • World Lion Day 2026: How Gir’s Asiatic lion duo, “Jai-Veeru’s” friendship revealed the science of lion survival?
    • Quote of the Day by Cristiano Ronaldo: “Talent without working hard is…” – A powerful life lesson on discipline, dedication, hard work and achieving lasting success

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

    Surabhi Pandey

    after Entertainment Fall Profit Shares
    Share. Facebook Twitter
    Previous Article5 Best Video Games Like Payday
    Next Article Genshin Impact collaborates with Crunchyroll for Version 7.0 Snezhnaya update
    James

    Related Posts

    X-Men ’97: Season Two #3 Preview: Horsemen Crash the Party

    August 11, 2026

    Zee Entertainment Q1 Results: Net profit turns positive to

    August 11, 2026

    Asmongold shares health issue that sent him to the ER after confirming Twitch ban

    August 11, 2026

    Absolute Batman writer Scott Snyder explains why DC’s new Dark Knight can take such a beating

    August 11, 2026
    Leave A Reply Cancel Reply

    Our Picks

    [Room Tone] The K

    August 11, 2026

    X-Men ’97: Season Two #3 Preview: Horsemen Crash the Party

    August 11, 2026

    Apple TV teams up with Academy Award-winning director for the second time

    August 11, 2026

    Ferrari’s Naturally-Aspirated V8 Supercar Is Now A Seven-Figure Collectible

    August 11, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Digital Culture

    Marsha Ambrosius Pays Tribute to Patti LaBelle

    By JamesJuly 6, 20260

    One of the standout moments surrounding Essence Fest 2026 happened away from the Superdome stage, when Marsha Ambrosius paid tribute to Patti LaBelle with a soaring rendition of one of the icon’s signature songs, “If Only You Knew.”

    Sandbox VR Opens New Ann Arbor Gaming and Experience Venue

    July 6, 2026

    Beast Kingdom Unveils Two Limited-Edition Superman Figures for San Diego Comic

    July 6, 2026

    Xbox Parts Ways With Five Studios, Over 3,000 Layoffs Announced

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

    [Room Tone] The K

    August 11, 2026

    X-Men ’97: Season Two #3 Preview: Horsemen Crash the Party

    August 11, 2026

    Apple TV teams up with Academy Award-winning director for the second time

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