Stocks to Watch Today: Cohance Lifesciences, Indosolar, Biocon, Cochin Shipyard, Dixon Technologies, Gujarat Fluorochem, Airfloa in focus on 18 September

view original post

Stocks to Watch, 18 September: Stocks like Cochin Shipyard, Dixon Technologies, Cohance Lifesciences, Indosolar, Biocon Gujarat Fluorochemicals, Airfloa Rail Technology, BR Goyal Infrastructure, Aavas Financiers, Federal Bank, Yes Bank, and Bandhan Bank will be in focus on September 18.

Stocks to Watch Today, 18 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-cohance-lifesciences-indosolar-biocon-cochin-shipyard-dixon-technologies-gujarat-fluorochem-airfloa-in-focus-on-18-september-13555127.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-cohance-lifesciences-indosolar-biocon-cochin-shipyard-dixon-technologies-gujarat-fluorochem-airfloa-in-focus-on-18-september-13555127.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, fund raising, acquisitions, and appointments, here’s a quick look at which stocks will be in focus in today’s trade:

Stocks to Watch

Story continues below Advertisement

Cohance Lifesciences

Promoter Jusmiral Holdings is likely to sell up to 5.1% stake in the company via block deals, with an offer size of Rs 1,756 crore and a floor price of Rs 900 per share, reports CNBC-TV18, quoting sources.

Indosolar

Promoter Waaree Energies will sell up to 61 lakh shares (14.66% stake) in the company via an offer-for-sale on September 18-19, to comply with the minimum public shareholding requirement. The floor price has been fixed at Rs 500 per share.

Biocon

The company’s subsidiary, Biocon Biologics, said that the US Food and Drug Administration (FDA) has approved Bosaya 60 mg/mL injection for subcutaneous use in a single-dose prefilled syringe (PFS), and Aukelso 120 mg/1.7 mL (70 mg/mL) injection for subcutaneous use in a single-dose vial. These are biosimilars of Prolia and Xgeva, respectively.

Story continues below Advertisement

Additionally, the US FDA has granted provisional interchangeability designation for both Bosaya and Aukelso.

Bosaya is approved for the treatment of postmenopausal women with osteoporosis at high risk for fracture, while Aukelso is approved for the prevention of skeletal-related events in patients with multiple myeloma.

Dixon Technologies

Dixon Technologies will acquire 20,867,924 equity shares (51% stake) in Kunshan Q Tech Microelectronics for Rs 553 crore from Q Tech Singapore and Q Tech International. Kunshan manufactures camera and fingerprint modules for mobile handsets, Internet of Things systems, and automotive applications.

Bombay Dyeing & Manufacturing Company

The Board has approved the appointment of Rohit Santhosh as Chief Executive Officer of Bombay Realty.

B R Goyal Infrastructure

The infrastructure development company has expanded its order book to Rs 1,442.93 crore as of August 2025.

Aavas Financiers

Shareholders have approved the issuance of non-convertible debentures (NCDs) worth up to ?8,500 crore, in one or more tranches, on a private placement basis during a period of one year from the date of the AGM.

Federal Bank

Federal Bank announced the sale of 16.62 crore shares of Yes Bank at Rs 21.5 per share to Sumitomo Mitsui Banking Corporation, for Rs 357.48 crore.

Bandhan Bank

Bandhan Bank announced the sale of 15.39 crore shares of Yes Bank at Rs 21.5 per share to Sumitomo Mitsui Banking Corporation, for Rs 330.96 crore, and reduced its shareholding in Yes Bank from 0.70% to 0.21%.

Cochin Shipyard

The company has signed a contract with the Oil and Natural Gas Corporation (ONGC) for dry dock/major lay-up repairs of one of its jack-up rigs. The estimated contract value is around Rs 200 crore, and the estimated duration for the project is around 12 months.

Lodha Developers

The real estate developer has decided to refer the matter of Rajendra Lodha’s resignation to the appropriate authorities for investigation. At the company’s request, Rajendra Lodha resigned from all positions held within the organization on August 17, 2025. The company has now conducted a comprehensive review of its processes in areas related to his role, with an independent external firm. Their recommendations are being implemented with immediate effect.

