Stocks to Watch Today: LTIMindtree, Metropolis Healthcare, Dilip Buildcon, Brigade Enterprises, Glottis, Fabtech Technologies in focus on 07 October

view original post

Stocks to Watch, 07 October: Stocks like Bank of India, Metropolis Healthcare, Dilip Buildcon, LTIMindtree, Brigade Enterprises, Zydus Lifesciences, Coal India, Aster DM Healthcare, Reliance Industries, Bharti Airtel, and Aditya Birla Lifestyle Brands will be in focus on October 7.

Stocks to Watch Today, 07 October

‘);
$(‘#lastUpdated_’ + articleId).text(resData[stkKey][‘lastupdate’]);

//if(resData[stkKey][‘percentchange’] > 0){
// $(‘#greentxt_’+articleId).removeClass(“redtxt”).addClass(“greentxt”);
// $(‘.arw_red’).removeClass(“arw_red”).addClass(“arw_green”);
//}else if(resData[stkKey][‘percentchange’] < 0){
// $(‘#greentxt_’+articleId).removeClass(“greentxt”).addClass(“redtxt”);
// $(‘.arw_green’).removeClass(“arw_green”).addClass(“arw_red”);
//}
if (resData[stkKey][‘percentchange’] >= 0) {
$(‘#greentxt_’ + articleId).removeClass(“redtxt”).addClass(“greentxt”);
//$(‘.arw_red’).removeClass(“arw_red”).addClass(“arw_green”);
$(‘#gainlosstxt_’ + articleId).find(“.arw_red”).removeClass(“arw_red”).addClass(“arw_green”);
} else if (resData[stkKey][‘percentchange’] < 0) {
$(‘#greentxt_’ + articleId).removeClass(“greentxt”).addClass(“redtxt”);
//$(‘.arw_green’).removeClass(“arw_green”).addClass(“arw_red”);
$(‘#gainlosstxt_’ + articleId).find(‘.arw_green’).removeClass(“arw_green”).addClass(“arw_red”);
}

$(‘#volumetxt_’ + articleId).show();
$(‘#vlmtxt_’ + articleId).show();
$(‘#stkvol_’ + articleId).text(resData[stkKey][‘volume’]);
$(‘#td-low_’ + articleId).text(resData[stkKey][‘daylow’]);
$(‘#td-high_’ + articleId).text(resData[stkKey][‘dayhigh’]);
$(‘#rightcol_’ + articleId).show();
} else {
$(‘#volumetxt_’ + articleId).hide();
$(‘#vlmtxt_’ + articleId).hide();
$(‘#stkvol_’ + articleId).text(”);
$(‘#td-low_’ + articleId).text(”);
$(‘#td-high_’ + articleId).text(”);
$(‘#rightcol_’ + articleId).hide();
}
$(‘#stk-graph_’ + articleId).attr(‘src’, ‘//appfeeds.moneycontrol.com/jsonapi/stocks/graph&format=json&watch_app=true&range=1d&type=area&ex=’ + stockType + ‘&sc_id=’ + stockId + ‘&width=157&height=100&source=web’);
}
}
}
});
}

$(‘.bseliveselectbox’).click(function () {
$(‘.bselivelist’).show();
});

function bindClicksForDropdown(articleId) {
$(‘ul#stockwidgettabs_’ + articleId + ‘ li’).click(function () {
stkId = jQuery.trim($(this).find(‘a’).attr(‘stkid’));

$(‘ul#stockwidgettabs_’ + articleId + ‘ li’).find(‘a’).removeClass(‘active’);
$(this).find(‘a’).addClass(‘active’);
stockWidget(‘N’, stkId, articleId);
});
$(‘#stk-b-‘ + articleId).click(function () {
stkId = jQuery.trim($(this).attr(‘stkId’));
stockWidget(‘B’, stkId, articleId);
$(‘.bselivelist’).hide();
});
$(‘#stk-n-‘ + articleId).click(function () {
stkId = jQuery.trim($(this).attr(‘stkId’));
stockWidget(‘N’, stkId, articleId);
$(‘.bselivelist’).hide();
});
}

$(“.bselivelist”).focusout(function () {
$(“.bselivelist”).hide(); //hide the results
});

function bindMenuClicks(articleId) {

$(‘#watchlist-‘ + articleId).click(function () {
var stkId = $(this).attr(‘stkId’);
overlayPopupWatchlist(0, 2, 1, stkId);
});
$(‘#portfolio-‘ + articleId).click(function () {
var dispId = $(this).attr(‘dispId’);
pcSavePort(0, 1, dispId);
});
}

$(‘.mc-modal-close’).on(‘click’, function () {
$(‘.mc-modal-wrap’).css(‘display’, ‘none’);
$(‘.mc-modal’).removeClass(‘success’);
$(‘.mc-modal’).removeClass(‘error’);
});
function overlayPopupWatchlist(e, t, n, stkId) {
$(‘.srch_bx’).css(‘z-index’, ‘999’);
typparam1 = n;
if (readCookie(‘nnmc’)) {
var lastRsrs = new Array();
lastRsrs[e] = stkId;
if (lastRsrs.length > 0) {
var resStr = ”;
let secglbVar = 1;

var url = ‘//www.moneycontrol.com/mccode/common/saveWatchlist.php’;
$.get(“//www.moneycontrol.com/mccode/common/rhsdata.html”, function (data) {
$(‘#backInner1_rhsPop’).html(data);
$.ajax({
url: url,
type: “POST”,
dataType: “json”,
data: { q_f: typparam1, wSec: secglbVar, wArray: lastRsrs },
success: function (d) {
if (typparam1 == ‘1’) // rhs
{
var appndStr = ”;
// var newappndStr = makeMiddleRDivNew(d);
// appndStr = newappndStr[0];
var titStr = ”; var editw = ”;
var typevar = ”;
var pparr = new Array(‘Monitoring your investments regularly is important.’, ‘Add your transaction details to monitor your stock`s performance.’, ‘You can also track your Transaction History and Capital Gains.’);
var phead = ‘Why add to Portfolio?’;
if (secglbVar == 1) {
var stkdtxt = ‘this stock’;
var fltxt = ‘ it ‘;
typevar = ‘Stock ‘;
if (lastRsrs.length > 1) {
stkdtxt = ‘these stocks’;
typevar = ‘Stocks ‘; fltxt = ‘ them ‘;
}

}

//var popretStr =lvPOPRHS(phead,pparr);
//$(‘#poprhsAdd’).html(popretStr);
//$(‘.btmbgnwr’).show();
var tickTxt = ‘‘;
if (typparam1 == 1) {
var modalContent = ‘Watchlist has been updated successfully.’;
var modalStatus = ‘success’; //if error, use ‘error’

$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);

//var existsFlag=$.inArray(‘added’,newappndStr[1]);
//$(‘#toptitleTXT’).html(tickTxt+typevar+’ to your watchlist’);
//if(existsFlag == -1)
//{
// if(lastRsrs.length > 1)
// $(‘#toptitleTXT’).html(tickTxt+typevar+’already exist in your watchlist’);
// else
// $(‘#toptitleTXT’).html(tickTxt+typevar+’already exists in your watchlist’);
//
//}
}

//$(‘.accdiv’).html(”);
//$(‘.accdiv’).html(appndStr);
}
},
//complete: function (d) {
// if(typparam1==1)
// {
// watchlist_popup(‘open’);
// }
//if (typparam1 == ‘1’ && d.status == 200) // rhs
//{
//if (typparam1 == 1) {
//var modalContent = ‘Watchlist has been updated successfully.’;
//var modalStatus = ‘success’; //if error, use ‘error’

//$(‘.mc-modal-content’).text(modalContent);
//$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
//$(‘.mc-modal’).addClass(modalStatus);
//}
//}
//}
});
});
}
else {
var disNam = ‘stock’;
if ($(‘#impact_option’).html() == ‘STOCKS’)
disNam = ‘stock’;
if ($(‘#impact_option’).html() == ‘MUTUAL FUNDS’)
disNam = ‘mutual fund’;
if ($(‘#impact_option’).html() == ‘COMMODITIES’)
disNam = ‘commodity’;

alert(‘Please select at least one ‘ + disNam);
}
}
else {
AFTERLOGINCALLBACK = ‘overlayPopup(‘ + e + ‘, ‘ + t + ‘, ‘ + n + ‘)’;
// commonPopRHS();
// $(“#LoginModal”).modal();
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
console.log(‘Login…’);
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/markets/stocks-to-watch-today-ltimindtree-metropolis-healthcare-dilip-buildcon-brigade-enterprises-glottis-fabtech-technologies-in-focus-on-07-october-13600135.html’;
}
/*work_div = 1;
typparam = t;
typparam1 = n;
check_login_pop(1)*/
}
}

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 + ‘)’;
// commonPopRHS();
// $(“#LoginModal”).modal();
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
console.log(‘Login…’);
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/markets/stocks-to-watch-today-ltimindtree-metropolis-healthcare-dilip-buildcon-brigade-enterprises-glottis-fabtech-technologies-in-focus-on-07-october-13600135.html’;
}
/*work_div = 1;
typparam = t;
typparam1 = n;
check_login_pop(1)*/

}

}

function commonPopRHS(e) {
/*var t = ($(window).height() – $(“#” + e).height()) / 2 + $(window).scrollTop();
var n = ($(window).width() – $(“#” + e).width()) / 2 + $(window).scrollLeft();
$(“#” + e).css({
position: “absolute”,
top: t,
left: n
});
$(“#lightbox_cb,#” + e).fadeIn(300);
$(“#lightbox_cb”).remove();
$(“body”).append(”);
$(“#lightbox_cb”).css({
filter: “alpha(opacity=80)”
}).fadeIn()*/
$(“.linkSignUp”).click();
}

function overlay(n) {
document.getElementById(‘back’).style.width = document.body.clientWidth + “px”;
document.getElementById(‘back’).style.height = document.body.clientHeight + “px”;
document.getElementById(‘back’).style.display = ‘block’;
jQuery.fn.center = function () {
this.css(“position”, “absolute”);
var topPos = ($(window).height() – this.height()) / 2;
this.css(“top”, -topPos).show().animate({ ‘top’: topPos }, 300);
this.css(“left”, ($(window).width() – this.width()) / 2);
return this;
}
setTimeout(function () { $(‘#backInner’ + n).center() }, 100);

}
function closeoverlay(n) {
document.getElementById(‘back’).style.display = ‘none’;
document.getElementById(‘backInner’ + n).style.display = ‘none’;
}
stk_str = ”;
stk.forEach(function (stkData, index) {
if (index == 0) {
stk_str += stkData.stockId.trim();
} else {
stk_str += ‘,’ + stkData.stockId.trim();
}
});

//console.log(stk_str);
$.get(‘//www.moneycontrol.com/techmvc/mc_apis/stock_details/?classic=true&sc_id=’ + stk_str, function (data) {
stk.forEach(function (stkData, index) {
$(‘#stock-name-‘ + stkData.stockId.trim() + ‘-‘ + article_id).text(data[stkData.stockId.trim()][‘nse’][‘shortname’]);
});
});

function redirectToTradeOpenDematAccountOnline() {
if (stock_isinid && stock_tradeType) {
// window.open(`https://www.moneycontrol.com/open-demat-account-online?classic=true&script_id=${stock_isinid}&ex=${stock_tradeType}&site=web&asset_class=stock&utm_source=moneycontrol&utm_medium=articlepage&utm_campaign=tradenow&utm_content=webbutton`, ‘_blank’);
window.open(`https://www.moneycontrol.com/tradenow/shared_postback.php?did=${stock_isinid}`, ‘_blank’);
}
}

Let’s catch up on the latest news from the stock market. From significant investments to major deals, quarterly earnings, appointments, and order wins, here’s a quick look at which stocks will be in focus in today’s trade:

Quarterly Business Update

Story continues below Advertisement

Bank of India Q2 (YoY)

Global business grows 11.8% to Rs 15.61 lakh crore Vs Rs 13.97 lakh crore

Global deposits increase 10.08% to Rs 8.53 lakh crore Vs Rs 7.75 lakh crore

Global gross advances jump 14% to Rs 7.08 lakh crore Vs Rs 6.21 lakh crore

Domestic deposits rise 8.5% to Rs 7.30 lakh crore Vs Rs 6.72 lakh crore

Domestic gross advances soar 14.6% to Rs 5.96 lakh crore Vs Rs 5.20 lakh crore

Story continues below Advertisement

Metropolis Healthcare Q2 (YoY)

Revenue surges 23% including revenues from Core Diagnostics, Scientific Pathology (Scientific), Agra and Ahuja’s Pathology & Imaging Center, Dehradun

B2C revenues soar 16%

B2B revenue grows 34% on higher contribution of B2B business in Core Diagnostics

Company is debt free and has net cash surplus of Rs 55 crore

TruHealth Wellness and Specialty segments record 25% and 36% growth, respectively

Stocks to Watch

Oil India, Mahanagar Gas

Oil India has signed a Memorandum of Understanding (MoU) with Mahanagar Gas to explore opportunities across the LNG value chain and in emerging clean energy areas.

Dilip Buildcon

The company, through the DBL-APMPL joint venture (DBL – 74% & APMPL – 26% stake), has received a Letter of Acceptance (LOA) for development of a 100 MW grid-connected ground-mounted solar PV power project under captive mode to supply power to Madhya Pradesh Jal Nigam for 25 years from the date of commissioning.

LTIMindtree

The global technology consulting and digital solutions company has entered into a multi-year agreement with a leading global media and entertainment company.

Brigade Enterprises

The company has signed a Joint Development Agreement (JDA) for its upcoming premium residential projects in West Chennai. The development spans a 6.6-acre land parcel. The estimated Gross Development Value (GDV) of the project is Rs 1,000 crore.

Zydus Lifesciences

The company has received a Notice of Compliance (NOC) from Health Canada for generic Liothyronine tablets of 5 mcg and 25 mcg dosages.

Liothyronine tablets are primarily indicated for treating hypothyroidism. These tablets recorded annual sales of 10.9 million CAD in Canada.

HCL Technologies

The global technology company has joined the MIT Media Lab, a world-renowned research and innovation ecosystem at the Massachusetts Institute of Technology (MIT).

HCL will gain access to the Media Lab’s research and networks, and will co-develop projects aimed at translating meaningful AI innovation into impactful and scalable solutions.

Coal India

The company has executed a non-binding Memorandum of Understanding (MoU) with the Chhattisgarh Mineral Development Corporation for collaboration in the exploration and exploitation of critical minerals, along with other minerals of mutual interest.

Aster DM Healthcare

The company has received No Objection Certificates (NOCs) from both BSE and NSE for the merger of Quality Care India with itself.

Garden Reach Shipbuilders & Engineers

The Government of India has appointed Niranjan Mukund Bhalerao as Director (Finance) and Chief Financial Officer (CFO) of the company for a five-year term, effective October 6.

NIBE

The company has received purchase orders worth Rs 20.57 crore from a leading infrastructure and defence company in India for the manufacturing and supply of multiple structures.

Reliance Industries, Bharti Airtel, Vodafone Idea

Reliance Jio, a subsidiary of Reliance Industries, added 19.49 lakh wireless subscribers in August 2025, compared to 4.82 lakh added in July. Bharti Airtel added 4.96 lakh subscribers, against 4.64 lakh in the same period. Vodafone Idea lost 3.08 lakh subscribers in August, slightly better than the 3.59 lakh user loss in the previous month.

Block Deals

Aditya Birla Lifestyle Brands

Flipkart Investments exited Aditya Birla Lifestyle Brands by selling its entire 7.3 crore shares (6.02% stake) at Rs 136.45 per share, amounting to Rs 998.4 crore.

However, a group of 12 investors, including Morgan Stanley, Societe Generale, Amansa Holdings, Goldman Sachs, Aditya Birla Sun Life Mutual Fund, UTI AMC, ICICI Prudential Life Insurance, ICICI Prudential Mutual Fund, Nippon India Mutual Fund, and SBI Life Insurance Company purchased the entire 6.02% stake sold by Flipkart Investments.

Eternal

BofA Securities Europe SA bought 81 lakh shares (0.08% stake) in Zomato’s parent company at Rs 328.45 per share, valued at Rs 266.04 crore, from Goldman Sachs Bank Europe SE – ODI.

Optiemus Infracom

BofA Securities Europe SA also acquired 3,54,060 shares (0.4% stake) in Optiemus Infracom at Rs 672.10 per share, valued at Rs 23.79 crore, from Dymon Asia Multi-Strategy Investment (Singapore).

Bulk Deals

Pace Digitek

Morgan Stanley Asia (Singapore) Pte purchased 12 lakh shares in the telecom infrastructure solutions provider at Rs 220.95 per share.

However, Necta Bloom One sold 21.02 lakh shares at Rs 224.99 per share.

Embassy Office Parks REIT

Kotak Performing Re Credit Strategy Fund-I sold 90.43 units of the REIT at Rs 421 per unit.

Mainboard Listing

Glottis
Fabtech Technologies

SME Listing

Vijaypd Ceutical
Suba Hotels
Sodhani Capital
Om Metallogic
Dhillon Freight Carrier

Stock Trades Ex-Bonus

Sayaji Industries

Stock in F&O ban

RBL Bank

Disclaimer: MoneyControl is a part of the Network18 group. Network18 is controlled by Independent Media Trust, of which Reliance Industries is the sole beneficiary.