Close Menu
    Facebook X (Twitter) Instagram
    • Home
    • Contact Us
    • About Us
    • Privacy Policy
    • Terms Of Service
    • Advertisement
    Tuesday, August 25
    Facebook X (Twitter) Instagram Pinterest Vimeo
    ABS Africa TV
    • Breaking News
    • Trending
    • Africa News
    • World News
    • Features
    • Technology
    • Sports
    • Politics
    • More
      • Culture
      • Lifestyle
      • Travel
      • Business
      • Environment
      • Legal
      • Health
      • Cameroon
      • Ambazonia
      • AfroSingles
      • Environ/Climate
      • Editorial
      • The Leak Magazine
    • Donate
    Subscription
    ABS Africa TV
    Home»Business»Buy Urban Company; target of Rs 190: Emkay Global Financial
    Business

    Buy Urban Company; target of Rs 190: Emkay Global Financial

    Monah AnthonyBy Monah AnthonyAugust 24, 2026No Comments7 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Buy Urban Company; target of Rs 190: Emkay Global Financial
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Buy Urban Company; target of Rs 190: Emkay Global Financial
    Trending Topics

    Buy Urban Company; target of Rs 190: Emkay Global Financial

    Emkay Global Financial is bullish on Urban Company has recommended buy rating on the stock with a target price of Rs 190 in its research report dated August 23, 2026.
    Broker Research
    August 24, 2026 / 12:02 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-urban-company-target-of-rs-190-emkay-global-financial-14013755.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-urban-company-target-of-rs-190-emkay-global-financial-14013755.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);
    }

    Emkay Global Financial’ research report on Urban Company

    UC is the leader of India’s online home services market, whose large TAM and highly unorganized nature provide the company with a long growth runway. Increasing demand density in micromarkets is driving consumer satisfaction as well as partner wages, thereby reinforcing the flywheel. This has led to accelerating growth, and we build in 19.8% FY26-29E net transaction value (NTV) CAGR for India consumer services, ex-InstaHelp (ICS). With high operating leverage, we build in 47.4% adjusted EBITDA CAGR over FY26-29E for ICS. While the street is concerned about UC’s InstaHelp foray given the upfront cash burn, we believe this is the right playbook to improve platform stickiness and drive cross-sell. UC has the opportunity to capture a large TAM and increase frequency of platform use, which should create a sticky business. Considering the company is incubating InstaHelp and Native, and international business profitability is suboptimal, we expect UC to turn profitable only in FY30. The stock trades at 10.4x/8.3x FY28E/FY29E revenue.

    We initiate coverage on Urban Company (UC) with BUY and DCF-based SOTP TP of Rs190 (implying 19.5% upside).

    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 24, 2026 12:02 pm

    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

    IIM Bangalore graduate who once lived on Rs 10 a day now runs Rs 681 crore company

    IIM Bangalore graduate who once lived on Rs 10 a day now runs Rs 681 crore company

    • ‘Our job is funding our life’: Woman questions constant complaints about 9-to-5 corporate life
    • Zoho founder Sridhar Vembu explains why ‘waiting for orders’ can cripple an organisation
    • ‘Not even 5 feet from immigration’: US architect’s Delhi airport video catches Harsh Goenka’s attention
    • ‘It took just 20 minutes’: Indian woman shocked after paying Rs 12,000 for home service in UK
    • Quote of the day by Meryl Streep: “You can’t strategize falling in love, can you? It’s never worked…” – Life lessons on love, timing, authenticity, embracing uncertainty and trusting life’s journey
    • “Lata Mangeshkar was a big fan of CID, she even called Sony America but there was internal politics”, reveals Dayanand Shetty
    • Remember Momo Mami? Shark Tank India’s 1st pitch secured Rs 75 lakh from Ashneer Grover, Aman Gupta and Vineeta Singh — where is it now?
    • In 1944, on a remote Alaska island, 29 reindeer were left without any predators; years later, they had eaten themselves into extinction
    • iPhone 18 Pro Max price, design, display and camera set to be among biggest upgrades
    • Passenger laptop catches fire on American Airlines flight, FAA highlights lithium battery risks
    • “I would throw up right after eating, cry every single night for hours”: Anupama Parameswaran on her toxic former relationship; 5 signs to spot a narcissist
    • 5 easy dessert recipes under 30 minutes you can make for Rakhi celebrations
    • In 1971, India couldn’t buy sonar, so this IIT engineer built one; years later, his MIMO tech became the backbone of 4G, 5G and Wi-Fi
    • 8-hour job at Intel, late-night ISRO preparation: Meet the IIT Delhi engineer who secured AIR 7 in Scientist ‘A’ selection

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

    Post Views: 39

    company Emkay Global target urban
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Monah Anthony
    • Website

    Related Posts

    Dangote refinery flips Nigeria’s fuel trade as exports surge 7

    August 24, 2026

    South African Bishop says deadly mine collapse exposes deep economic sins

    August 23, 2026

    Social Shifters Global Innovation Challenge 2026 (Up

    August 23, 2026
    Leave A Reply Cancel Reply

    Search
    Latest Post

    Cape Town Safari Demand Surges as Aquila Reserve and Air…

    August 24, 2026

    Canada is no U.S. ‘subsidiary,’ Carney says, urging world to take lesson

    August 24, 2026

    School assembly news headlines today- August 25: Top national, sports and world news curated for you

    August 24, 2026

    Why Africa’s Economic Resilience Matters for India

    August 24, 2026

    South African police arrest 4 in the killing of former champion boxer Zolani Tete

    August 24, 2026

    Subscribe to Updates

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

    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • TikTok
    ABS TV and ABS Network News is a leading Pan-African 24/7 broadcasting network delivering nonstop news, talk shows, lifestyle programs, and digital media content worldwide through Satellite, Streaming Platforms, and Roku TV.
     
    Based in the United States, we connect Africa to the world while empowering creators, journalists, and brands through innovative media and broadcasting services.
    Facebook X (Twitter) Pinterest WhatsApp Instagram

    Our Picks

    Travel

    Cape Town Safari Demand Surges as Aquila Reserve and Air…

    World News

    Canada is no U.S. ‘subsidiary,’ Carney says, urging world to take lesson

    Africa News

    School assembly news headlines today- August 25: Top national, sports and world news curated for you

    Most Popular

    Features

    Why Africa’s Economic Resilience Matters for India

    Trending

    South African police arrest 4 in the killing of former champion boxer Zolani Tete

    Breaking News

    EFF pushes for strict parliamentary action against DA’s Mark Burke

    © 2026 Copyright. All Rights Reserved by ABSAFRICATV
    • Privacy Policy
    • Terms of Services

    Type above and press Enter to search. Press Esc to cancel.

    We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.