Close Menu

    Subscribe to Updates

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

    What's Hot

    Madhubanti Bagchi on Arijit Singh: `His space can`t be taken up`

    July 13, 2026

    What to Stream: ‘Heartstopper Forever,’ ‘Lucky’ and Steve Lacy

    July 13, 2026

    Proof Mariska Hargitay Is Living Her Best Life This Summer

    July 13, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Monday, July 13
    • 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»NODWIN Gaming eyes IPO in 12–18 months as live entertainment becomes its biggest growth bet
    Comic Vibe News

    NODWIN Gaming eyes IPO in 12–18 months as live entertainment becomes its biggest growth bet

    JamesBy JamesJuly 13, 2026No Comments9 Mins Read
    Facebook Twitter
    NODWIN Gaming eyes IPO in 12–18 months as live entertainment becomes its biggest growth bet
    Share
    Facebook Twitter

    NODWIN Gaming eyes IPO in 12–18 months as live entertainment becomes its biggest growth bet
    Personal Loan Offers
    Trending Topics

    NODWIN Gaming eyes IPO in 12–18 months as live entertainment becomes its biggest growth bet

    Kedia’s first stint at NODWIN was about building value—raising nearly $50 million in institutional capital and scaling revenue almost tenfold. His second, founder Akshat Rathee believes, is about unlocking that value through an IPO.
    Maryam Farooqui
    July 13, 2026 / 07:35 IST

    • NODWIN Gaming targets IPO in 12-18 months.
    • Benefited from Nazara’s listed-company ecosystem.
    • Live entertainment to be 70-75% of business.

    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/technology/nodwin-gaming-eyes-ipo-in-12-18-months-as-live-entertainment-becomes-its-biggest-growth-bet-article-13971186.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/technology/nodwin-gaming-eyes-ipo-in-12-18-months-as-live-entertainment-becomes-its-biggest-growth-bet-article-13971186.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);
    }

    NODWIN Gaming is targeting an initial public offering (IPO) in the next 12 to 18 months. Still, unlike most startups, the company believes its journey to the public markets began years ago under parent Nazara Technologies’ listed-company ecosystem

    Even so, management says the eventual timing of the listing will depend as much on market conditions as on the company’s own preparedness

    “Most companies spend about 18 to 24 months preparing for an IPO. We’ve effectively been doing that for the last four years because we’ve operated as a deemed listed subsidiary of Nazara,” Sidharth Kedia, Chief Strategy and Investments Officer at NODWIN Gaming, told Moneycontrol

    According to Kedia, operating under a listed parent has meant that governance structures such as audit committees, independent directors and board oversight were institutionalised long before the company began actively preparing its draft red herring prospectus (DRHP)

    “Typically, startups build governance infrastructure as they approach an IPO. We’ve essentially been trained by Nazara on what functioning governance actually looks like—not governance that exists only on paper,” he said

    That experience, he said, has fundamentally changed how decisions are made within the company

    While startups are designed for speed, every major investment at NODWIN is now evaluated through the lens of shareholder value and board oversight. The next challenge, he added, is extending the same governance framework to the more than 20 founders whose companies have become part of the NODWIN ecosystem through acquisitions

    Sidharth Kedia, Chief Strategy and Investments Officer, NODWIN Gaming
    Sidharth Kedia, Chief Strategy and Investments Officer, NODWIN Gaming

    Markets to decide listing window

    Despite targeting a listing over the next 12 to 18 months, Kedia said IPO readiness alone does not determine when a company goes public

    “It’s equally dependent on market conditions,” he said, pointing to wars, oil price shocks and geopolitical uncertainty that have rattled markets in recent months

    “We’ll continue reviewing the environment every quarter. If market conditions remain supportive, we’ll continue working towards that timeline. But if circumstances change, we’ll recalibrate accordingly.”

    Kedia added that investor education will also form a key part of the IPO process, as NODWIN’s business spans gaming, live entertainment and international expansion—a combination that remains relatively new for Indian public markets

    Live entertainment boom

    Beyond the IPO, NODWIN is increasingly positioning itself as a live entertainment company rather than just an esports business

    Kedia expects the live entertainment industry to grow five to ten times over the next five years, driven by rising discretionary spending, post-pandemic consumer behaviour and growing willingness to pay for experiences

    “Digital content creates fandom. Live experiences monetise superfandom,” he said, citing the rapid sellout of Coldplay’s India concerts as an example of consumers paying a premium for shared experiences

    He believes structural shifts are also working in the industry’s favour. AI has reduced the cost of creating digital content, while consumers have continued to prioritise experiences over possessions even after the pandemic

    As a result, NODWIN expects live experiences—including esports tournaments, Comic Con, DreamHack, music festivals and creator-led events—to account for 70-75% of its business over the next four to five years, up from roughly 55-60% currently, while content will contribute the remaining 25-35%

    Esports–more room to grow

    Even as live entertainment becomes the larger opportunity, Kedia remains optimistic about esports

    He said India is already among the world’s largest esports audiences by virtue of its scale, with mobile titles such as Battlegrounds Mobile India (BGMI) and Free Fire leading the market, while PC games such as Counter-Strike and Valorant continue to build communities

    “Esports still has substantial room for growth,” Kedia said. “But if you ask me which segment is likely to grow even faster over the next several years, my answer would be live entertainment. Consumer behaviour is clearly moving towards experiences.”

    NODWIN currently derives around 55% of its business from India, with the remaining 45% coming from international markets. The company continues to invest in Africa, Latin America and Central Asia, building event infrastructure and intellectual property as part of its global expansion strategy

    DAILY-EVENING


    End your day with a breakdown of the biggest tech and startup stories in your inbox

    DAILY-EVENING

    End your day with a breakdown of the biggest tech and startup stories in your inbox
    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 13, 2026 07:35 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

    Surat marketer reveals success of father's 20-year-old business: '1 aunty telling another...'

    Surat marketer reveals success of father’s 20-year-old business: ‘1 aunty telling another…’

    • ‘Train was on wrong side’: Darjeeling cab driver’s argument after toy train scrape goes viral
    • ‘Dumbest thing I’ve done’: Man quits Rs 1.9 crore Microsoft job in Switzerland to become content creator
    • Rupert Murdoch’s estranged son could be billions richer after early SpaceX gamble paid off: Report
    • Bison attacks tourist at Yellowstone National Park, tosses him 8 feet into the air. Viral video
    • Veteran singer S Janaki laid to rest with full state honours in Mysuru; granddaughter Apsara performed last rites
    • Pawan Kalyan recovering after shoulder surgery; Andhra Pradesh CM Chandrababu Naidu visits him in hospital
    • This girl is called ‘Next Einstein’: Meet Sabrina Pasterski, who built & flew her own plane at 14, left NASA to chase universe’s biggest mystery
    • A model who chose the uniform: Meet Lt. Kashish Methwani, who left modelling to join Indian Army. Here’s why
    • How cleaning the inlet water filter can fix your washing machine’s water flow problems and improve cleaning
    • How cleaning the internal lint filter protects your washing machine and your clothes
    • Bandanas are back! From Priyanka Chopra’s Wimbledon look to Kareena Kapoor’s beach holiday fashion, see pics
    • This woman lost 27 kg after becoming a mother in 2 years, see her complete diet plan
    • For the first time ever, 125-million-year-old goblin shark filmed alive in deep ocean; watch video here
    • IIT degree still worth it in the AI era? IIT Bombay alumnus says your peer group matters more than technology

    ${d.headline}

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

    You are already a Moneycontrol Pro user

    Maryam Farooqui

    1218 Eyes Gaming Months NODWIN
    Share. Facebook Twitter
    Previous ArticleHow to watch ‘The Vampire Lestat’ episode 6 ‘Montreal’ FREE LIVE STREAM
    Next Article Nightwing #140: Dick Grayson’s Midnight Dive Bar Crawl
    James

    Related Posts

    Madhubanti Bagchi on Arijit Singh: `His space can`t be taken up`

    July 13, 2026

    Maa Inti Bangaaram: Samantha reveals exhibitor`s doubted woman

    July 13, 2026

    Jana Nayagan Vijays film to release uncut in UK cinemas

    July 13, 2026

    How Meta’s Course Change Transformed the VR Gaming Industry

    July 13, 2026
    Leave A Reply Cancel Reply

    Our Picks

    Madhubanti Bagchi on Arijit Singh: `His space can`t be taken up`

    July 13, 2026

    What to Stream: ‘Heartstopper Forever,’ ‘Lucky’ and Steve Lacy

    July 13, 2026

    Proof Mariska Hargitay Is Living Her Best Life This Summer

    July 13, 2026

    5 Best Video Games Like Astro Bot

    July 13, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Creator Economy & Fan-Driven Platforms

    Former Priceline executive debuts Plannin, a booking platform that uses travel influencers to help plan trips

    By JamesMay 30, 20240

    Hotelsbycity.com co-founders and former Priceline executives Andrew Loewen and Randy Schartner have announced their latest…

    Twitch DJs must pay music labels to play their songs on live streams

    June 6, 2024

    Patreon introduces gifting features and more creator tools

    June 25, 2024

    Stripe’s seemingly easy acquisition, why is Twitch still in the red?

    July 30, 2024

    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

    Madhubanti Bagchi on Arijit Singh: `His space can`t be taken up`

    July 13, 2026

    What to Stream: ‘Heartstopper Forever,’ ‘Lucky’ and Steve Lacy

    July 13, 2026

    Proof Mariska Hargitay Is Living Her Best Life This Summer

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