Reliance Power shares surge 18% on foraying into AI, allied new-age technologies
Trending Topics
Reliance Power shares surge 18% on foraying into AI, allied new-age technologies
The rally came after the company, in an exchange filing, said it has undertaken certain enabling steps through its subsidiaries to participate in the rapidly evolving field of artificial intelligence and allied new-age technologies.
Moneycontrol News
July 01, 2026 / 11:08 IST
Reliance Power shares rise in trade.
`;
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/reliance-power-shares-up-18-on-foraying-into-ai-allied-new-age-technologies-13963035.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/reliance-power-shares-up-18-on-foraying-into-ai-allied-new-age-technologies-13963035.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);
}
function stock_red(articleId, stockId)
{
let label = stock_swot_analysis + “|Stock click|” + stock_name_for[stockId] + “|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
commonGA4event(“News Article Stock Widget”, label);
}
Reliance Power shares climbed more than 18 percent in early trade on Wednesday after the company announced its foray into artificial intelligence (AI) and allied new-age technologies
The stock surged 18.35 percent to Rs 29.40 per share on the NSE during early trade. Later, the stock pared some gains amid profit booking and was trading at Rs 28.98, up 16.67 percent, at around 11 a.m
The rally came after the company, in an exchange filing, said it has undertaken certain enabling steps through its subsidiaries to participate in the rapidly evolving field of artificial intelligence and allied new-age technologies
The company said the move is aimed at incorporating AI and related technology-driven activities within its business framework
As part of the exercise, the company has amended the objects of its subsidiaries to include artificial intelligence and technology-enabled services. It has also approved the new names of the subsidiaries, including Reliance AI Green Power Private Limited, Reliance AI Power Private Limited, Reliance AI Data Control Private Limited and Reliance AI Data C Private Limited
Shares of Reliance Power have gained nearly 30 percent over the past three months, outperforming the benchmark Sensex, which has risen around 5 percent during the same period
Disclaimer: The views and investment tips expressed by investment experts on Moneycontrol.com are their own and not those of the website or its management. Moneycontrol.com advises users to check with certified experts before taking any investment decisions
Moneycontrol News
first published: Jul 1, 2026 11:07 am
Discover the latest Business News, Sensex, and Nifty updates. Obtain Personal Finance insights, tax queries, and expert opinions on Moneycontrol or download the Moneycontrol App to stay updated!
Watch
Trending news
Deloitte employee retires after ’42 wonderful years’. Viral video sparks debate on loyalty
- ‘Signatures were not hers’: Delhi woman’s identity misused in Rs 18 crore fraud by tenants
- ‘Tea vendors make Rs 2 lakh a month’: Bengaluru man quits corporate job after Rs 2,600 salary hike
- Elon Musk says ‘feminism and lack of children has killed happiness’, remark sparks backlash
- ‘Bullying was ignored, Bible readings were routine’: Parent’s post on Bengaluru international school is viral
- Veteran Marathi theatre legend Vijaya Mehta passes away at 91 after prolonged illness
- Sunita Ahuja on alleged infidelity in marriage with Govinda: “He is a hero, you cannot say anything”
- Vedant Srivastava finally gets CBSE 12th re-evaluation result; no marks increased in exchanged answer sheet
- Single mother who cracked UPSC with AIR 23 after being abandoned during pregnancy
- Apple iPhone 17, iPhone 17 Pro and iPhone 17 Pro Max price hike expected by up to Rs 35,000
- 12-year-old boy rapes 9-month-old infant after watching pornographic content, expert explains impact of early porn consumption
- Why young Indians are increasingly being diagnosed with type 2 diabetes, hypertension and fatty liver disease?
- 2 accidents, spinal injuries left a dental surgeon dependent on others; here’s how she lost 11 kg in 120 days
- Snana Purnima 2026: Is Lord Jagannath really bathed with 108 pots? Here’s the truth
- Can’t sleep at night? Study has found one simple hack for deep and better sleep
`);
}
if(res.stay_updated){
$(“.stay-updated-ajax”).html(res.stay_updated);
}
}catch(e){ console.log(e); }
});
},2000); // Reduced from 8s to 2s for better Core Web Vitals (LCP/UX)
});
You are already a Moneycontrol Pro user
Paras Bisht
