Close Menu

    Subscribe to Updates

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

    What's Hot

    SPONSORED: Feature Estate Auction Set for September 26 in Kennerdell — Real Estate, Classic Trucks, Collectibles & More

    September 24, 2026

    Meta is trying VR glasses (again), this time with more IMAX

    September 24, 2026

    ‘Home Improvement’ star Jonathan Taylor Thomas arrested for alleged public intoxication, resisting deputy

    September 24, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Thursday, September 24
    • 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»After Karnataka’s cess, Mumbai’s tax hike plan raises fear of pricier movie tickets
    Comic Vibe News

    After Karnataka’s cess, Mumbai’s tax hike plan raises fear of pricier movie tickets

    JamesBy JamesSeptember 24, 2026No Comments8 Mins Read
    Facebook Twitter
    Share
    Facebook Twitter

    Get Instant Loan

    Check eligibility in just 5 mins

    Up to ₹50 lakhs | Starts at 9.99%

    Need Urgent Cash

    After Karnataka’s cess, Mumbai’s tax hike plan raises fear of pricier movie tickets

    While the immediate financial impact on cinemas may be modest, the industry fears it could encourage other states to adopt similar measures.
    Maryam Farooqui
    September 24, 2026 / 06:46 IST
    movie theatre
    `;
    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/entertainment/after-karnataka-s-cess-mumbai-s-tax-hike-plan-raises-fear-of-pricier-movie-tickets-article-14036743.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/entertainment/after-karnataka-s-cess-mumbai-s-tax-hike-plan-raises-fear-of-pricier-movie-tickets-article-14036743.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);
    }

    Just days after Karnataka’s decision to impose a 2 percent welfare cess on cinema tickets from September 30 sparked concerns among exhibitors, a proposal by the Brihanmumbai Municipal Corporation (BMC) to increase theatre tax on multiplexes by nearly 6.7 times has reignited worries about a growing patchwork of local levies on the cinema exhibition industry.

    The BMC has proposed raising the theatre tax on multiplexes in Mumbai from Rs 60 per show to Rs 400 per show. While the proposal is still awaiting approval from Maharashtra’s Urban Development Department, analysts say it underscores a broader trend of local bodies and states seeking additional revenue streams despite the introduction of the Goods and Services Tax (GST), which was intended to subsume most entertainment taxes.

    While the quantum of individual taxes may remain manageable, Karan Taurani, Executive Vice President at Elara Capital said the emergence of additional levies across multiple states/local bodies represents an incremental regulatory overhang for the exhibition industry.

    On PVR INOX, he expects the impact on FY27 earnings to be around Rs 3.7 crore, or 0.4 percent of estimated EBITDA if the additional tax comes into effect from October.

    “PVR INOX has around 254 screens in Maharashtra, of which we estimate roughly 150 are in Mumbai. Even if the company absorbs the entire increase, the annual EBITDA impact works out to about Rs 7.4 crore, or roughly 0.8 percent of our FY27 EBITDA estimate,” Taurani said.

    But the larger issue is the re-emergence of local taxes over and above GST.

    “The concern is not necessarily the quantum of one tax. The concern is the precedent. If more states or local bodies start introducing similar levies, the cumulative impact could become meaningful,” he said.

    The concern comes against the backdrop of Karnataka’s upcoming 2 percent cess on cinema tickets. While exhibitors have said the immediate financial impact may be modest, the industry fears it could encourage other states to adopt similar measures.

    Multiplex Association of India (MAI) President Kamal Gianchandani has argued that the Karnataka levy runs contrary to the spirit of GST and could create a “tax-on-tax” situation. He warned that any additional tax ultimately affects affordability and demand. A Rs 300 ticket, for instance, would attract an additional Rs 6 cess under the Karnataka regime.

    “Every increase in tax has a negative impact on demand. Tough to quantify it, but it is definitely not a positive thing for the business,” Gianchandani told Moneycontrol earlier. He also said the industry was evaluating whether exhibitors would absorb the additional cost or pass it on to consumers.

    India’s exhibition sector has already seen local levies survive alongside GST in certain markets. Taurani pointed out that within Greater Chennai Corporation, entertainment tax on new films is currently 8% for Tamil films, 15% for other Indian-language films and 20% for English/foreign-language films. Kerala similarly levies local entertainment tax over and above GST, at 5% for tickets up to Rs 100 and 8.5% for tickets above Rs 100.

    For live entertainment players, the broader concern is maintaining affordability as consumers face rising entertainment costs.

    “India’s live entertainment industry is at an inflection point. Taxation must strike a balance between revenue objectives and keeping experiences accessible,” said Rohit Dalmia, Chairman and Managing Director of CineNow.

    “A predictable, growth-oriented framework will be critical to attracting investment, expanding audiences and building a globally competitive entertainment ecosystem,” Dalmia added.

    Maryam Farooqui is Senior Correspondent at Moneycontrol covering media and entertainment, travel and hospitality. She has 11 years of experience in reporting.
    first published: Sep 24, 2026 06:46 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

    Recruiter says Gen Z should stop bringing iced coffee to job interviews: 'It looks a little too casual'

    Recruiter says Gen Z should stop bringing iced coffee to job interviews: ‘It looks a little too casual’

    • Earned Rs 5 lakh a month after tax, saved Rs 2.4 lakh: Indian man shares reality of living in Sydney
    • Techie, 22, says 34-year-old team lead flirted with him, invited him to private party. Reddit weighs in
    • Gurgaon couple spends Rs 1.2 lakh a month, shares expense breakdown: Rs 36k rent, Rs 25k groceries
    • Mirabai Chanu earnings: A look at her prize money, government job and brand endorsements
    • The Paradise Twitter Review: Nani praised for his strong performance, netizens call Srikanth Odela’s film ‘blockbuster’
    • Parineeti Chopra makes stylish appearance with Raghav Chadha at Netflix‘s Shaque screening in Delhi, walks hand-in-hand
    • IITian left India with $8, built $75 billion business empire: How Kanwal Rekhi went from 3 layoffs to founding Nasdaq-listed company
    • His mother worked as ragpicker so he could study: How Gautam Padibhar’s mother’s struggle helped him rise from a slum to IIT and IFS officer
    • iPhone 17 Pro at Rs 56,990 with exchange bonus, in-store discount and bank offer: Deal details
    • Govt to ban sale of non-compliant smartphone screen protectors from April 2027: Here’s what it means for users
    • Relationship quote of the day: “When two people get married, you connect with each other at a very core level…”
    • From ‘zeitgeist’ to ‘vibe shift’, 12 English words to add to your vocabulary right away
    • Who is Mirabai Chanu? Olympic silver medallist ends India’s 28-year Asian Games weightlifting wait: Education, medals and career journey
    • He couldn’t understand NCERT books, yet cracked UPSC in 1st attempt with AIR 11: Shubhankar Pratyush Pathak’s journey from software developer to IAS officer

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

    Maryam Farooqui

    after cess Hike Karnatakas Mumbais
    Share. Facebook Twitter
    Previous ArticleCelebrating Sixteen Years of Anime Herald
    Next Article I Tried Siri AI on My New Apple Watch, and I’m Frustrated
    James

    Related Posts

    A Legendary 1941 Captain America Comic Is Shattering Its Previous $96,000 Sale (and Isn’t Finished Yet)

    September 24, 2026

    Jamie Foxx talks preparing to welcome 3rd child at age 58

    September 24, 2026

    AMC Entertainment (AMC) Declines More Than Market: Some Information for Investors

    September 24, 2026

    Adam22 Once Again Sets the Record Straight On Lena the Plug: ‘We Are Separated at This Time’

    September 24, 2026
    Leave A Reply Cancel Reply

    Our Picks

    SPONSORED: Feature Estate Auction Set for September 26 in Kennerdell — Real Estate, Classic Trucks, Collectibles & More

    September 24, 2026

    Meta is trying VR glasses (again), this time with more IMAX

    September 24, 2026

    ‘Home Improvement’ star Jonathan Taylor Thomas arrested for alleged public intoxication, resisting deputy

    September 24, 2026

    Xbox Lays Off 268 More People, Hands Halo Series To Activision

    September 24, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Comic Vibe News

    Jasmine Sandlas gets engaged at Delhi concert: Introduces fiancé on stage; from relationship rumours to concert controversies

    By JamesJuly 13, 20260

    Punjabi singer Jasmine Sandlas surprised fans by announcing her engagement during the opening show of her Dream Girl India Tour in Delhi. In the middle of her performance, she invited fiancé Shekhar Chaudhary on stage, introduced him to the audience by saying, “This is my man,” and proudly showed off her engagement ring

    After 14 Years, the MCU’s Real Avengers Have Only Truly Appeared in 1 Scene

    July 13, 2026

    What time is Big Brother on tonight? Sunday episode, spoilers, schedule

    July 13, 2026

    ‘Controversy over exposure’ Lee Se-young: “Tints that change color with chest temperature sold out” .. Bold moves after 100 million won in plastic surgery [Star Issue]

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

    SPONSORED: Feature Estate Auction Set for September 26 in Kennerdell — Real Estate, Classic Trucks, Collectibles & More

    September 24, 2026

    Meta is trying VR glasses (again), this time with more IMAX

    September 24, 2026

    ‘Home Improvement’ star Jonathan Taylor Thomas arrested for alleged public intoxication, resisting deputy

    September 24, 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.