Close Menu
    Facebook X (Twitter) Instagram
    • Home
    • Contact Us
    • About Us
    • Privacy Policy
    • Terms Of Service
    • Advertisement
    Thursday, July 2
    Facebook X (Twitter) Instagram Pinterest Vimeo
    ABS Africa TV
    • Breaking News
    • Trending
    • Africa News
    • World News
    • Features
    • Technology
    • Sports
    • Politics
    • More
      • Culture
      • Lifestyle
      • Travel
      • Business
      • Environment
      • Legal
      • Health
      • Cameroon
      • Ambazonia
      • AfroSingles
      • Environ/Climate
      • Editorial
      • The Leak Magazine
    • Donate
    Subscription
    ABS Africa TV
    Home»Technology»Reliance Power shares surge 18% on foraying into AI, allied new-age technologies
    Technology

    Reliance Power shares surge 18% on foraying into AI, allied new-age technologies

    Ewang JohnsonBy Ewang JohnsonJuly 1, 2026No Comments7 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Reliance Power shares surge 18% on foraying into AI, allied new-age technologies
    Share
    Facebook Twitter LinkedIn Pinterest Email
    Post Views: 42

    Reliance Power shares surge 18% on foraying into AI, allied new-age technologies
    Instant Cash up to 50 Lakhs
    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

    <img src="https://absafricatv.com/wp-content/uploads/2026/07/grey_bg-1.gif" alt="Deloitte employee retires after '42 wonderful years’. Viral video sparks debate on loyalty”>

    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

    foraying Power Reliance shares surge
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Ewang Johnson
    • Website

    Related Posts

    ‘It’s a great equalizer’: The CEO using tech education to prepare Africa’s next wave of global talent

    July 1, 2026

    Governing the Algorithm: AI and the Future of Work in India

    July 1, 2026

    As $2.3 trillion wiped out from Microsoft, Nvidia, Alphabet, Apple, Meta, Tesla and Amazon; Tesla Bull Dan Ives says: In the meantime …

    July 1, 2026
    Leave A Reply Cancel Reply

    Search
    Latest Post

    “I Am Back, And I Remain Unbroken” -Sowore Strikes Defiance After Release

    July 1, 2026

    The Man Who Bet His Fortune on Cameroon’s Skies: Danpullo’s $900 Million Airline Gamble

    July 1, 2026

    God Has No Favourite Presidents: VeryDarkMan Confronts Pastor Adeboye Over Selective Silence on Insecurity

    July 1, 2026

    Why Africa’s entrepreneurs are buying Caribbean citizenship

    July 1, 2026

    JW Marriott Mount Kenya Rhino Reserve Safari Camp opens in Solio Game Reserve

    July 1, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • TikTok
    ABS TV and ABS Network News is a leading Pan-African 24/7 broadcasting network delivering nonstop news, talk shows, lifestyle programs, and digital media content worldwide through Satellite, Streaming Platforms, and Roku TV.
     
    Based in the United States, we connect Africa to the world while empowering creators, journalists, and brands through innovative media and broadcasting services.
    Facebook X (Twitter) Pinterest WhatsApp Instagram

    Our Picks

    Africa News

    “I Am Back, And I Remain Unbroken” -Sowore Strikes Defiance After Release

    Africa News

    The Man Who Bet His Fortune on Cameroon’s Skies: Danpullo’s $900 Million Airline Gamble

    Africa News

    God Has No Favourite Presidents: VeryDarkMan Confronts Pastor Adeboye Over Selective Silence on Insecurity

    Most Popular

    Travel

    Why Africa’s entrepreneurs are buying Caribbean citizenship

    Environment

    JW Marriott Mount Kenya Rhino Reserve Safari Camp opens in Solio Game Reserve

    Business

    AfDB Highlights Investment Opportunities at Tunisia Forum

    © 2026 Copyright. All Rights Reserved by ABSAFRICATV
    • Privacy Policy
    • Terms of Services

    Type above and press Enter to search. Press Esc to cancel.

    We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.