Blue Cloud Softech shares rise 1.3% as company signs Africa telecom pact with GCIB, Afro Mobile
Trending Topics
Blue Cloud Softech shares rise 1.3% as company signs Africa telecom pact with GCIB, Afro Mobile
The memorandum is a strategic cooperation framework and does not involve any financial commitment or assured revenue for the company.
Moneycontrol News
August 20, 2026 / 10:06 IST
Afro Mobile SARL is a telecommunications and digital infrastructure company (Representative Image)
`;
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/stocks/blue-cloud-softech-shares-rise-1-3-as-company-signs-africa-telecom-pact-with-gcib-afro-mobile-14010989.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/stocks/blue-cloud-softech-shares-rise-1-3-as-company-signs-africa-telecom-pact-with-gcib-afro-mobile-14010989.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);
}
Blue Cloud Softech Solutions shares were in green in morning trade on Thursday after the company announced signing a strategic memorandum of agreement with the Global Council for Investment and Business for Africa (GCIB) and Afro Mobile SARL.
Blue Cloud Softech Solutions shares were trading 1.38% higher on the BSE at 9:45 am on Thursday.
Under the agreement, signed for an initial term of five years and renewable by mutual written agreement, Blue Cloud Softech will act as the Lead Technology and Digital Transformation Partner. GCIB will serve as the Strategic Development & Investment Partner, while Afro Mobile will act as the Digital Infrastructure Partner.
The agreement establishes a strategic partnership framework for the identification, structuring, financing, development, implementation, operation and commercialisation of telecommunications projects across Africa, the company said.
The partnership will cover national fibre-optic backbones, 4G/5G network infrastructure, international connectivity, telecom towers and passive infrastructure, digital public infrastructure, and satellite connectivity.
Afro Mobile SARL is a telecommunications and digital infrastructure company incorporated under the laws of the Republic of Côte d’Ivoire.
The memorandum is a strategic cooperation framework and does not involve any financial commitment or assured revenue for the company.
Moneycontrol News
first published: Aug 20, 2026 10:06 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

‘We are Gen Z, won’t tolerate this nonsense’: Tourist’s Kargil checkpoint rant goes viral. Omar Abdullah reacts
- ‘Learn to be a law abiding citizen’: Army veterans slam tourist after viral Kargil checkpoint video
- ‘You smell quite nice for an Indian’: Woman’s remark to man dining with family sparks outrage online. Watch
- Worked for 8.5 hours, earned Rs 1,200 a day: Bengaluru student tries Rapido as side hustle, shares reality
- 23-year-old man earns Rs 8.5 lakh in a month by watching clouds, making videos and living in mountains
- When Asha Parekh reacted to marriage rumours with Shammi Kapoor: ‘yes we are married…’
- Rajpal Yadav says financial troubles cannot define his journey as an artist, people continue to click 500 selfies in airports: ‘No one can buy me for money’
- From IAS dream to Rs 95,000 crore Meesho: How Vidit Aatrey turned failed ideas into e-commerce success story
- In 1964, ‘Witch of Wall Street’ made a solitary 18-acre island her home at 27; then donated her ‘Witch Island’ to be a wildlife sanctuary.
- Apple iPhone 18 Pro Max will have one big camera difference compared to the iPhone 18 Pro: Here’s what it is
- iPhone 17 price in India drops to Rs 46,455 with exchange and bank offers
- “Tried to distance myself”: Anurag Kashyap on navigating 20-year age gap with girlfriend Shubhra Shetty; 5 psychological facts to know
- US cardiologist reveals 5 things he avoids after performing 8,000 heart operations
- Meet astrophysicist Annapurni Subramaniam, who became the first Indian woman to win the COSPAR Vikram Sarabhai Medal
- In 1971, India couldn’t buy sonar, so this IIT engineer built one; years later, his MIMO tech became the backbone of 4G, 5G and Wi-Fi
`);
}
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)
});
Duhita Thapliyal
