Stocks to Watch Today: Wipro, Axis Bank, LTIMindtree, Indian Hotels, Lupin, Tracxn Tech, Capital SFB, Veranda Learning, IndoStar in focus on 18 July

view original post

Stocks to Watch, 18 July: Stocks like Wipro, Axis Bank, LTIMindtree, Indian Hotels, Lupin, Tracxn Technologies, Capital Small Finance Bank, Veranda Learning Solutions, IndoStar Capital Finance, and Sunteck Realty will be in focus on July 18.

Stocks to Watch Today, 18 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, fund raising and acquisitions, here’s a quick look at which stocks will be in focus in today’s trade:

Results Today

Story continues below Advertisement

Reliance Industries, JSW Steel, Bandhan Bank, Aarti Drugs, Atul, Hindustan Zinc, IndiaMART InterMESH, Indian Overseas Bank, L&T Finance, Mahindra EPC Irrigation, Mastek, Mangalore Refinery and Petrochemicals, and Indosolar will release their quarterly earnings on July 18.

Results on July 19

HDFC Bank, ICICI Bank, Union Bank of India, RBL Bank, Yes Bank, AU Small Finance Bank, Can Fin Homes, Central Bank of India, EPACK Durable, India Cements, JK Cement, Punjab & Sind Bank, Rossari Biotech, Reliance Power, and Seshasayee Paper and Boards will announce their quarterly results on July 19.

Quarterly Earnings

Wipro Q1 (Consolidated YoY)

Profit grows 9.9% to Rs 3,336.5 crore Vs Rs 3,036.6 crore

Story continues below Advertisement

Revenue rises 0.8% to Rs 22,134.6 crore Vs Rs 21,963.8 crore

IT Services revenue increases 0.8% to Rs 22,080 crore Vs Rs 21,896.3 crore

IT Services EBIT soars 5.8% to Rs 3,813.4 crore Vs Rs 3,605.7 crore

IT Services EBIT margin expands to 17.27% Vs 16.47%

IT Services revenue in dollar terms advances 1.5% to $2,587.4 million

Wipro expects Q2 revenue from IT Services business to be in $2,560-2,612 million

Axis Bank Q1 (Standalone YoY)

Profit declines 3.8% to Rs 5,806.1 crore Vs Rs 6,034.6 crore

Net interest income rises 0.8% to Rs 13,559.8 crore Vs Rs 13,448.2 crore

Provisions and contingencies zoom 93.6% to Rs 3,947.7 crore Vs Rs 2,039.3 crore

Gross NPA increases to 1.57% Vs 1.28% (QoQ)

Net NPA jumps to 0.45% Vs 0.33% (QoQ)

Jio Financial Services Q1 (Consolidated YoY)

Profit grows 3.8% to Rs 324.7 crore Vs Rs 312.6 crore

Revenue soars 46.6% to Rs 612.5 crore Vs Rs 417.8 crore

LTIMindtree Q1 (Consolidated YoY)

Profit jumps 10.6% to Rs 1,254 crore Vs Rs 1,133.8 crore

Revenue grows 7.6% to Rs 9,840.6 crore Vs Rs 9,142.6 crore

EBIT increases 2.6% to Rs 1,406.5 crore Vs Rs 1,370.9 crore

EBIT margin drops to 14.3% Vs 15%

Other income zooms 72.7% to Rs 392.1 crore Vs Rs 227.1 crore

360 ONE WAM Q1 (Consolidated YoY)

Profit jumps 16.8% to Rs 284.7 crore Vs Rs 243.7 crore

Revenue soars 7.3% to Rs 911.5 crore Vs Rs 849.34 crore

Clean Science and Technology Q1 (Consolidated YoY)

Profit rises 6.3% to Rs 70 crore Vs Rs 65.9 crore

Revenue grows 8.4% to Rs 242.9 crore Vs Rs 224 crore

Tata Communications Q1 (Consolidated YoY)

Profit tanks 42.9% to Rs 190.1 crore Vs Rs 332.9 crore

Revenue rises 6.6% to Rs 5,960 crore Vs Rs 5,592.3 crore

Board approves proposal to raise funds through issuance of NCDs worth upto Rs 1,000 crore

CEAT Q1 (Consolidated YoY)

Profit plunges 27% to Rs 112.5 crore Vs Rs 154.2 crore

Revenue grows 10.5% to Rs 3,529.4 crore Vs Rs 3,192.8 crore

Board re-appoints Arnab Banerjee as Managing Director & Chief Executive Officer

Board approves capital expenditure of Rs 450 crore for Chennai plant

Nuvoco Vistas Corporation Q1 (Consolidated YoY)

Profit spikes to Rs 133.2 crore Vs Rs 2.84 crore

Revenue grows 9% to Rs 2,872.7 crore Vs Rs 2,636.5 crore

Sunteck Realty Q1 (Consolidated YoY)

Profit zooms 46.7% to Rs 33.4 crore Vs Rs 22.8 crore

Revenue falls 40.5% to Rs 188.3 crore Vs Rs 316.3 crore

Shoppers Stop Q1 (Consolidated YoY)

