Stocks to watch, 24 Apr: Stocks like Syngene International, Wendt India, Supreme Petrochem, 360 ONE WAM, Can Fin Homes, Rallis India, Tata Teleservices (Maharashtra), Tamilnad Mercantile Bank, Filatex India, Biocon, Niva Bupa Health Insurance Company, Spandana Sphoorty Financial, and Bajaj Finance will be in focus on April 24.
Sunil Shankar Matkar
April 24, 2025 / 01:11 IST
Stocks to Watch Today
‘);
$(‘#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’);
// }
//}
});
});
}
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();
/*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();
/*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();
}
});
$.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’);
}
}
Let’s catch up on the latest news from the stock market. From significant investments to major deals, quarterly earnings, order wins, and appointments, here’s a quick look at which stocks will be in focus in today’s trade:
Hindustan Unilever, Axis Bank, SBI Life Insurance Company, Tech Mahindra, Nestle India, ACC, Adani Energy Solutions, Cyient, Indian Energy Exchange, Laurus Labs, Macrotech Developers, L&T Technology Services, Mphasis, Nelco, Persistent Systems, SBI Cards and Payment Services, Supreme Industries, Sterling and Wilson Renewable Energy, Tanla Platforms, and Waaree Technologies will announce their quarterly earnings on April 24.
Tata Consumer Products Q4 (Consolidated YoY)
Profit zooms 59.2% to Rs 344.9 crore Vs Rs 216.6 crore
Revenue grows 17.3% to Rs 4,608.2 crore Vs Rs 3,926.9 crore
Exceptional gains at Rs 45.32 crore Vs exceptional loss of Rs 215.8 crore
Story continues below Advertisement
Board recommends a dividend of Rs 8.25 per share for FY25
LTIMindtree Q4 (Consolidated QoQ)
Profit rises 3.97% to Rs 1,128.5 crore Vs Rs 1,085.4 crore
Revenue increases 1.1% to Rs 9,771.7 crore Vs Rs 9,660.9 crore
EBIT margin stands steady at 13.8% Vs 13.8%
Revenue in dollar terms declines 0.7% to $1,131 million Vs $1,138.7 million
Board recommends a final dividend of Rs 45 per share
Bajaj Housing Finance Q4 (YoY)
Profit jumps 53.8% to Rs 586.7 crore Vs Rs 381.3 crore
Revenue zooms 25.6% to Rs 2,508 crore Vs Rs 1,996.4 crore
Net interest income grows 30.8% to Rs 823 crore Vs Rs 629 crore
Thyrocare Technologies Q4 (Consolidated YoY)
Profit grows 22% to Rs 21.7 crore Vs Rs 17.78 crore
Revenue increases 21.3% to Rs 187.2 crore Vs Rs 154.3 crore
Board recommends final dividend of Rs 21 per share for FY25
Syngene International Q4 (Consolidated YoY)
Profit declines 2.8% to Rs 183.3 crore Vs Rs 188.6 crore
Revenue rises 11% to Rs 1,018 crore Vs Rs 916.9 crore
Wendt India Q4 (Consolidated YoY)
Profit falls 3.7% to Rs 12.89 crore Vs Rs 13.38 crore
Revenue increases 7.9% to Rs 75.6 crore Vs Rs 70.1 crore
Board recommends a final dividend of Rs 20 per share
Supreme Petrochem Q4 (YoY)
Profit drops 18.7% to Rs 106.9 crore Vs Rs 131.5 crore
Revenue declines 1.5% to Rs 1,539 crore Vs Rs 1,562.8 crore
Board recommends a finat dividend of Rs 7.5 per share
360 ONE WAM Q4 (Consolidated YoY)
Profit grows 2.9% to Rs 249.6 crore Vs Rs 242.6 crore
Revenue rises 3.7% to Rs 820.8 crore Vs Rs 791.2 crore
Can Fin Homes Q4 (YoY)
Profit jumps 11.6% to Rs 233.8 crore Vs Rs 209.6 crore
Net interest income increases 6.3% to Rs 365.3 crore Vs Rs 343.7 crore
Rallis India Q4 (YoY)
Net loss widens to Rs 32 crore Vs loss of Rs 21 crore
Revenue declines 1.4% to Rs 430 crore Vs Rs 436 crore
Tata Teleservices (Maharashtra) Q4 (Standalone YoY)
Net loss narrows to Rs 306.4 crore Vs loss of Rs 309.3 crore
Revenue declines 4.6% to Rs 308.3 crore Vs Rs 323.3 crore
Tamilnad Mercantile Bank Q4 (YoY)
Profit jumps 15.3% to Rs 291.9 crore Vs Rs 253.1 crore
Net interest income rises 0.2% to Rs 567.9 crore Vs Rs 567 crore
Gross NPA declines to 1.25% Vs 1.32% (QoQ)
Net NPA falls to 0.36% Vs 0.41% (QoQ)
Filatex India Q4 (Standalone YoY)
Profit increases 18.8% to Rs 41.4 crore Vs Rs 34.8 crore
Revenue rises 5.3% to Rs 1,080 crore Vs Rs 1,025.8 crore
Stocks to Watch
The Board has approved the raising of funds up to Rs 4,500 crore via the issuance of equity shares, non-convertible debt instruments along with warrants, by way of qualified institutions placement(s), rights issue, preferential allotment, or private placement(s), in one or more tranches.
BPCL has entered into a joint venture (JV) agreement with GPS Renewables to establish compressed biogas (CBG) plants across India. This strategic alliance marks a significant step towards advancing India’s energy transition and contributes to BPCL’s net-zero goals.
The company’s subsidiary, Adani Hydro Energy Five, has entered into a Power Purchase Agreement (PPA) with Uttar Pradesh Power Corporation (UPPCL) for the supply of 1,250 MW of energy storage capacity from pumped hydro storage projects.
Niva Bupa Health Insurance Company
The Insurance Regulatory and Development Authority of India (IRDAI) has approved the re-appointment of Krishnan Ramachandran as the CEO and Managing Director of the company for five years, effective May 1.
Sivakumar S has resigned as Chief Financial Officer (CFO) of the company due to personal reasons, effective April 23.
The company has received an additional award worth $5.2 million (approximately Rs 44 crore) from UNICEF for the supply of 40 million doses of its bivalent oral polio vaccine (bOPV) in Q3 CY2025. In December 2024, it had received an award worth $14.95 million (approximately Rs 127 crore) for the supply of 115 million doses of its bOPV in CY2025.
Shalabh Saxena has resigned as Managing Director and Chief Executive Officer of the company, effective April 23. The Board has approved the appointment of Ashish Kumar Damani as the Interim Chief Executive Officer of the company, effective April 23. Ashish Kumar Damani is currently designated as President and Chief Financial Officer of the company.
The Board will meet on April 29 to additionally consider a special (interim) dividend for FY25, the sub-division/split of existing equity shares, and the issue of bonus shares, along with financial results.
The Board has approved the issue price at Rs 150 per equity share for its rights issue worth Rs 125 crore. The rights entitlement ratio is 19 rights equity shares for every 100 equity shares held by eligible shareholders as of the record date of April 29. The rights issue will open on May 7 and close on May 22.
The Board has approved the raising of funds up to Rs 6,500 crore via debt and the issuance of commercial papers worth Rs 675 crore.
Bulk Deals
Capri Global Holdings has bought a 1.1% stake in the company at an average price of Rs 473.58 per share.
Stocks Trade Ex-Dividend
Huhtamaki India
Colab Platforms
Stock Trades Ex-Bonus
Navkar Urbanstructure
Stock Trades Ex-Date for Spin Off
Sterlite Technologies
Stock in F&O ban
RBL Bank
Stock removed from F&O ban
Manappuram Finance