Stocks to Watch Today: Hitachi Energy, Lemon Tree Hotels, Embassy Developments, Western Carriers, Power Mech, Premier Energies in focus on 27 June
Stocks to watch, 27 June: Stocks like Hitachi Energy India, Mahindra Lifespace Developers,Premier Energies, Western Carriers India, Embassy Developments, Power Mech Projects, UltraTech Cement, Satin Creditcare Network, Aakaar Medical Technologies, Safe Enterprises Retail Fixtures, and Mayasheel Ventures will be in focus on June 27.
Stocks to Watch Today, 27 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, appointments, and acquisitions, here’s a quick look at which stocks will be in focus in today’s trade:
Stocks to Watch
The company has received an order from Power Grid Corporation of India to supply 30 units of 765-kilovolt (kV), 500 megavolt-ampere (MVA) single-phase transformers.
The real estate and infrastructure development subsidiary of the Mahindra Group has been appointed as the preferred developer for the redevelopment project in Mulund (West), Mumbai. The project spans a 3.08-acre land parcel and has an estimated development value of approximately Rs 1,250 crore.
The company has signed a license agreement for a hotel property – Lemon Tree Suites in Nashik, Maharashtra. The property will be managed by the company’s subsidiary, Carnation Hotels.
Story continues below Advertisement
The company has acquired 100% equity shares of Squadron Developers (SDPL) for Rs 456.61 crore, arrived at based on closing adjustments to the agreed enterprise value of Rs 455 crore. With this acquisition, SDPL has become a wholly owned subsidiary of the company. This acquisition is part of the company’s growth strategy to build a robust pipeline of new launches and expand its presence in the key markets of Bengaluru.
The logistics and supply chain solutions provider has secured an EXIM logistics contract worth Rs 230 crore from Jindal Stainless. The contract spans a period of three years.
The company has commissioned its new 1.2 GW TOPCon solar cell manufacturing line in Hyderabad, Telangana, marking a major milestone in its progress toward next-generation solar technologies. It is currently working on enhancing its cell and module production capacity to 8.4 GW and 11.1 GW, respectively, by June 2026.
The company has secured orders from Bihar State Power Generation Company (BSPGCL) for the setup of grid-connected distributed solar power plants to solarize agricultural/mixed feeders (with agricultural load) at power substations through power procurement by Bihar DISCOMs (NBPDCL/SBPDCL) at various locations in Bihar. These projects are to be developed under the RESCO Mode for the implementation of the PM-KUSUM Component C2 Scheme (Feeder Level Solarization). The cumulative capacity of these projects is 13.66 MW (AC), with an estimated total revenue of approximately Rs 159 crore over a 25-year Power Purchase Agreement (PPA).
The company has commissioned its second cement grinding mill with a capacity of 1.8 MTPA in Madhya Pradesh, as part of its ongoing expansion plan. The first mill was commissioned in March 2025. With this commissioning, its consolidated domestic grey cement capacity now stands at 186.86 MTPA, and its global cement capacity stands at 192.26 MTPA.
The Board will meet on July 1 to consider fund raising via the issuance of non-convertible debentures on a private placement basis.
AdaniConneX, a joint venture of the company, has completed the acquisition of a 100% stake in Granthik Realtors from Windson Projects LLP and its nominees by executing a Share Purchase Agreement, for Rs 85.99 crore.
Euphoria Infotech (India)
The company has received a work order worth Rs 13.75 crore from Webel Technology, a West Bengal government company, for the maintenance of a University Management System (UMS) at the West Bengal University of Health Sciences (WBUHS). The contract duration is five years.
The Board has approved the reappointment of Baskar Babu Ramachandran as the Managing Director & Chief Executive Officer of the bank for three years, effective January 23, 2026. The appointment is subject to the approval of the Reserve Bank of India and the shareholders of the bank.
The company has declared the commercial operation of Unit 3 (660 MW) of the Barh Super Thermal Power Project, Stage-I (3×660 MW), effective July 1. With this, the total installed and commercial capacity of NTPC on a standalone and group basis will become 60,978 MW and 82,080 MW, respectively.
Stocks To Start Trading in Futures & Options Segment Effective Today
360 ONE WAM, Amber Enterprises India, Kfin Technologies, and PG Electroplast will be available for trading in the NSE Futures & Options segment effective today, June 27.
Block Deals
Founders Alok Bansal and Yashish Dahiya sold 50.5 lakh shares at a price of Rs 1,821.5 per share, valued at Rs 919.9 crore. Buyers included WF Asian Smaller Companies Fund, Tata Mutual Fund, Citigroup Global Markets Mauritius, Goldman Sachs, HDFC Life Insurance Company, ICICI Prudential Life Insurance Company, Morgan Stanley, and Societe Generale, among others.
NEXUS Opportunity Fund and Nexus Ventures III offloaded 1.19 crore shares worth Rs 461 crore at a price of Rs 387 per share. Axis Mutual Fund, Citigroup Global Markets Singapore, HDFC Mutual Fund, Morgan Stanley, Viridian Asia Opportunities Master Fund, Ask Absolute Return Fund, Tata Mutual Fund, and Hill Fort India Fund were among the buyers.
Bulk Deals
New World Fund Inc acquired 20.94 lakh shares worth Rs 245.02 crore at a price of Rs 1,170 per share.
Net 1 Applied Technologies Netherlands BV sold 62.15 lakh shares worth Rs 143.06 crore in Mobikwik at a price of Rs 230.16 per share. However, Citigroup Global Markets Mauritius bought 11.38 lakh shares, Secure Shanti Advisory LLP 8.95 lakh shares, HDFC Mutual Fund 7.05 lakh shares, and Societe Generale acquired 9.4 lakh shares.
Ace investor Porinju Veliyath-owned Equity Intelligence India sold 1.2 lakh shares at a price of Rs 419.01 per share.
Promoter Ajit Isaac acquired 15.95 lakh shares worth Rs 11.5 crore at a price of Rs 72.17 per share.
Cube Highways Trust
Larsen & Toubro bought 1.02 crore units worth Rs 130.05 crore, while Kotak Mahindra Bank and LTIMindtree each acquired 78.25 lakh units worth Rs 99.8 crore at a price of Rs 127.5 per unit. However, Cube Mobility Investments Pte sold 4.82 crore units worth Rs 615.5 crore at the same price.
SME Listing on June 27
Aakaar Medical Technologies
Safe Enterprises Retail Fixtures
Mayasheel Ventures
Stocks Trade Ex-Dividend
HDFC Bank, Bajaj Finserv, Bajaj Holdings & Investment, CARE Ratings, Cipla, Allied Blenders and Distillers, Alufluoride, Bharat Bhushan Finance & Commodity Brokers, Jayant Agro Organics, Maharashtra Scooters, Rainbow Children’s Medicare, RPG Life Sciences, Sky Industries, Swaraj Engines, Syngene International, Vaibhav Global, Visaka Industries, Welspun Living
Stock Trades Ex-Date for Rights
Bodhtree Consulting
Stock Trades Ex-Bonus
Investment & Precision Castings
Stock Trades Ex-Date for Split
Padam Cotton Yarns
Stock Trades Ex-Date for Amalgamation
Umang Dairies