Stocks to Watch Today: HCLTech, ICICI Prudential AMC, GPT Infra, Swiggy, Waaree Energies, Niraj Cement, Biocon, Lupin, Ola Electric in focus on 19 December

view original post

Stocks to Watch, 19 December: Stocks like HCL Technologies, Bharti Airtel, GPT Infraprojects, Swiggy, Waaree Energies, Premier Energies, Niraj Cement Structurals, Biocon, Arisinfra Solutions, Lupin, InterGlobe Aviation, Mishra Dhatu Nigam, Shree Digvijay Cement Company, Ola Electric Mobility, and ICICI Prudential AMC will be in focus on December 19.

Stocks to Watch Today, 19 December

`;
let listLength = apiData.data.watchlist_data.length;
if (apiData.data.predefinedcheck.allpredefined == true) {
let msg = apiData.data.predefinedcheck.message;
errorMessage(msg);
} else if (listLength == 1) {
submitWatchlistData(stockId, exChg, apiData.data.watchlist_data[0].watchlist_id, submitWatchlist,userVersion,’0′);
} else {
$(‘#watchlist_body’).html(watchlistHtml);
$(‘#watchListPopup_2396’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(‘success’);
}
}
});
}

function submitWatchlistData(stockId, exChg, defWatch = ”, submitWatchlist,userVersion,modalvalue)
{
if(modalvalue == 1)
{
if ($(‘input[name=”UserWatchlist”]:checked’).length === 0) {
$(‘.error-msg’).text(‘Please select the watchlist to add the Stock’);
setTimeout(function () {
$(‘.error-msg’).text(”);
}, 3000);
return false;
}
}
$(“#watchListPopup_2396”).hide();
let token = readCookie(“token-normal”);
let selectedWatchlist = $(‘input[name=UserWatchlist]:checked’, ‘#userWatchlist’).val();
if (defWatch != ”)
selectedWatchlist = defWatch;
let errorMsgText = (exChg == 1 || exChg == 2) ? “Contract” : “Stock”;
if(selectedWatchlist == undefined){
$(“#errorMsg”).text(`Please select the watchlist to add the ${errorMsgText}`);
setTimeout(function () {
$(“#errorMsg”).text(”);
}, 3000);
}else{
let postData = {};
let reqType = ‘stock’;
switch (exChg) {
case ‘1’:
reqType = ‘future’;
let finalDate = $(“#finalDate”).attr(“data-val”);
if(userVersion == 5){
finalDate = getV5dateFormat(finalDate);
}
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “FUTSTK”,
“exp_date”: finalDate
}
break;
case ‘2’:
let finalPrice = $(“#optPrice”).text();
let finalCall = $(“#callType”).text();
let finalOptDate = $(“#optfinalDate”).attr(“data-val”);
if(userVersion == 5){
finalOptDate = getV5dateFormat(finalOptDate);
}
reqType = ‘options’;
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “OPTSTK”,
“exp_date”: finalOptDate,
“option_type”: finalCall,
“strike_price”: finalPrice
}
break;
case ‘3’:
postData = {
“asset_id”: stockId,
“exchange”: “B”,
}
break;

default:
postData = {
“asset_id”: stockId,
“exchange”: “N”
}
break;
}
let postBody = {
“section”: [
{
“type”: reqType,
“assets”: [postData]
}
],
“watchlist_id”: selectedWatchlist,
“other_page”: true,
“transaction_source”: “web”,
}
$.ajax({
url: submitWatchlist,
method: “POST”,
headers: {
‘auth-token’: token, ‘device-type’: ‘web’,
‘content-type’: ‘application/json’
},
data: JSON.stringify(postBody),
beforeSend: function () {
//$(“#watchlist_body”).html(““);
},
success: function (apiData) {
let apiRes = (typeof apiData == “string”) ? JSON.parse(apiData) : apiData;

console.log(“apiRes”,apiRes);
// $(“#watchListPopup_2396”).hide();
if (apiRes.status_code == 1) {
var stk_msg = apiRes.data.message;
var modalContent = stk_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
} else {
var wtch_msg = apiRes.error_message;
var modalContent = wtch_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
}
}
});
}
}

function hidemodal()
{
setTimeout(function () {
$(‘.mc-modal-wrap’).hide();
}, 5000);
}

function portfolio(articleId,stockId)
{
let label = stock_swot_analysis+”|”+stock_name_for[stockId]+”|Portfolio|”+device_type+”|”+pro_or_non_pro+”|”+window.location.href;
commonGA4event(“News Article Stock Widget”,label);
if (readCookie(‘nnmc’)) {
document.getElementById(‘form_add_to_portfolio_’ + articleId + ‘_’+stockId).submit();
} else {
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
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-hcltech-icici-prudential-amc-gpt-infra-swiggy-waaree-energies-niraj-cement-biocon-lupin-ola-electric-in-focus-on-19-december-13733041.html’;
}
}
//pcSavePort(0, 1, stockId);
}

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 + ‘)’;
console.log(‘Login…’);

let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;

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-hcltech-icici-prudential-amc-gpt-infra-swiggy-waaree-energies-niraj-cement-biocon-lupin-ola-electric-in-focus-on-19-december-13733041.html’;
}
}
}

function getstockdata(charstr,article,stk)
{
let type_of_drop = (charstr == ‘N’) ? ‘NSE Live’:’BSE Live’;
let label = stock_swot_analysis+”|”+stock_name_for[stk]+”|”+type_of_drop+”|”+device_type+”|”+pro_or_non_pro+”|”+window.location.href;
commonGA4event(“News Article Stock Widget”,label);
stockWidget(charstr, stk, article,stk.trim());
}

function morebtn(articleId,stockId)
{
let label = stock_swot_analysis+”|”+stock_name_for[stockId]+”|More|”+device_type+”|”+pro_or_non_pro+”|”+window.location.href;
commonGA4event(“News Article Stock Widget”,label);
}

Let’s catch up on the latest news from the stock market. From significant investments to major deals, order wins, acquisitions, and appointments, here’s a quick look at which stocks will be in focus in today’s trade:

Stocks to Watch

HCL Technologies

Story continues below Advertisement

The global technology company has signed an agreement to purchase the Telco Solutions business from Hewlett Packard Enterprise (HPE) for $160 million, further strengthening its market-leading position in the telecom industry.

Amber Enterprises India

The company is planning to invest Rs 500 crore to expand its research and development (R&D) centre dedicated to HVAC (heating, ventilation, and air conditioning) products in Punjab, to meet evolving product requirements.

Bharti Airtel

In line with the planned succession, the Board has approved the appointment of Gopal Vittal (currently Vice Chairman & Managing Director) as Executive Vice Chairman, and Shashwat Sharma (currently CEO-Designate) as Managing Director & CEO (Airtel India), effective January 1, 2026, for a period of five years.

Further, the Board has appointed Soumen Ray (currently Chief Financial Officer) as Group Chief Financial Officer, and Akhil Garg as Chief Financial Officer (Airtel India), effective January 1.

Story continues below Advertisement

Additionally, the Board has approved the first and final call of Rs 401.25 per share on 39.22 crore outstanding partly paid-up equity shares of face value Rs 5 each (paid-up value of Rs 1.25 each), issued on a rights basis. The Board has fixed February 6 as the record date for determining the holders of the partly paid-up equity shares who shall be liable to pay the first call money.

GPT Infraprojects

The company’s joint venture has received a contract worth Rs 1,804.48 crore from the Municipal Corporation of Greater Mumbai (MCGM) for the construction of a flyover along LBS Marg, from Kalpana Talkies, Kurla (L Ward) to Pankhe Shah Dargah, Ghatkopar West (N Ward) in the eastern suburbs. The company’s share in the project is 26 percent (Rs 469.16 crore).

Bharat Petroleum Corporation

The Board has approved the formation of a joint venture with Coal India for setting up a coal gasification project at Western Coalfields, Maharashtra. BPCL will hold 49 percent, while Coal India will hold 51 percent in the joint venture.

Swiggy, Waaree Energies, Bajaj Holdings, Premier Energies

Bajaj Holdings, Premier Energies, Swiggy, and Waaree Energies will be available for trading in the NSE F&O segment effective December 31.

Niraj Cement Structurals

The company has received a work order worth Rs 322.27 crore for the four-laning of the Ponda to Bhoma section of NH-748 in Goa on an EPC mode from the Ministry of Road Transport and Highways (MoRTH).

Biocon

The company has received an Establishment Inspection Report (EIR) with a Voluntary Action Indicated (VAI) status from the US Food and Drug Administration (US FDA) for its Biocon Generics Inc. facility in New Jersey, US.

This is based on a cGMP inspection conducted during October 6–10.

Arisinfra Solutions

The company has signed a strategic Memorandum of Understanding (MoU) with JS Infra Solutions to explore collaboration in the asphalt and road infrastructure materials ecosystem.

SEAMEC

The company has awarded a Letter of Award worth $3.25 million to Adsun Offshore Diving Contractors for providing diving-related services onboard the vessel SEAMEC III for the Part Replacement Pipeline Project, Pipeline Replacement Project – Group A (PRP-VIII A), and DSF II project of Oil and Natural Gas Corporation (ONGC).

Reliance Industries

The company’s FMCG subsidiary, Reliance Consumer Products, has acquired a majority stake in Udhaiyams Agro Foods. Reliance Consumer Products will hold a majority stake, while Udhaiyams’ erstwhile owners will retain a minority stake.

Lupin

The company, through its subsidiaries Multicare Pharmaceuticals (Philippines) and MedQuimica (Brazil), has signed an exclusive licensing agreement with Neopharmed Gentili S.p.A., an Italian pharmaceutical company, for marketing and promotional rights of the gastroenterology brand Plasil (metoclopramide) in the Philippines and Brazil.

InterGlobe Aviation

The Competition Commission of India (CCI) has taken cognizance of complaints filed against IndiGo in the context of recent flight disruptions across various routes.

Based on its initial assessment, the CCI has decided to proceed further in the matter in accordance with the provisions of the Competition Act, 2002.

TD Power Systems

The company’s Unit-3 factory has been established and has commenced commercial operations.

Mishra Dhatu Nigam

The company has secured an order worth Rs 121.75 crore. With this, the open order position of MIDHANI currently stands at approximately Rs 2,520 crore.

Bharti Hexacom

The Board has approved the appointment of Karthikeyan Velu as Chief Financial Officer, effective January 1, 2026, following the resignation of Akhil Garg due to his organizational movement within the Bharti Group.

Refex Industries

The company’s subsidiary Venwind Refex Power has signed a contract for the supply of wind turbine generators for 148 MW wind power projects with a leading independent power producer.

Bulk Deals

Shree Digvijay Cement Company

Promoter True North Fund VI LLP, a Category II Alternative Investment Fund (AIF) managed by Indian private equity firm True North, sold 6.67 crore equity shares (representing 45.12 percent of paid-up equity) in Shree Digvijay Cement Company for Rs 578.5 crore on the BSE.

However, India Resurgence Fund – Scheme 1, India Resurgence Fund 2 – Scheme 4, and India Resurgence Fund 2 – Scheme 2, owned by sponsors Piramal Enterprises and Bain Capital Credit in a 50:50 joint venture, acquired all the shares sold by True North at a price of Rs 86.7 per share.

As of September 2025, True North, as the sole promoter, held a 54.66 percent stake in Shree Digvijay Cement Company.

Ola Electric Mobility

Founder and promoter Bhavish Aggarwal sold 2.83 crore equity shares (representing 0.64 percent stake) in Ola Electric Mobility for Rs 90.3 crore at Rs 31.9 per share.

Bhavish has offloaded nearly 2.2 percent stake in the Bengaluru-based company over the last three consecutive sessions, amounting to Rs 324 crore.

SG Finserve

Promoter S Gupta Holding has acquired 3 lakh shares (0.53 percent stake) for Rs 12.16 crore at Rs 405.46 per share, in addition to the 0.84 percent stake purchased in the previous session.

Mainboard Listing

ICICI Prudential AMC

SME Listing

Ashwini Container Movers

Exim Routes

Stanbik Agro

Stocks Trade Ex-Date for Bonus

Dr Lal PathLabs

Unifinz Capital India

Stock Trades Ex-Date for Split

Space Incubatrics Technologies

Stock Trades Ex-Date for Resolution Plan -Suspension

ARSS Infrastructure Projects

Stock Trades Ex-Dividend

Can Fin Homes

Stock in F&O ban

Sammaan Capital

Stock out of F&O ban

Bandhan Bank

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