Stocks to Watch Today: Crizac, 5paisa Capital, Tata Motors, Synergy Green, Puravankara, India Shelter Finance, CAMS in focus on 9 July

view original post

Stocks to Watch, 9 July: Stocks like Gujarat Pipavav Port, 5paisa Capital, Tata Steel, Tata Motors, Synergy Green Industries, Puravankara, Dixon Technologies, Zee Entertainment Enterprises, Ola Electric Mobility, Bajel Projects, Computer Age Management Services , and India Shelter Finance Corporation will be in focus on July 9.

Stocks to Watch Today, 9 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, order wins, and appointments, here’s a quick look at which stocks will be in focus in today’s trade:

Results Today

Story continues below Advertisement

Burnpur Cement, Bodhtree Consulting, GACM Technologies, Gujarat Hotels, and Supreme Infrastructure India will release their quarterly earnings scorecard on July 9.

Q1FY26 Earnings Update (Provisional)

Union Bank of India Q1 (YoY)

Global business grows 5% to Rs 22.14 lakh crore Vs Rs 21.08 lakh crore

Global deposits increase 3.63% to Rs 12.39 lakh crore Vs Rs 11.96 lakh crore

Global gross advances soar 6.8% to Rs 9.74 lakh crore Vs Rs 9.12 lakh crore

Story continues below Advertisement

Domestic RAM jumps 10.31% to Rs 5.44 lakh crore Vs Rs 4.94 lakh crore

Domestic retail advances spike 25.60% to Rs 2.28 lakh crore Vs Rs 1.82 lakh crore

Gujarat Pipavav Port Q1 (YoY)

Containers cargo volume drops 0.6% to 1.64 lakh TEUs Vs 1.65 lakh TEUs

Dry bulk cargo volume remains flat at 0.55 MMT

Liquid cargo volume rises to 0.41 MMT Vs 0.40 MMT

Quarterly Earnings

5paisa Capital Q1 (YoY)

Profit sinks 42.5% to Rs 11.5 crore Vs Rs 20.1 crore

Revenue declines 24% to Rs 77.7 crore Vs Rs 102.2 crore

Quarterly Business Update

Tata Steel Q1 (YoY)

India production volume slips 0.2% to 5.26 million tonnes Vs 5.27 million tonnes

India delivery volumes decline 3.8% to 4.75 million tonnes Vs 4.94 million tonnes

Gross merchandise value from e-commerce platforms (Tata Steel Aashiyana and DigECA) grows 39% Rs 1,350 crore

JSW Steel Q1 (YoY)

Consolidated Crude steel production grows 14% to 7.26 million tonnes Vs 6.35 million tonnes

India’s crude steel production jumps 15% to 7.02 million tonnes Vs 6.12 million tonnes

Capacity utilisation at Indian operations stood at 87%

Tata Motors Q1 (YoY)

Global wholesales (including JLR) drop 9% to 2.99 lakh units

Global wholesales of commercial vehicles and Tata Daewoo range decline 6% to 87,569 units

Global wholesales of passenger vehicles sink 10% to 1.24 lakh units

Global wholesales for Jaguar Land Rover down 11% to 87,286 units

Stocks to Watch

Synergy Green Industries

The company has received a development order for 3.3 MW turbine parts from Adani Wind. The development phase is expected to be completed in Q3 FY26, with serial production scheduled to begin in Q4 FY26. With this new order, the company’s order book with Adani Wind is projected to double from Rs 20 crore in FY25 to Rs 40 crore in FY26, based on forecasted volumes.

Puravankara

The company has been selected as the developer for the redevelopment of eight residential societies in Chembur, Mumbai. The gross development value (GDV) of the project is Rs 2,100 crore.

Dixon Technologies

Lightanium Technologies has been incorporated as a joint venture between Dixon Technologies (India) and Signify Innovations India. Dixon has acquired a 50% stake in Lightanium for Rs 2.5 crore.

Zee Entertainment Enterprises

Shareholders have approved the appointment of Divya Karani as an Independent Director and Saurav Adhikari as a Non-Executive Director.

KPI Green Energy

The government has approved the incorporation of a special purpose vehicle of the company — KPIN Clean Power Four LLP.

Shriram Finance

The Banking & Finance Committee of the company will meet on July 11 to consider the purchase/repurchase of outstanding non-convertible debentures (NCDs) issued on a private placement basis.

Ola Electric Mobility

The pure-play EV company has announced the mass rollout of its proprietary software, MoveOS 5. MoveOS is developed in-house for both the S1 range of scooters and the recently launched Roadster X motorcycles.

Jagsonpal Pharmaceuticals

Sachin Jain has ceased to be the Chief Financial Officer of the company following his release from services during the probation period.

Bajel Projects

The company has proposed to increase its galvanization capacity to 1.1 lakh MTPA from the current 40,500 MTPA, with an investment of Rs 170 crore at its Ranjangaon facility. The expansion is aimed at meeting captive demand and boosting sales in both domestic and international markets.

Computer Age Management Services

CAMSPay has launched The CAMSPay New Payment Gateway, which supports over 5,000 transactions per second. It is designed as a future-proof payment solution tailored to address the real challenges faced by businesses in India’s fast-evolving payments landscape.

Bulk Deals

India Shelter Finance Corporation

Kotak Mahindra Mutual Fund has acquired 45.29 lakh shares (or a 4.2% stake) at Rs 850.87 per share, valued at Rs 385.3 crore. Meanwhile, Nexus Ventures III sold 36.71 lakh shares at Rs 850.88 per share, and Nexus Opportunity Fund II offloaded 13.28 lakh shares at Rs 850.85 per share. Together, Nexus sold a total 4.6% stake worth Rs 425.45 crore.

Elgi Equipments

SBI Mutual Fund has acquired an additional 18.12 lakh shares (or a 0.57% stake) in the company at Rs 532 per share. As of March 2025, SBI Small Cap Fund held a 3.22% stake in Elgi Equipments.

Net Avenue Technologies

Inventus Capital Partners (Mauritius) sold 5.2 lakh shares at a price of Rs 5.32 per share.

Mainboard IPO Listing on July 9

Crizac

Stocks Trade Ex-Dividend

Mphasis
Pfizer
Elegant Marbles & Grani Industries
Johnson Controls-Hitachi Air Conditioning India
Kabra Extrusiontechnik
SJS Enterprises
SML Isuzu
Sundaram Finance

Stock in F&O ban

RBL Bank