RITES shares gain 8% on bagging $35.8 million South Africa locomotive order
Trending Topics
RITES shares gain 8% on bagging $35.8 million South Africa locomotive order
RITES | The market capitalisation of the company stands at Rs 11,213.93 crore.
Moneycontrol News
July 07, 2026 / 10:46 IST
RITES
`;
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/rites-shares-gain-8-on-bagging-35-8-million-south-africa-locomotive-order-13967636.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/rites-shares-gain-8-on-bagging-35-8-million-south-africa-locomotive-order-13967636.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);
}
Shares of RITES rose 8% after the company received an acceptance of its offer from Volantis Asset Finance (Pty), South Africa for the supply and commissioning of 4,000 HP Cape Gauge diesel-electric locomotives
At 10:28am, RITES was quoting at Rs 233.04, up Rs 16.89, or 7.81 percent, on the NSE
The international order is valued at $35.82 million (around Rs 300 crore) and is scheduled to be executed over a 20-month period, according to the company’s exchange filing
Catch all the market action on our live blog
In June, the company had then bagged a Project Management Consultancy (PMC) contract worth Rs 175.41 crore from Babasaheb Bhimrao Ambedkar University (BBAU) for planning, designing and developing infrastructure facilities at its campus. The domestic project is to be executed over 30 months
In the previous trading session, the share closed down 0.93 percent or Rs 2.02 at Rs 216.15
The share touched a 52-week high of Rs 285.50 and a 52-week low of Rs 175.00 on 10 July, 2025 and 30 March, 2026, respectively. Currently, the stock is trading 18.27 percent below its 52-week high and 33.33 percent above its 52-week low
The market capitalisation of the company stands at Rs 11,213.93 crore
Moneycontrol News
first published: Jul 7, 2026 10:36 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
From Sonbhadra to Wimbledon: How this UP creator turned everyday Indian life into an Instagram success story
- Lioness pins Gujarat cattle rearer down for 30 minutes, he survives after remaining motionless beneath. Video
- ‘We have gradually increased our SIP’: Bengaluru couple shares Rs 1.77 lakh monthly investment plan
- ‘India’s CS degree crisis has three accused’: Start-up founder’s post sparks a debate on outdated engineering mindset
- Microsoft owned Xbox to lay off 3,200 employees as CEO says business ‘is not healthy’
- Why was Diljit Dosanjh’s Satluj removed from ZEE5? Govt officials reportedly cite ‘security concerns’
- Citizen Vigilante Movie Review: Elon Musk’s boost makes this Armie Hammer provocative film impossible to ignore, but not easy to recommend
- Mother worked in sugarcane fields, faced 4 prelims failures: How Kolape Pravin cracked UPSC without coaching and overcame poverty
- A Maharashtra college grows mangoes to help students earn their degrees; here’s everything about it
- ChatGPT tips: 10 lesser-known things that AI chatbot can do that you must use in 2026
- WhatsApp file sharing scam alert: CERT-In warns of malware campaign targeting users via fake invoices and bank statements
- Mercury-laced fairness creams cause kidney problems in 18 women from Nagpur; here’s what happened
- 5 Vande Bharat day trips you can take from Delhi in under 5 hours
- Who was “Joymala”? Kaziranga’s guardian elephant who protected rhinos for 34 years dies at 66
- Quote of the Day by Stoic philosopher Marcus Aurelius, “How much more grievous are the consequences of…”
`);
}
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
Rakesh Patil
