Stocks to Watch Today: Wipro, HDFC Bank, Alkem Labs, Aditya Birla Fashion, Indegene, Tata Technologies, Servotech, Scoda Tubes in focus on 4 June

view original post

Stocks to watch, 4 June: Stocks like Sun Pharmaceutical Industries, Zydus Lifesciences, Techno Electric & Engineering Company, R Systems International, NMDC, Tata Technologies, Indegene, Aditya Birla Fashion and Retail, Alkem Laboratories, HDFC Bank, Wipro, Servotech Renewable Power Systems, and Scoda Tubes will be in focus on June 4.

Stocks to Watch Today, 4 June

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

Results Today

Story continues below Advertisement

Allied Digital Services, Ashapura Intimates Fashion, Arcotech, Euro Asia Exports, Hardwyn India, Royal Cushion Vinyl Products, Sampre Nutritions, and Starlit Power Systems will release their quarterly earnings on June 4.

Stocks to Watch

Tata Technologies

TPG Rise is likely to sell a 2.1% stake in Tata Technologies via a block deal, reports CNBC-TV18, quoting sources. The total block size is likely valued at Rs 634 crore, with a floor price of Rs 744.5 per share.

Indegene

CA Dawn is expected to sell a 10.2% stake in Indegene via block deals, which may be valued at Rs 1,420 crore, according to CNBC-TV18. The deal involves 2.44 crore shares at a floor price of Rs 580 per share.

Story continues below Advertisement

Aditya Birla Fashion and Retail

Flipkart is likely to sell its entire 6% stake, worth nearly Rs 600 crore, in the company via block deals, reports CNBC-Awaaz, quoting sources. The floor price may be Rs 80 per share.

Alkem Laboratories

Promoter Jayanti Sinha is set to offload a 1.42% stake in the pharmaceutical company via a block deal, reports CNBC-TV18, quoting sources. The deal may be valued at around Rs 825 crore, with a floor price of Rs 4,850 per share.

HDFC Bank

HDB Financial Services, a subsidiary of the bank, has received approval from SEBI to launch a Rs 12,500-crore initial public offering (IPO) within the next one year. The IPO will comprise a fresh issue of Rs 2,500 crore and an offer-for-sale of Rs 10,000 crore worth of shares by parent HDFC Bank. The bank currently holds a 94.36% stake in HDB Financial Services.

Wipro

The AI-powered technology services and consulting company has won a multi-year deal with Entrust, a global leader in identity-centric security solutions. Wipro will provide strategic resources, scale, and agility to help Entrust accelerate its growth.

Servotech Renewable Power Systems

The company has received an order for a 7.8 MW grid-connected solar rooftop project from the Rangiya Division of the Northeast Frontier Railway. The order, valued at Rs 33.6 crore, also includes a comprehensive 5-year annual maintenance contract (AMC) for various buildings within the Rangiya division.

Sun Pharmaceutical Industries

The company’s psoriasis drug SCD-044 has failed to meet its primary endpoint of 75% improvement in PASI (Psoriasis Area and Severity Index) score at week 16 in its Phase 2 trial. Additionally, the company is discontinuing studies of SCD-044 for atopic dermatitis after top-line results from a Phase 2 clinical trial did not meet the primary objective of 75% improvement in EASI (Eczema Area and Severity Index) score at week 16.

Zydus Lifesciences

The company’s subsidiary, Zynext Ventures USA LLC, has entered into a Securities Purchase Agreement with Agenus Inc., a US-based immuno-oncology company developing next-generation therapeutics for high-unmet need cancers. As part of the agreement, Zynext Ventures will acquire 21.33 lakh shares (representing a 5.9% stake) in Agenus at a price of $7.50 per share, valued at approximately $16 million. The acquisition expands Zydus’ immuno-oncology pipeline and global reach.

Techno Electric & Engineering Company

The company has been selected by RailTel Corporation of India as a managed service data centre partner on a revenue-sharing basis to design, build, finance, and operate a 10MW data centre in phases on RailTel’s land in Noida. The project will be executed under the digital platform arm of the company, Techno Digital.

R Systems International

The company has announced a strategic partnership with Mavvrik, a leader in AI cost governance, to help enterprises gain visibility and precise financial control over rapidly escalating investments in AI, cloud, and hybrid infrastructure.

NMDC

The state-owned company has reduced the prices of its Baila Lump ore by Rs 140 per tonne to Rs 6,300 per tonne, and Fines by Rs 150 per tonne to Rs 5,350 per tonne, effective June 4.

