Close Menu

    Subscribe to Updates

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

    What's Hot

    Former PGA Golfer Matt McQuillan Dead at 45

    August 12, 2026

    ‘I’m the original item girl’: Usha Uthup on her ‘bedroom voice’, ageing and why Dhurandhar changed everything

    August 12, 2026

    Star Wars Zero Company: A New Hope for Turn

    August 12, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Wednesday, August 12
    • 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»Buy Imagicaaworld Entertainment; target of Rs 62: Prabhudas Lilladher
    Comic Vibe News

    Buy Imagicaaworld Entertainment; target of Rs 62: Prabhudas Lilladher

    JamesBy JamesAugust 12, 2026No Comments7 Mins Read
    Facebook Twitter
    Buy Imagicaaworld Entertainment; target of Rs 62: Prabhudas Lilladher
    Share
    Facebook Twitter

    <img src="https://comicvibe.com/wp-content/uploads/2026/08/urgent_cash_wap_0308-5.png” alt=”Need Urgent Cash”>

    Prabhudas Lilladher is bullish on Imagicaaworld Entertainment has recommended buy rating on the stock with a target price of Rs 62 in its research report dated August 11, 2026.
    Broker Research
    August 12, 2026 / 11:22 IST
    buy
    `;
    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/buy-imagicaaworld-entertainment-target-of-rs-62-prabhudas-lilladher-14002773.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/buy-imagicaaworld-entertainment-target-of-rs-62-prabhudas-lilladher-14002773.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);
    }

    Prabhudas Lilladher’s research report on Imagicaaworld Entertainment

    We cut our EBITDA estimates by 3% for FY27E/FY28E as footfalls were ~5% lower than 1QFY25 despite addition of Indore Park. Nonetheless, addition of Shanku’s water Park (existing operational asset) in FY27E and Sabarmati Park in FY28E is likely to boost footfall growth over the next 2 years. Further, strategic collaboration with Hello Park (LoI’s signed to open indoor parks in Surat and Hyderabad) marks an entry into the indoor entertainment business. The phygital family entertainment business model is scalable, synergistic to the existing outdoor park business and asset light in nature. IMAGICAA IN reported a 21.9% YoY growth in footfalls to 1.15mn aided by low base (1QFY26 was marred by early monsoons) with an EBITDA margin of 50.7% (PLe 59.0%).

    We expect sales CAGR of 21% over the next 2 years with EBITDA margin of 43.5%/45.9% in FY27E/FY28E led by addition of 2 parks. Retain BUY with a SoTP based TP of INR64 valuing the park/hotel business at 15x FY28E EBITDA (no change in target multiple).

    For all recommendations report, click here

    Disclaimer: The views and investment tips expressed by investment experts/broking houses/rating agencies on moneycontrol.com are their own, and not that of the website or its management. Moneycontrol.com advises users to check with certified experts before taking any investment decisions.

    Broker Research
    first published: Aug 12, 2026 11:22 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

    'Went across India, knocking doors': HCL founder recalls how six men built tech giant with Rs 1.87 lakh

    ‘Went across India, knocking doors’: HCL founder recalls how six men built tech giant with Rs 1.87 lakh

    • ’50 lakh gone’: Family breaks 15 years of FDs to fund son’s Canada education; graduate now struggles to save
    • ‘India is credit-starved’: US-based founder takes aim at Indian banks over restrictive lending
    • Bengaluru woman raised by single mother becomes auto driver with husband’s support, now trains women for free
    • US YouTuber showed up with 6 SpongeBobs at an alleged scam call centre. Then chaos followed
    • Who is Georgina Rodríguez? Meet Cristiano Ronaldo’s wife, model and entrepreneur
    • Superman actor Nicholas Hoult to play Gilderoy Lockhart in Harry Potter Season 2
    • School teacher built Rs 80,000 crore Havells company: Qimat Rai Gupta came to Delhi with Rs 10,000 and changed India’s electrical products business
    • From studying under lantern to IPS: Meet Sharan Kamble, son of labourer, who rejected Rs 20 lakh job and cleared UPSC thrice
    • Apple iPhone 17 price in India drops to Rs 42085 with bank discount and exchange on Flipkart: Here’s how to get the deal
    • Samsung Galaxy S24 price drops to Rs 35,525 with cashback and exchange offer on Amazon
    • Abu Dhabi just made travel easier for Indians; 6 reasons to plan your next trip here
    • Cristiano Ronaldo-Georgina Rodríguez are now married! 5 children, 1 unimaginable loss and over 10 years of togetherness
    • Surya Grahan 2026: August 12 eclipse to sweep across 5 countries, is India one of them? Check full visibility list
    • From NCC cadet to a life of discipline and service: Meet Ishita Shukla, Ravi Kishan’s daughter who chose the armed forces over bollywood

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

    Subhash Helgaokar

    Entertainment Imagicaaworld Lilladher Prabhudas Target
    Share. Facebook Twitter
    Previous ArticleTexas Man Arrested After Ranting About Age Verification Laws Blocking His Anime
    Next Article How to watch Australia vs Bangladesh Test series 2026 for free in UK: Start time, TV channels and live streaming details
    James

    Related Posts

    ‘I’m the original item girl’: Usha Uthup on her ‘bedroom voice’, ageing and why Dhurandhar changed everything

    August 12, 2026

    A new Silk Road for video games and interactive entertainment

    August 12, 2026

    Have You Heard? Ram Gopal Varma announces Police Company with Harshvardhan Rane

    August 12, 2026

    Comic creator who brought Lincoln School history to life to visit

    August 12, 2026
    Leave A Reply Cancel Reply

    Our Picks

    Former PGA Golfer Matt McQuillan Dead at 45

    August 12, 2026

    ‘I’m the original item girl’: Usha Uthup on her ‘bedroom voice’, ageing and why Dhurandhar changed everything

    August 12, 2026

    Star Wars Zero Company: A New Hope for Turn

    August 12, 2026

    How to watch Australia vs Bangladesh Test series 2026 for free in UK: Start time, TV channels and live streaming details

    August 12, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Anime

    Delicious in Dungeon Season 2 Reveals First Look at New Character Makeovers

    By JamesJuly 6, 20260

    Delicious in Dungeon is now on the works for its big comeback with Season 2 of the anime, and has revealed a closer look at the makeovers for each of its characters coming in the new episodes. Delicious in Dungeon made its initial debut back in 2024 with an impressive first season that really grabbed…

    How Marvel Comics’ Team America Was Revived For 2026 After 44 Years

    July 6, 2026

    19-year-old man arrested over alleged sex scam via Roblox

    July 6, 2026

    GALA to Hold Live Stream on YouTube on July 9th

    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

    Former PGA Golfer Matt McQuillan Dead at 45

    August 12, 2026

    ‘I’m the original item girl’: Usha Uthup on her ‘bedroom voice’, ageing and why Dhurandhar changed everything

    August 12, 2026

    Star Wars Zero Company: A New Hope for Turn

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