
The private equity firm has acquired a minority stake in the entertainment platform as it looks to scale its live entertainment business across India
Moneycontrol News
August 19, 2026 / 09:31 IST
KKR picks up minority stake in live entertainment and ticketing platform BookMyShow
- BookMyShow gets KKR minority investment.
- Investment to boost live entertainment growth.
- FY24 revenue up 43%, profit up 28%.
Did our AI summary help?
Webinar by Vishal Malkan
in your portfolio by Vishal Malkan

`;
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/funding/kkr-picks-up-minority-stake-in-live-entertainment-ticketing-platform-bookmyshow-14009938.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/funding/kkr-picks-up-minority-stake-in-live-entertainment-ticketing-platform-bookmyshow-14009938.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);
}
Mumbai-based entertainment ticketing platform BookMyShow has secured a minority investment from global private equity firm KKR, as the company looks to accelerate the expansion of its live entertainment business.
The two companies said on August 19 that they had signed definitive agreements for the transaction but didn’t disclose the financial details. The deal is subject to regulatory approvals.
Founded in 2007, BookMyShow has expanded beyond movie ticketing into live entertainment and experiences. Its live entertainment arm, BookMyShow Live, operates across talent and IP acquisition, production, promotion, partnerships and audience development.
“BookMyShow has been a pioneer in delivering high-quality entertainment experiences in India. We are pleased to support BookMyShow as it continues to lead the next phase of growth in India’s out-of-home entertainment sector,” said Akshay Tanna, partner and head of India private equity at KKR.
BookMyShow has brought properties such as Lollapalooza India, U2’s The Joshua Tree Tour, the NBA’s debut games in India, Disney’s Aladdin and Cirque du Soleil BAZZAR to the country. It has also hosted international artistes, including Coldplay, Ed Sheeran, Travis Scott, Linkin Park and Justin Bieber.
“We are delighted to welcome KKR as an investor in BookMyShow. Their global perspective, deep expertise and strong understanding of consumer businesses will be invaluable as we enter the next phase of our journey,” BookMyShow founder and CEO Ashish Hemrajani said.
The investment comes amid a rapidly growing domestic entertainment market, which is attracting a wave of new competition.
In August 2024, Zomato parent Eternalannounced its acquisition of Paytm’s entertainment and ticketing business for Rs 2,048 crore as it expanded its “going-out” offering through District.
The deal made Eternal a direct rival to BookMyShow across movies, events and other entertainment categories.
BookMyShow has continued to grow strongly. Its revenue rose 43 percent to Rs 1,397 crore in FY24 from Rs 976 crore a year earlier, while profit increased 28 percent to Rs 109 crore from Rs 85 crore.
The company has raised more than Rs 1,400 crore ($165 million) from investors including TPG Growth, Elevation Capital and Accel since its inception. Network18 is also a major stakeholder, holding around 39 percent in the company.
BookMyShow operates in more than 700 towns and cities in India and has expanded overseas to markets including Singapore, Indonesia, Malaysia, the UAE and Sri Lanka.
KKR’s investment adds BookMyShow to its India portfolio, which includes Medicover India, Lighthouse Learning, Vini Cosmetics, Healthcare Global Enterprises, Darwinbox and Rebel Foods.
Avendus Capital was the exclusive financial adviser to BookMyShow, while Trilegal acted as legal adviser.
Disclaimer: Moneycontrol is a part of the Network18 group. Network18 is controlled by Independent Media Trust, of which Reliance Industries is the sole beneficiary.
Moneycontrol News
first published: Aug 19, 2026 09:26 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

‘Invested in mutual funds, FDs, EPF’: 27-year-old FAANG techie with Rs 1 crore corpus wants to retire
- Nikhil Kamath celebrates Zerodha’s 16th birthday with heartfelt note: ‘No kids, no white hair, no things’
- Elderly man takes paralysed wife on road trip: ‘Die on the road, not in hospital’
- Bengaluru woman discovers flatmate runs multi-crore company, jokes about Rs 5 bhindi splits
- ‘I’m speechless’: Indian woman in Australia fined Rs 1.3 lakh after 5-minute shower triggers fire alarm
- Shah Rukh Khan revealed he hurt his mother while she was in ICU before her death: “Main unko dukh pohchata raha, galat baatein ki maine…”
- Mohanlal announces 7 new films with Priyadarshan, Jeethu Joseph, Sathyan Anthikad and more
- Class 5 dropout, now owns Rs 11,000 crore Lalithaa Jewellery: How Kiran Kumar turned his mother’s 4 gold bangles into a business empire
- Meet Rohan Naidu: From leaving engineering at 18 to Harvard PhD, Hyderabad-born astronomer’s education, career and journey to ‘black hole star’ discovery
- iPhone 18 Pro Max price in India: Why the upcoming iPhones may cost Rs 20,000 more
- Samsung Galaxy S26 Ultra price effectively Rs 87,400 with exchange and cashback: How to get the deal
- “Tried to distance myself”: Anurag Kashyap on navigating 20-year age gap with girlfriend Shubhra Shetty; 5 psychological facts to know
- US cardiologist reveals 5 things he avoids after performing 8,000 heart operations
- Sumatra Earthquake 2026: Why is Indonesia shaking again? 6.1-magnitude quake strikes off Sumatra
- Scientists discover 8 basic building blocks behind the vast diversity of birdsong
`);
}
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)
});
Advertisement
Remove Ad
Aryaman Gupta
