Stocks to Watch Today: Tata Steel, Infosys, Gland Pharma, Cipla, HUDCO, Meesho, Adani Green, Angel One, Midwest in focus on 8 January

view original post

Stocks to Watch, 8 January: Stocks like Tata Steel, NCL Industries, Infosys, Gland Pharma, Cipla, IRB Infrastructure Developers, Meesho, Adani Green Energy, Angel One, MOIL, and Midwest will be in focus on January 8.

Stocks to Watch Today, 8 January

  • Stocks in Focus on 8 January: Tata Steel, Infosys, Gland Pharma, Cipla, HUDCO, Meesho, Adani Green, Angel One, Midwest
  • Stock Trades Ex-Date for Split: A-1

`;
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-tata-steel-infosys-gland-pharma-cipla-hudco-meesho-adani-green-angel-one-midwest-in-focus-on-8-january-13762250.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-tata-steel-infosys-gland-pharma-cipla-hudco-meesho-adani-green-angel-one-midwest-in-focus-on-8-january-13762250.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, 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

Elecon Engineering Company, Transformers and Rectifiers (India), Eimco Elecon (India), Toyam Sports, and Yuranus Infrastructure will release their quarterly earnings today.

Quarterly Business Update

Tata Steel Q3 (YoY)

India production grows 11.4% to 6.34 MT Vs 5.69 MT

India delivery volumes increase 14.2% to 6.04 MT Vs 5.29 MT

India achieves best-ever quarterly crude steel production & deliveries

Story continues below Advertisement

NCL Industries Q3 (YoY)

Cement production rises 5% to 6.94 lakh tonnes Vs 6.61 lakh tonnes

Cement dispatches grow 5% to 6.93 lakh tonnes Vs 6.62 lakh tonnes

Cement boards production drops 41% to 11,907 tonnes Vs 20,231 tonnes

Cement boards dispatches fall 25% to 14,096 tonnes Vs 18,743 tonnes

Stocks to Watch

Infosys

The company has announced a strategic collaboration with Cognition to accelerate the AI value journey for global enterprises. The integrated capabilities of AI software engineer Devin and Infosys Topaz Fabric are expected to accelerate software development, boost engineering productivity, and deliver a faster time-to-market.

Additionally, the company will announce its October–December 2025 quarter earnings on January 14, 2026.

Gland Pharma

The pharmaceutical company has received approval from the United States Food and Drug Administration (USFDA) for its Abbreviated New Drug Application (ANDA) filed for Olopatadine Hydrochloride Ophthalmic Solution USP, 0.7% (OTC).

The drug is indicated for the treatment of ocular itching associated with allergic conjunctivitis.

Lemon Tree Hotels

Regarding media reports suggesting that Warburg Pincus is likely to acquire a meaningful stake in Lemon Tree Hotels, the company clarified that no negotiations, discussions, agreements, or proposals are ongoing or have been approved in relation to any acquisition by Warburg Pincus of shares of Lemon Tree Hotels, whether from APG Strategic RE Pool or otherwise. The company also stated that no preferential allotment of shares to Warburg Pincus is under consideration.

Accordingly, the statements in the media reports suggesting an acquisition of stake in the company, a possible open offer, or preferential allotment by the company to Warburg Pincus are factually incorrect and misleading.

Cipla

Pharmathen International SA is a supply partner manufacturing Lanreotide injection for Cipla USA Inc, a wholly owned subsidiary of the company.

The USFDA conducted an inspection at Pharmathen’s manufacturing facility in Greece from November 10 to 21, 2025, and issued a Form 483 with nine inspectional observations.

Currently, the company is evaluating the impact of the above development.

IRB Infrastructure Developers

Gross toll collection in December 2025 grew by 11.7 percent to Rs 753.8 crore, compared to Rs 674.7 crore in the same month last year.

Housing and Urban Development Corporation

The company has signed a non-binding Memorandum of Understanding (MoU) with the Government of Chhattisgarh. Under the MoU, the company may provide financial assistance of up to Rs 1 lakh crore over the next five years for the execution of various housing and infrastructure projects in the state.

Meesho

Megha Agarwal has resigned from the position of General Manager – Business and as a Senior Management Personnel of Meesho.

Milan Partani, currently the General Manager – User Growth and Content Commerce and a Senior Management Personnel, will assume the role of General Manager – Commerce Platform and will continue to be part of the company’s Senior Management Personnel.

Adani Green Energy

The company’s subsidiary, Adani Green Energy Twenty Five B Limited, has entered into a Power Consumption Agreement and a Tripartite Agreement for the supply of 20.8 MW of solar-wind hybrid power to Asahi India Glass.

The power will be supplied from a 25 MW solar power plant unit and a 20.8 MW wind power plant unit located at Khavda, Gujarat.

Additionally, Adani Green Energy Twenty Five B Limited and Adani Renewable Energy Holding Four have signed an Investment Agreement with Asahi India Glass.

Angel One

The Board of Directors will meet on January 15 to consider a proposal for the alteration of the company’s share capital through the sub-division/split of existing equity shares with a face value of Rs 10 each, fully paid up.

The Board will also consider the declaration of the first interim dividend for the financial year 2025–26 on the same date.

MOIL

The Government of India has appointed Vishwanath Suresh as the Chairman-cum-Managing Director of the company.

Midwest

The company has received a quarry lease work order from the Department of Mines & Geology, Government of Andhra Pradesh.

As per the work order, the company has been permitted to undertake quarrying operations for the extraction of coloured Quartzite blocks suitable for cutting and polishing over an area of 21.012 hectares (51.92 acres) located in Prakasam district, Andhra Pradesh, for a period of 30 years, commencing from January 6, 2026.

Bulk Deals

TV Today Network

HDFC Mutual Fund sold 14.5 lakh shares (equivalent to 2.43 percent of paid-up equity) in TV Today at Rs 138 per share, amounting to Rs 20.01 crore. Meanwhile, Wealth Guardian acquired 3.6 lakh shares (a 0.6 percent stake) in TV Today at Rs 137.99 per share, for Rs 4.96 crore.

HDFC Asset Management Company, through its HDFC Small Cap Fund, held a 3.03 percent stake in the media company as of December 2025.

Stock Trades Ex-Date for Split

A-1

Stocks in F&O ban

Sammaan Capital

SAIL