Close Menu

    Subscribe to Updates

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

    What's Hot

    Gulf Coast Cosmos Comics brings together comics, arts and community

    July 24, 2026

    Daredevil Born Again Merch Unveils Season 3 Logo That Spoils 4 Major Story Lines (Defenders, Elektra & More)

    July 24, 2026

    Sky Yang, Sean Kaufman to star in ‘Tomorrow, and Tomorrow, and Tomorrow’ film adaptation

    July 24, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Friday, July 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»Packed theatres, sold-out shows: Vijay’s Jana Nayagan extends box office’s blockbuster run
    Comic Vibe News

    Packed theatres, sold-out shows: Vijay’s Jana Nayagan extends box office’s blockbuster run

    JamesBy JamesJuly 23, 2026No Comments9 Mins Read
    Facebook Twitter
    Packed theatres, sold-out shows: Vijay’s Jana Nayagan extends box office’s blockbuster run
    Share
    Facebook Twitter

    Personal Loan Offers

    A steady stream of big-ticket releases across Hollywood, Hindi and regional has put cinemas into blockbuster mode, with exhibitors looking ahead to an even bigger release calendar in the coming months.
    Maryam Farooqui
    July 23, 2026 / 06:24 IST
    Vijay’s Jana Nayagan

    • Jana Nayagan sees sold-out shows and high bookings.
    • Film expected to gross Rs 37-42 crore on opening day.
    • Continues strong cinema run after Nolan’s The Odyssey.

    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/entertainment/packed-theatres-sold-out-shows-vijay-s-jana-nayagan-extends-box-office-s-blockbuster-run-article-13980990.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/packed-theatres-sold-out-shows-vijay-s-jana-nayagan-extends-box-office-s-blockbuster-run-article-13980990.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);
    }

    India’s cinema halls are riding one of their strongest spells of the year, with back-to-back blockbuster releases filling auditoriums across the country.

    Fresh off Christopher Nolan’s record-breaking The Odyssey, exhibitors are now betting on Thalapathy Vijay’s Jana Nayagan to keep the box office momentum going, as sold-out shows and surging advance bookings signal sustained audience appetite for theatrical spectacles.

    The much anticipated political action drama starring Vijay, now the Chief Minister of Tamil Nadu, hit theatres on July 23 after a delay from its original January release due to pending censor board clearance.

    The frenzy surrounding Jana Nayagan is already evident at the ticket counters. As of 8:40 pm on July 22, BookMyShow showed 26,710 tickets sold in the previous hour alone. Most cinemas in Chennai have sold out shows for opening day from the first screening at 9 am through the late-night 11 pm shows, while in Bengaluru, recliner seats for morning shows are priced between Rs 1,000 and Rs 2,000.

    PVR INOX alone has sold more than three lakh tickets in advance bookings.

    The response in Tamil Nadu has been particularly remarkable, with tickets sold out for the opening weekend in cinemas across the state, reflecting the anticipation that has been building for the film over the past several months.

    Trade estimates suggest Jana Nayagan could gross Rs 37-42 crore at the Indian box office on its opening day. The film is also seeing healthy traction in Hindi-speaking markets, indicating demand beyond its core Tamil audience.

    For exhibitors, the Vijay starrer extends what has become an unusually strong run of theatrical releases.

    “There’s strong anticipation across an exceptionally diverse slate, from Spider-Man: Brand New Day and Jana Nayagan to The India Story and Attack on Titan: The Movie – The Last Attack,” Sanjeev Kumar Bijli, Executive Director, PVR INOX Limited told Moneycontrol.

    “Each title speaks to a different audience, but together they reflect a healthy theatrical ecosystem where Hollywood blockbusters, Indian cinema and anime are all driving genuine excitement.”

    Before Jana Nayagan, Christopher Nolan’s The Odyssey had already demonstrated the renewed strength of premium theatrical experiences.

    “The response to The Odyssey has been extraordinary, attracting over one million admissions during its opening weekend in India,” Bijli said.

    The film has collected more than Rs 85 crore gross in India within five days, entering the list of the country’s top five highest-grossing Hollywood releases.

    Ashish Misra, Head of Commercialization at Cinepolis India, said The Odyssey drew around two lakh admissions during its opening weekend, with footfalls rising to nearly three lakh within four days of release.

    The film also underscored the growing appeal of premium cinema formats. IMAX and 4DX screens recorded around 75% occupancy during the opening weekend, while other premium formats operated at more than 60% occupancy

    The Odyssey grossed around Rs 70 crore ($7.3 million) over its opening weekend, delivering Christopher Nolan’s biggest-ever debut in India and one of the largest Hollywood openings in the country.

    The film opened to around Rs 20 crore on July 17, marking Nolan’s highest opening day in India while setting a new record for the biggest IMAX opening day in Indian cinema.

    Demand for premium screens was so strong that several exhibitors introduced midnight and early-morning shows, with moviegoers travelling across cities to experience the film on IMAX and other large-format screens.

    India ranked as the sixth-largest international market outside North America during the film’s opening weekend. With a $7.3 million debut, The Odyssey also became the biggest opening of 2026 in India for a non-Indian film, overtaking Evil Dead Burn.

    With Jana Nayagan now opening to packed houses and a pipeline that includes movies like Yash’s Toxic, Sai Pallavi and Ranbir Kapoor’s Ramayana, Shah Rukh Khan’s King, Avengers: Doomsday, multiplex operators are betting that the upcoming films will continue to keep audiences returning to cinemas.

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

    Bengaluru cafe’s Rs 99/hour ‘workplace rental charge’ sparks debate: ‘Solving the wrong problem'

    Bengaluru cafe’s Rs 99/hour ‘workplace rental charge’ sparks debate: ‘Solving the wrong problem’

    • Rs 5,000 a day, Rs 1.5 lakh a month: Man sells chole-kulche, Maggi at roadside stall, earnings stun netizens
    • Resident mistakes neighbour’s ‘stinky fart vinegar’ for ‘rotting corpse,’ calls police
    • Drink-driving suspect fakes own death, hides in coffin to dodge police, gets caught
    • ‘My total investment was under Rs 500’: Karnataka man earns Rs 3 lakh a month from mushroom business
    • Salman Khan backs students protesting NEET paper leaks, says ‘This issue should not be hijacked politically and credit should only go to the students’
    • Daniel Siad, modelling scout who introduced women to Jeffrey Epstein, found dead in France
    • 55x returns in 5 years: This largecap defence company turned Rs 18-crore Skyroot bet into nearly Rs 1,000 crore
    • Rejected by BARC, BPCL, HPCL and more: Meet Pawan Kumar, the GRID-INDIA engineer who cracked UPSC ESE in 1st attempt
    • Samsung Galaxy Z Fold8 first impressions
    • Samsung Galaxy Z Fold8 Ultra, Galaxy Z Fold8 launched with up to 5000mAh battery and anti-reflective display
    • Meet the blind women who are detecting early breast cancer lumps with their fingertips
    • 5 hidden signs you’ll live past 90 (Most people fail #3)
    • World Brain Day 2026: Meet ‘qua-qua’, the bird who weighs only 400 grams— and smarter than you think!
    • Quote of the Day by Oscar Wilde: “Life is never fair, and perhaps it is a good thing for most of us that it is…”

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

    packed Shows soldout theatres Vijays
    Share. Facebook Twitter
    Previous ArticleFANDOM FINDS: MUST
    Next Article How to Watch Big Brother Season 28, Episode 7
    James

    Related Posts

    Gulf Coast Cosmos Comics brings together comics, arts and community

    July 24, 2026

    Music discovery is increasingly taking place through short-form video and social media platforms: EY

    July 24, 2026

    Scott Snyder And Matt Fraction On Batman Vs Absolute Batman Comic

    July 24, 2026

    Mini-Con and Wheeling Wizarding Fest returns July 25 at renovated YWCA Wheeling

    July 24, 2026
    Leave A Reply Cancel Reply

    Our Picks

    Gulf Coast Cosmos Comics brings together comics, arts and community

    July 24, 2026

    Daredevil Born Again Merch Unveils Season 3 Logo That Spoils 4 Major Story Lines (Defenders, Elektra & More)

    July 24, 2026

    Sky Yang, Sean Kaufman to star in ‘Tomorrow, and Tomorrow, and Tomorrow’ film adaptation

    July 24, 2026

    Yoshi and the Mysterious Book team details game’s development, started out on Nintendo Switch 1

    July 24, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Toys & Collectibles

    New humanoid robots from China look like creepy pop star action figures – complete with slightly dodgy lip

    By JamesJuly 4, 20260

    One of China’s emerging humanoid robotics companies has launched its most-realistic looking models yet and says it has already taken over 13,000 orders for the $17,600/ £13,300 machines

    Grand Theft Auto 6 to feature community hosted servers under a ‘Creator Platform’

    July 4, 2026

    Lisa Nandy quits X over fears Musk-owned site pushes ‘abuse and misinformation’

    July 4, 2026

    The Limits of Creativity in Modis Creator Economy

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

    Gulf Coast Cosmos Comics brings together comics, arts and community

    July 24, 2026

    Daredevil Born Again Merch Unveils Season 3 Logo That Spoils 4 Major Story Lines (Defenders, Elektra & More)

    July 24, 2026

    Sky Yang, Sean Kaufman to star in ‘Tomorrow, and Tomorrow, and Tomorrow’ film adaptation

    July 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.