Central Bank of India

The Board has approved the proposal to infuse equity capital of Rs 64.40 crore in the proposed rights issue amounting to Rs 100 crore of the subsidiary company, Cent Home Bank Finance.

Poonawalla Fincorp

The Board has approved the allotment of 3,31,48,102 equity shares of the company at Rs 452.51 per share, amounting to Rs 1,499.98 crore, to the promoter, Rising Sun Holdings.

Escorts Kubota

The tractor maker has introduced PRO588i-G, a new combine harvester under the Kubota brand in Punjab and Haryana.

Mangalam Organics

The Board has approved and executed a binding loan facility with Yes Bank for Rs 50 crore, comprising a working capital limit of Rs 48 crore and an unsecured forward cover limit of Rs 2 crore, after canceling the earlier proposal for the issuance of non-convertible debentures (NCDs) of Rs 60 crore.

SVP Global Textiles

The company has informed the exchange about a fire incident at its plant office/warehouse/records storage facility in Jhalawar, Rajasthan, on August 25. Several physical records and documents maintained at the premises have been damaged/burnt and are no longer retrievable.

Landmark Cars

The premium automotive retailer is set to expand its presence in Kolkata, having received a Letter of Approval (LOA) from KIA India to open a showroom in the city.

Bulk Deals

Gujarat Fluorochemicals

Promoter Devansh Trademart LLP sold 13 lakh shares (1.18% stake) in the fluoropolymers, fluorospecialties, refrigerants, and chemicals maker at Rs 3,539.3 per share, valuing the transaction at Rs 460.1 crore.

Pitti Engineering

Motilal Oswal Mutual Fund offloaded 10.74 lakh shares (2.85% stake) in Pitti Engineering at Rs 950.1 per share, amounting to Rs 102.06 crore. However, SBI Mutual Fund acquired 10.73 lakh shares at the same price for Rs 101.99 crore.

Voltamp Transformers

Vittoria Fund – OC LP sold 64,803 shares (0.64% stake) at Rs 7,340.02 per share, valued at Rs 47.56 crore.

Dev Accelerator (DevX)

Axis Bank sold 6,32,339 shares in DevX at Rs 61 per share, South Indian Bank sold 6,30,800 shares at the same price, while AU Small Finance Bank offloaded 5,30,800 shares at Rs 62.89 per share. However, Neo Apex Venture LLP bought 10 lakh shares at Rs 61 per share.

SME Listing on September 18

Airfloa Rail Technology

Stocks Trade Ex-Dividend

First Custodian Fund India
Acutaas Chemicals
Amarjothi Spinning Mills
Arrow Greentech
Ashiana Housing
Atam Valves
Bal Pharma
Comfort Intech
Creative Castings
Dhoot Industrial Finance
Dr Agarwals Eye Hospital
Eldeco Housing & Industries
Gujarat Mineral Development Corporation
Goodluck India
Hindustan Composites
Hindustan Copper
Honda India Power Products
Indo Borax & Chemicals
Indraprastha Medical Corporation
IRM Energy
ITCONS E-Solutions
Jamna Auto Industries
JMJ Fintech
JNK India
Kamdhenu
KCP Sugar & Industries Corporation
Kanoria Energy & Infrastructure
Kilburn Engineering
Krishival Foods
NCL Industries
Poly Medicure
PPAP Automotive
Quality Power Electrical Equipments
Riddhi Siddhi Gluco Biols
Rubfila International
Samrat Pharmachem
Sandu Pharmaceuticals
Shakti Pumps India
Shukra Pharmaceuticals
SJVN
Star Paper Mills
Sterling Tools
Venus Pipes & Tubes
Weizmann
Wonder Electricals

Stocks Trade Ex-Date For Split

Kesar Enterprises
Zydus Wellness

Stock Trades Ex-Date for Rights

Mehai Technology

Stocks in F&O ban

Angel One
Oracle Financial Services Software
RBL Bank

Stock out of F&O ban

HFCL