Loss narrows to Rs 15.74 crore Vs loss of Rs 22.72 crore

Revenue grows 8.6% to Rs 1,161.1 crore Vs Rs 1,069.3 crore

Indian Hotels Company Q1 (Consolidated YoY)

Profit jumps 19.3% to Rs 296.4 crore Vs Rs 248.4 crore

Revenue soars 31.7% to Rs 2,041.1 crore Vs Rs 1,550.2 crore

Route Mobile Q1 (Consolidated YoY)

Profit sinks 27.6% to Rs 58.8 crore Vs Rs 81.2 crore

Revenue declines 4.8% to Rs 1,050.8 crore Vs Rs 1,103.4 crore

Gautam Badalia resigns as Chief Executive Officer of the company, effective July 17

Board approves redesignation of Rajdipkumar Gupta as the Managing Director and Chief Executive Officer, effective July 18

Board approves re-designation of Sammy Mamdani as Chief Operating Officer, from Executive Vice President – Group Head – Global Operations

Stocks to Watch

Lupin

The US Food and Drug Administration (US FDA) inspected Lupin’s Pithampur Unit-3 manufacturing facility during July 7–17. The inspection concluded with the issuance of a Form 483 containing three observations. Additionally, the US FDA inspected the Pithampur Unit-2 manufacturing facility during July 8–17 and closed the inspection with the issuance of a Form 483 containing four observations.

Bajaj Auto

The company’s subsidiary, Bajaj Auto Credit, has received approval from its board of directors for a fresh issuance limit of non-convertible debentures (NCDs) up to Rs 5,000 crore, an enhanced limit for the issuance of commercial papers up to Rs 3,000 crore, and a subordinated debt (Tier-2) issuance limit up to Rs 750 crore.

Mahindra and Mahindra

The company has approved the subscription to equity shares of Mahindra Logistics to the extent of its rights entitlement. It will also subscribe to additional shares as well as any unsubscribed portion of the rights issue at Rs 277 per share. Mahindra Logistics had earlier approved a rights issue of equity shares worth up to Rs 749 crore at an issue price of Rs 277 per share.

Tracxn Technologies

The share buyback price has been increased from Rs 70 per share to Rs 75 per share. Further, the maximum number of equity shares proposed to be bought back by the company has been reduced from 11.43 lakh shares to 10.67 lakh shares, equivalent to 0.99% of the total number of equity shares.

IndoStar Capital Finance

IndoStar has completed the transaction to sell its wholly owned subsidiary, Niwas Housing Finance, to Witkopeend B.V., an affiliate of BPEA EQT Mid-Market Growth Partnership (EQT), a global private equity investor, for Rs 1,705.95 crore. IndoStar will use the funds to accelerate growth and value creation in its core verticals of vehicle finance and small business loans.

Veranda Learning Solutions

The company has launched its Qualified Institutions Placement (QIP) issue on July 17, with a floor price of Rs 236.92 per share.

Bulk Deals

Capital Small Finance Bank

Tikri Partners LLP, owned by Prashant Jain and his wife Seema Jain, bought 10 lakh shares (2.21% stake) at Rs 280 per share.

Stocks Trade Ex-Dividend

Kotak Mahindra Bank
HCL Technologies
Bharti Airtel
Cummins India
Dabur India
Jubilant FoodWorks
Aegis Logistics
Afcons Infrastructure
ASK Automotive
AstraZeneca Pharma
Bajaj Electricals
Blue Star
Birlasoft
Citadel Realty and Developers
Dhanuka Agritech
Dollar Industries
Elgi Equipments
Exide Industries
GIC Housing Finance
Goodyear India
GRP
Happiest Minds Technologies
Hitech Corporation
India Motor Parts & Accessories
Indian Hume Pipe Company
Indian Hume Pipe Company
Intellect Design Arena
Intellect Design Arena
Laxmi Organic Industries
Magadh Sugar & Energy
Mahindra Lifespace Developers
CE Info Systems
Mangalam Global Enterprise
MRF
Neuland Laboratories
Newgen Software Technologies
Orient Electric
Pix Transmissions
PlatinumOne Business Services
Prudent Corporate Advisory Services
Punjab Chemicals & Crop Protection
Safari Industries India
Sasken Technologies
Shanthi Gears
Sundaram Brake Linings
Swelect Energy Systems
Symphony
TTK Healthcare
Walchand Peoplefirst
Welspun Corp
Xpro India

Stocks Trade Ex-Bonus

Samvardhana Motherson International
Motherson Sumi Wiring India
Bright Outdoor Media
IFGL Refractories

Stock Trades Ex-Date for Spin Off

Valor Estate

Stock Trades Ex-Date for Split

Indo Thai Securities

Stock Trades Ex-Date for Buyback

Tracxn Technologies

Stock Trades Ex-Date for Rights

Valiant Laboratories
Zodiac Ventures

Stock in F&O ban

Angel One
Hindustan Copper
RBL Bank

Disclosure: Moneycontrol is a part of the Network18 group. Network18 is controlled by Independent Media Trust, of which Reliance Industries is the sole beneficiary.