Bharat Forge, Ramkrishna Forgings in Focus

The North American Class 8 truck orders in May increased by 40% month-on-month but declined by 47% year-on-year to 12,000 units.

Gland Pharma

The pharmaceutical company has received approval from the United States Food and Drug Administration (USFDA) for its Abbreviated New Drug Application (ANDA) for Angiotensin II Acetate injection 2.5 mg/mL, which is bioequivalent and therapeutically equivalent to the Reference Listed Drug (RLD), Giapreza of La Jolla Pharma LLC. This product is used for increasing blood pressure in adults with septic or other distributive shock. Gland Pharma is the exclusive First-to-File and is eligible for 180 days of generic drug exclusivity.

Indian Energy Exchange (IEX)

The electricity exchange achieved monthly electricity traded volume of 10,946 MU in May 2025, marking a 14% growth over the same month last year. The Day-Ahead Market (DAM) declined by 20% to 3,510 MU, compared to 4,371 MU in the same period last year. The Real-Time Electricity Market (RTM) reported its highest-ever monthly traded volume in May 2025, increasing by 42% YoY to 4,770 MU.

L&T Technology Services

The global engineering and technology services company has signed a strategic agreement with Tennant Company, a world leader in sustainable cleaning solutions. As part of the agreement, LTTS will set up a Offshore Development Center (ODC) with a scalable engineering team to support Tennant’s efforts across new product development, product lifecycle management, and other key business functions.

Bulk Deals

Zinka Logistics Solutions

Quickroutes International exited the company by selling its entire 9.01% stake (1.59 crore shares) worth Rs 671.76 crore. Peak XV Partners Investments VI offloaded 12.1 lakh shares (0.68% stake) at an average price of Rs 444.71 per share. Accel India IV (Mauritius) sold 23.5 lakh shares at an average price of Rs 420.29 per share. Accel Growth Fund V LP sold 25 lakh shares at an average price of Rs 420.04 per share, amounting to Rs 203.77 crore.

However, several institutional investors acquired 93.39 lakh shares at a price of Rs 420 per share, valued at Rs 392.3 crore. These include TNTBC as The Trustee of Nomura India Stock Mother Fund, SBI Mutual Fund, Massachusetts Institute of Technology, ICICI Prudential Mutual Fund, Abu Dhabi Investment Authority, and ICICI Prudential Life Insurance Company.

Yes Bank

CA Basque Investments sold 41 crore shares in the bank at an average price of Rs 21.68 per share, and another 41 crore shares at Rs 21.61 per share, totalling a 2.6% stake worth Rs 1,774.89 crore. As of March 2025, CA Basque Investments held a 6.84% stake in the bank.

Vodafone Idea

Ericsson India sold 63.37 crore shares in the telecom company at an average price of Rs 6.76 per share, valued at Rs 428.43 crore.

Aptus Value Housing Finance India

Promoter Westbridge Crossover Fund LLC sold 6.2 crore shares in the company at an average price of Rs 307.54 per share, valued at Rs 1,905.91 crore.

However, Morgan Stanley Asia Singapore Pte, Axis Mutual Fund, SBI Mutual Fund, and East Bridge Capital Master Fund I acquired 1.67 crore shares (3.35% stake) at an average price of Rs 307 per share, amounting to Rs 514.64 crore.

Ola Electric Mobility

Hyundai Motor Company exited the company by selling its entire 2.47% shareholding (10.88 crore shares) at an average price of Rs 50.7 per share. Kia Corporation sold 2.71 crore shares at an average price of Rs 50.55 per share, amounting to Rs 689.31 crore.

However, Citigroup Global Markets Mauritius acquired 8.61 crore shares (1.95% stake) at an average price of Rs 50.55 per share, valued at Rs 435.46 crore.

MIC Electronics

Multitude Growth Funds sold 12.51 lakh shares in the company at an average price of Rs 59.93 per share.

Prostarm Info Systems

PG Foils acquired 6.29 lakh shares in the company at an average price of Rs 120 per share.

Mainboard Listing

Scoda Tubes

SME Listing

N R Vandana Tex Industries
Neptune Petrochemicals

Stocks Trade Ex-Dividend

Tata Motors
Tata Consultancy Services
Seshasayee Paper and Boards
INOX India

Stock Trades Ex-Date for Split

Coforge

Stock Trades Ex-Bonus

Shalibhadra Finance

Stock Trades Ex-Date for Rights

Franklin Industries

Stock in F&O Ban

Manappuram Finance