Stocks to Watch, 29 October: Stocks like Shree Cement, Jindal Steel, Tata Capital, Mahindra and Mahindra Financial Services, Premier Energies, DCM Shriram, Ideaforge Technology, Happiest Minds Technologies, Novartis India, Sundram Fasteners, CreditAccess Grameen, and Star Health and Allied Insurance Company will be in focus on October 29.
Stocks to Watch Today, 29 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-shree-cement-tata-capital-premier-energies-ideaforge-star-health-go-digit-tvs-holdings-arisinfra-swan-defence-in-focus-on-29-october-13638106.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-shree-cement-tata-capital-premier-energies-ideaforge-star-health-go-digit-tvs-holdings-arisinfra-swan-defence-in-focus-on-29-october-13638106.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, and appointments, here’s a quick look at which stocks will be in focus in today’s trade:
Larsen & Toubro, Coal India, Hindustan Petroleum Corporation, LIC Housing Finance, PB Fintech, APL Apollo Tubes, Apollo Pipes, Bharat Heavy Electricals, Brigade Enterprises, CG Power and Industrial Solutions, Fino Payments Bank, Five-Star Business Finance, PNGS Gargi Fashion Jewellery, HeidelbergCement India, Le Travenues Technology, Laxmi Organic Industries, Mahanagar Gas, NLC India, NMDC, NTPC Green Energy, Quess Corp, Radico Khaitan, RailTel Corporation of India, Steel Authority of India, Sanofi India, United Breweries, and Varun Beverages will announce their quarterly earnings on October 29.
Shree Cement Q2 (Consolidated YoY)
Profit zooms 303.6% to Rs 308.5 crore Vs Rs 76.44 crore
Revenue grows 17.4% to Rs 4,761 crore Vs Rs 4,054.2 crore
EBITDA soars 58.8% to Rs 974 crore Vs Rs 613.5 crore
Story continues below Advertisement
EBITDA margin expands to 20.45% Vs 15.13%
Jindal Steel Q2 (Consolidated YoY)
Profit falls 25.9% to Rs 638.2 crore Vs Rs 860.9 crore
Revenue grows 4.2% to Rs 11,685.9 crore Vs Rs 11,213.3 crore
Board approves appointment of Gautam Malhotra as Chief Executive Officer
Tata Capital Q2 (Consolidated YoY)
Profit rises 17% to Rs 1,128 crore Vs Rs 965 crore
Net interest income increases 23% to Rs 2,637 crore Vs Rs 2,139 crore
Net total income jumps 28% to Rs 3,330 crore Vs Rs 2,599 crore
Assets under management soars 22% to Rs 2.15 lakh crore Vs Rs 1.76 lakh crore
Mahindra and Mahindra Financial Services Q2 (Consolidated YoY)
Profit zooms 45.1% to Rs 566 crore Vs Rs 390 crore
Net interest income grows 18% to Rs 2,829 crore Vs Rs 2,403 crore
Premier Energies Q2 (Consolidated YoY)
Profit soars 71.6% to Rs 353.4 crore Vs Rs 205.9 crore
Revenue grows 20.3% to Rs 1,836.9 crore Vs Rs 1,527.2 crore
DCM Shriram Q2 (Consolidated YoY)
Profit surges 151.2% to Rs 158 crore Vs Rs 62.9 crore
Revenue increases 9.7% to Rs 3,432.4 crore Vs Rs 3,130 crore
Ideaforge Technology Q2 (Consolidated YoY)
Loss widens to Rs 19.6 crore Vs Rs 13.7 crore
Revenue grows 9.9% to Rs 40.8 crore Vs Rs 37.1 crore
Happiest Minds Technologies Q2 (Consolidated YoY)
Profit rises 9% to Rs 54 crore Vs Rs 49.5 crore
Revenue soars 10% to Rs 573.6 crore Vs Rs 521.6 crore
Novartis India Q2 (YoY)
Profit spikes 18.7% to Rs 24.2 crore Vs Rs 20.4 crore
Revenue increases 3.7% to Rs 90.3 crore Vs Rs 87.1 crore
Sundram Fasteners Q2 (Consolidated YoY)
Profit rises 5.9% to Rs 150.9 crore Vs Rs 142.5 crore
Revenue grows 2.4% to Rs 1,521 crore Vs Rs 1,486 crore
CreditAccess Grameen Q2 (Consolidated YoY)
Profit falls 32.4% to Rs 125.8 crore Vs Rs 186 crore
Net interest income rises 6.2% to Rs 1,028.8 crore Vs Rs 968.7 crore
Star Health and Allied Insurance Company Q2 (YoY)
Profit sinks 50.7% to Rs 54.9 crore Vs Rs 111.3 crore
Gross premium written rises 1.2% to Rs 4,423.8 crore Vs Rs 4,371.3 crore
Net premium earned grows 10.2% to Rs 4,080.8 crore Vs Rs 3,703.9 crore
Net commission zooms 25.9% to Rs 690.9 crore Vs Rs 548.9 crore
Blue Dart Express Q2 (Consolidated YoY)
Profit jumps 29.5% to Rs 81.4 crore Vs Rs 62.8 crore
Revenue increases 7% to Rs 1,549.3 crore Vs Rs 1,448.5 crore
Go Digit General Insurance Q2 (YoY)
Profit spikes 30.2% to Rs 116.5 crore Vs Rs 89.5 crore
Gross premium written grows 12.6% to Rs 2,667.5 crore Vs Rs 2,368.6 crore
Net premium earned increases 10.4% to Rs 2,088.2 crore Vs Rs 1,891.2 crore
Net commission rises 5.2% to Rs 602.6 crore Vs Rs 572.6 crore
Adani Total Gas Q2 (Consolidated YoY)
Profit falls 11.9% to Rs 163.5 crore Vs Rs 185.6 crore
Revenue jumps 19.6% to Rs 1,576.4 crore Vs Rs 1,318.4 crore
Adani Green Energy Q2 (Consolidated YoY)
Profit grows 25% to Rs 644 crore Vs Rs 515 crore
Revenue rises 0.1% to Rs 3,008 crore Vs Rs 3,005 crore
TVS Holdings Q2 (Consolidated YoY)
Profit zooms 59.2% to Rs 442.9 crore Vs Rs 278.3 crore
Revenue increases 27.1% to Rs 14,549.2 crore Vs Rs 11,450 crore
Stocks to Watch
The real estate developer has raised Rs 875 crore through a private placement of non-convertible debentures (NCDs) to the International Finance Corporation (IFC). The proceeds will be used for the development of mid-income and sustainable housing projects and for the reduction of existing debt.
The company has signed a partnership with Bharat Petroleum Corporation (BPCL) and Numaligarh Refinery (NRL) to boost growth across refining, petrochemicals, and logistics infrastructure.
Oil India and BPCL have entered into a collaborative framework for building the Rs 1 lakh crore integrated Ramayapatnam Greenfield Refinery & Petrochemical project, the first of its kind in South India. Additionally, Oil India has signed a pact with BPCL and NRL for a Rs 3,500 crore cross-country product evacuation pipeline following the NRL refinery expansion.
Girish Kousgi, Managing Director and CEO of the company, has vacated his office on October 28. Regulatory approvals are currently underway for the appointment of a new Managing Director & CEO.
In the meantime, Jatul Anand, Executive Director, will lead the team under the guidance of the Board, chaired by D Surendran, Nominee Director from Punjab National Bank.
V Prasada Raju has resigned as Managing Director and Director of the company, effective October 28.
The Board has approved the appointment of Himanshu Agarwal, currently serving as Chief Financial Officer, as an Additional Director of the company for a five-year term, effective October 29. He will also be designated as Whole-time Director and Chief Financial Officer of the company.
The company, through its subsidiary ArisUnitern RE Solutions, has announced strategic partnerships with Mumbai-based Transcon Group and Bengaluru-based Amogaya Projects. These partnerships further strengthen its integrated model across material supply and value-added services and aim to unlock over Rs 12,000 crore in real estate value.
Swan Defence and Heavy Industries
Mazagon Dock Shipbuilders has signed an exclusive Teaming Agreement (TA) with Swan Defence for collaboration in the design and construction of Landing Platform Docks (LPDs) for the Indian Navy.
Block Deals
Jomei Investments, a special purpose vehicle owned by Advent International Corporation, has exited Aditya Birla Capital by selling its entire 5.32 crore equity shares (2.04% stake) via two block deals at Rs 308 per share, valued at Rs 1,638.6 crore.
These 5.32 crore shares were bought by a total of 15 foreign and domestic institutional investors, including Goldman Sachs, Plutus Wealth Management, Morgan Stanley, Norges Bank (on account of the Government Pension Fund Global), Société Générale, Viridian Asia Opportunities Master Fund, HDFC Life Insurance Company, ICICI Prudential Life Insurance Company, ITI Mutual Fund, Motilal Oswal AMC, and SBI Mutual Fund.
Bulk Deals
India Opportunities Growth Fund – Pinewood Strategy sold 1.53 lakh shares (0.54% stake) at Rs 87.76 per share, amounting to Rs 1.3 crore.
BofA Securities Europe SA acquired 2.1 lakh shares (0.53% stake) in Tolins Tyres at Rs 189.99 per share, valued at Rs 3.98 crore.
Stock in F&O ban
Sammaan Capital
Stock Out of F&O ban
SAIL