Stocks to Watch Today: Solarworld Energy, Jaro Education, Seshaasai Technologies, Bharat Electronics, Blue Dart, Thomas Cook, IRFC in focus on 30 September
Stocks to watch, 30 September: Stocks like Bharat Electronics, Mahindra and Mahindra, Blue Dart Express, Indian Railway Finance Corporation, Tata Motors, JSW Infrastructure, Indostar Capital Finance, Concord Enviro Systems, Allcargo Gati, Solarworld Energy Solutions, and Jaro Education will be in focus on September 30.
Stocks to Watch Today, 30 September
‘);
$(‘#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();
// $(“#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-solarworld-energy-jaro-education-seshaasai-technologies-bharat-electronics-blue-dart-thomas-cook-irfc-in-focus-on-30-september-13589123.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-solarworld-energy-jaro-education-seshaasai-technologies-bharat-electronics-blue-dart-thomas-cook-irfc-in-focus-on-30-september-13589123.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();
}
});
$.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, order wins, and appointments, here’s a quick look at which stocks will be in focus in today’s trade:
Stocks to Watch
BEL has secured additional orders worth Rs 1,092 crore since September 16. These include orders for EW system upgrades, defence network upgrades, tank subsystems, TR modules, communication equipment, EVMs, and spares.
The company has entered into a Share Purchase Agreement with Tera Yatirim Teknoloji Holding Anonim Sirketi (TERA) to sell its entire stake in subsidiary Sampo Rosenlew Oy (SAMPO) to TERA for Rs 52 crore. Following the transaction, SAMPO will cease to be a wholly owned subsidiary.
The transportation and distribution company has announced an average shipment price increase ranging from 9% to 12%, depending on product variables and the customer’s shipping profile. The new rates will be effective from January 1, 2026.
Story continues below Advertisement
Indian Railway Finance Corporation
IRFC has signed a loan agreement with Haryana Power Generation Corporation (HPGCL) to finance up to Rs 5,929 crore for the upcoming 800 MW (3rd Unit) supercritical thermal power project in Yamunanagar.
Additionally, IRFC has signed a loan agreement with Maharashtra State Power Generation Company (MAHAGENCO) to finance up to Rs 10,560 crore for the upcoming 2×660 MW supercritical expansion project at Koradi Thermal Power Station (TPS) in Nagpur.
Raghvendra Kumar, General Manager of the bank, has been elevated to the position of Chief General Manager.
Moody’s Ratings has revised the outlook on JLR (a subsidiary of Tata Motors) from positive to negative following a recent cyberattack. However, the agency affirmed JLR’s Ba1 rating, according to CNBC-TV18.
The state-owned company has declared a final dividend of Rs 2.71 per share for FY25.
The company’s subsidiary, Ennore Coal Terminal, has received a Show Cause Notice from the Office of the Commissioner of GST and Central Excise, Chennai, Tamil Nadu, demanding Rs 96.58 crore in GST along with applicable interest and penalties.
The company has received an administrative warning letter from SEBI for violating regulations due to delayed disclosure of a change in shareholding in Astec Lifescience.
The travel services company has signed a Memorandum of Understanding (MoU) with the Ministry of Tourism to elevate destination experiences across India.
The company has approved the sale of a portion of its commercial vehicle loan book to Phoenix ARC in a move to reduce its stressed portfolio. The sale covers dues outstanding of Rs 309.6 crore, with a purchase consideration of up to Rs 220.3 crore.
Tata Steel, Tata Steel Nederland, the Government of the Netherlands, and the Province of North-Holland have signed a non-binding Joint Letter of Intent (JLoI) for the first phase of transition to low-CO2 steel production and to improve the living environment around the IJmuiden site.
Bombay Dyeing & Manufacturing Company
Vinay Singh Kushwaha has resigned as Chief Operating Officer – Bombay Realty, effective September 30, due to critical and unavoidable personal family circumstances.
The company’s subsidiary, Rochem Separation Systems (India), has acquired a 100% stake in Pathak Utility, making it a step-down subsidiary of Concord Enviro Systems.
The company has announced an average 10.2% General Price Increase (GPI) effective January 1, 2026, for its express distribution services. The revision reflects the need to balance rising operational costs while enabling continued investments in infrastructure, technology, and customer service.
Bulk Deals
Amansa Holdings, a Singapore-based investment management firm, has acquired 12.8 lakh shares (0.96% stake) in Aether Industries at Rs 735 per share for Rs 94.27 crore. Meanwhile, Goldman Sachs FDS Goldman Sachs India EQ Portfolio sold 11.51 lakh shares (0.86% stake) at Rs 735.01 per share, amounting to Rs 84.6 crore.
Motilal Oswal Mutual Fund bought 31.02 lakh shares (0.6% stake) in Bharat Forge at Rs 1,217.32 per share, totaling Rs 377.7 crore. However, it sold 7.37 lakh shares in DCX Systems at Rs 242.62 apiece, amounting to Rs 17.88 crore.
ICICI Prudential Mutual Fund purchased 43.47 lakh shares (0.52% stake) in Sammaan Capital at Rs 151.95 per share, valued at Rs 66.05 crore.
BNP Paribas Financial Markets acquired 19.52 lakh shares (0.97% stake) in Hero MotoCorp at Rs 5,302.91 per share, amounting to Rs 1,035.16 crore.
BNP Paribas Financial Markets also purchased 1.06 crore shares (1.36% stake) in IndusInd Bank at Rs 723.60 per share for a total value of Rs 771.12 crore.
BNP Paribas Financial Markets sold 79.37 lakh shares (0.81% stake) in Max Healthcare Institute at Rs 1,111.66 per share, totaling Rs 882.4 crore.
Promoter Ruchi Anjay Agarwal sold 4 lakh shares in the company at Rs 78.60 per share, amounting to Rs 3.14 crore. The buyer was Craft Emerging Market Fund PCC – Citadel Capital Fund.
Mainboard Listing
Solarworld Energy Solutions
Jaro Institute of Technology Management and Research
Anand Rathi Share and Stock Brokers
Seshaasai Technologies
SME Listing
True Colors
Ecoline Exim
Aptus Pharma
Matrix Geo Solutions
Bharatrohan Airborne Innovations
Stock Trade Ex-Date for Rights
Star Housing Finance
Stocks in F&O ban
RBL Bank
Sammaan Capital