Stocks to Watch Today: IndusInd Bank, Dabur India, Senco Gold, Rail Vikas Nigam, BEML, Shilpa Medicare, Godrej Consumer Products in focus on 7 July

view original post

Stocks to Watch, 7 July: Stocks like IndusInd Bank, Bank of India, Godrej Consumer Products, Dabur India, Senco Gold, Rail Vikas Nigam, Hazoor Multi Projects, BEML, Mahindra Lifespace Developers, Shilpa Medicare, and Tata Steel will be in focus on July 7.

Stocks to Watch today, 7 July

‘);
$(‘#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, appointments, order wins, and acquisitions, here’s a quick look at which stocks will be in focus in today’s trade:

Q1FY26 Earnings Update (Provisional)

Story continues below Advertisement

IndusInd Bank Q1 (YoY)

Net advances drop 3.9% to Rs 3.34 lakh crore Vs Rs 3.48 lakh crore

Deposits fall 0.3% to Rs 3.97 lakh crore Vs Rs 3.98 lakh crore

CASA ratio declines to 31.49% Vs 36.67%

Bank of India Q1 (YoY)

Global business grows 10.3% to Rs 15.05 lakh crore Vs Rs 13.65 lakh crore

Story continues below Advertisement

Global deposits increase 9.07% to Rs 8.34 lakh crore Vs Rs 7.64 lakh crore

Global gross advances soar 12% to Rs 6.72 lakh crore Vs Rs 6 lakh crore

Domestic deposits jump 9.6% to Rs 7.10 lakh crore Vs Rs 6.48 lakh crore

Domestic gross advances zoom 11.2% to Rs 5.65 lakh crore Vs Rs 5.08 lakh crore

IDBI Bank Q1 (YoY)

Total business grows 8% to Rs 5.08 lakh crore Vs Rs 4.71 lakh crore

Deposits increase 7% to Rs 2.97 lakh crore Vs Rs 2.77 lakh crore

CASA deposit drops 2% to Rs 1.33 lakh crore Vs Rs 1.35 lakh crore

Net advances soar 9% to Rs 2.12 lakh crore Vs Rs 1.94 lakh crore

Utkarsh Small Finance Bank Q1 (YoY)

Total deposits grow 18.3% to Rs 21,489 crore Vs Rs 18,163 crore

Gross loan portfolio increases 2.3% to Rs 19,224 crore Vs Rs 18,798 crore

CASA deposits soar 22.1% to Rs 4,218 crore Vs Rs 3,453 crore

Dhanlaxmi Bank Q1 (YoY)

Total business rises 15.8% to Rs 29,054 crore Vs Rs 25,084 crore

Total deposits jump 14.7% to Rs 16,570 crore Vs Rs 14,441 crore

Gross advances grow 17.3% to Rs 12,484 crore Vs Rs 10,643 crore

Gold loan increases 28.1% to Rs 4,039 crore Vs Rs 3,153 crore

ESAF Small Finance Bank Q1 (YoY)

Total deposits grow 8.7% to Rs 22,698 crore Vs Rs 20,887 crore

Gross advances fall 3% to Rs 18,224 crore Vs Rs 18,783 crore

CASA ratio improves to 24.80% Vs 23.59%

Godrej Consumer Products Q1

Standalone business likely to deliver high-single digit value growth on the back of mid-single digit underlying volume growth (UVG)

Volume growth has been strongly competitive and is sequentially improving

Home Care business likely to deliver double-digit value growth and UVG

Personal Care business is expected to grow value in low-single digit impacted by soaps.

Standalone business excluding soaps is expected to deliver a very strong performance with double-digit UVG

Standalone EBITDA margin is likely to be below company’s normative range but is expected to improve

Indonesia business faced a significant increase in competitive pricing action across all major categories, which will likely result in flattish UVG

On consolidated basis, Godrej Consumer expects double-digit rupee revenue growth on the back of high single digit UVG

Dabur India Q1

On decline in beverages, consolidated revenue is expected to grow in low-single digits

Consolidated operating profit growth is expected to marginally lag revenue growth

Home and Personal Care division is expected to perform well driven by the oral, home and skin care categories

Key brands such as Dabur Red Toothpaste, Odonil, Odomos, and Gulabari are expected to post strong growth coupled with market share gains

Within healthcare, brands such as Dabur Honey, Hajmola, Dabur Honitus, Dabur Health Juices are expected to post robust double-digit growth

Dabur Honitus is expected to perform exceedingly well with over 40% growth

International business is expected to post double digit constant currency growth led by key markets like MENA, Turkey, Bangladesh and US Namaste

Senco Gold Q1 (YoY)

Total revenue grows 28%

Retail revenue increases 24%

Same-store sales growth (SSSG- at secondary sales level) at 19%

Company launched 9 new showrooms, taking jewellery store portfolio to 179

Stocks to Watch

Rail Vikas Nigam

The company has received a Letter of Award (LOA) from Southern Railway for the upgradation of the electric traction system from 1×25 kV to 2×25 kV in the Salem Division of Southern Railway, aimed at meeting a 3,000 MT loading target. The total cost of the project is Rs 143.4 crore.

Hazoor Multi Projects

The company has received a Letter of Award (LOA) from Apollo Green Energy for NHPC’s 200 MW grid-connected solar PV project in GSECL’s RE Solar Park, Khavda (Stage-3), Gujarat. The total value of the awarded project is Rs 913 crore.

BEML

The company has bagged two separate export orders – One from the Commonwealth of Independent States (CIS) region for the supply of heavy-duty bulldozers, and second from Uzbekistan for the supply of high-performance motor graders. The total contract value is $6.23 million.

Mahindra Lifespace Developers

The Mahindra Group company has launched a new tower at Mahindra Citadel, part of a 9.66-acre residential development in Pune, with an overall gross development value (GDV) of nearly Rs 2,500 crore.

Jyoti CNC Automation

The Board has approved the acquisition of 20 acres of land at the Tumakuru Machine Tools Park (TMTP) in Karnataka for future expansion. The acquisition will be funded through internal accruals or debt.

UltraTech Cement

Anoop Khatry has resigned from the position of Chief Legal Officer, effective July 3, citing personal reasons.

Olectra Greentech

P V Krishna Reddy has been appointed as Chairman of the Board, effective July 5. However, K V Pradeep has resigned from the position of Managing Director and Director, effective July 4, due to personal reasons.

Shilpa Medicare

The company’s subsidiary, Shilpa Pharma Lifesciences’ Unit-1, has completed a GMP inspection by the Brazilian regulatory authority, ANVISA. The audit was conducted from June 30 to July 4 and concluded with no critical or major observations. Some procedural observations and recommendations were discussed during the inspection.

Tata Steel

Tata Steel has received a demand letter from the Deputy Director of Mines, Jajpur, regarding a revised assessment of a shortfall in mineral dispatch from the Sukinda Chromite Block for the fourth year under the Mine Development and Production Agreement. The alleged shortfall has resulted in a demand of Rs 1,902.7 crore. The company believes the State’s demand lacks justification and substantive basis and will pursue legal remedies before the appropriate judicial or quasi-judicial forum(s).

Shyam Metalics and Energy

In June 2025, stainless steel sales volume dropped 19% YoY to 5,665 tonnes, while the average realization increased 3% YoY to Rs 1.43 lakh per tonne.

Meanwhile, aluminium foil sales volume surged 52% YoY to 1,783 tonnes, with the average realization rising 9% YoY to Rs 3.61 lakh per tonne.

Sanmit Infra

The Board has approved the reappointment of Sanjay Makhija as Managing Director, and Kamal Makhija and Haresh Makhija as Whole-Time Directors.

Bulk Deals

Dreamfolks Services

Bajaj Finance has sold a 0.58% stake in Dreamfolks at Rs 196.32 per share, and Motilal Oswal Mutual Fund offloaded a 0.51% stake at Rs 211.14 per share.

Emcure Pharmaceuticals

BC Investments IV, an affiliate of US-based private equity firm Bain Capital, has sold 45 lakh shares (2.37% stake) at Rs 1,250.44 per share, amounting to Rs 562.7 crore. As of March 2025, BC Investments held an 8.68% stake in Emcure.

Godavari Biorefineries

360 ONE Equity Opportunity Fund sold a 0.62% stake, and Turnaround Opportunities Fund sold a 0.51% stake in Godavari Biorefineries at Rs 256.75 per share.

JTL Industries

Jindal Oil and Fats sold 19.5 lakh shares in JTL Industries at Rs 75.45 per share.

Kaushalya Logistics

Vicco Products (Bombay) bought 99,200 shares in Kaushalya Logistics at Rs 84.58 per share.

SME Listing on July 7

Pushpa Jewellers
Vandan Foods
Marc Loire Fashions
Cedaar Textile
Silky Overseas

Stocks Trade Ex-Dividend

Sun Pharmaceutical Industries
Dodla Dairy
Veedol Corporation

Stock Trades Ex-Date for Rights

Exicom Tele-Systems
Indsoya

Stock in F&O ban

RBL Bank