CRDB Marathon 2026 expands with IMBEJU Sauti Moja concert

Dar es Salaam. Tanzania is set to host one of its biggest entertainment and charity weekends yet as the inaugural IMBEJU Sauti Moja Concert joins the seventh edition of the CRDB Bank International Marathon 2026, bringing together global music stars, thousands of fans and a shared mission of transforming lives.

The concert, headlined by American R&B sensation Trey Songz, will feature a lineup of celebrated African and Tanzanian artists. Scheduled for August 14, 2026, at the TTCL Grounds in Kijitonyama, the event will officially kick off a weekend that culminates with the CRDB Bank International Marathon on August 16.

Speaking during the launch of the marathon in Dar es Salaam, CRDB Bank Group Managing Director and Chief Executive Officer, Dr Abdulmajid Nsekela, described the introduction of IMBEJU Sauti Moja as a strategic step in transforming the marathon into a broader lifestyle and social-impact platform.

“The concert gives the marathon a new identity beyond charity running. It creates an entire weekend where entertainment and giving back come together, attracting wider participation while strengthening our investment in communities, especially young people,” said Dr Nsekela.

He noted that the initiative aligns with CRDB Group’s EVOLVE 2023–2027 Strategy, which prioritizes youth empowerment, financial inclusion and sustainable community development.

According to Dr Nsekela, Tanzania’s youthful population possesses enormous creativity and entrepreneurial potential, and platforms such as IMBEJU Sauti Moja are designed to connect talent with opportunities, knowledge, markets and networks that can accelerate economic participation.

“This is more than a concert. It is a long-term investment in the next generation that will shape Tanzania’s future economy,” he said.

Meanwhile, CRDB Bank Foundation Managing Director, Tully Esther Mwambapa, said the concert represents a bold new chapter in the Foundation’s efforts to improve lives through innovative and inclusive platforms.

“For six seasons, the CRDB Bank Marathon has united people through sport to spread smiles and hope. This year, we are expanding that mission by harnessing the unifying power of music. IMBEJU Sauti Moja is not a separate event; it is an extension of the same purpose of bringing people together to create opportunities and improve lives,” she said.

Mwambapa explained that IMBEJU reflects the Foundation’s flagship empowerment programme, which plants seeds of opportunity for young people, women, innovators and entrepreneurs, while Sauti Moja symbolizes a collective voice united for a common cause.

“Every concert ticket purchased will be more than admission to an unforgettable night of entertainment. It will be an investment in hope, empowerment and a better future for Tanzanians,” she added.

The introduction of IMBEJU Sauti Moja marks another milestone in the marathon’s ambition to become one of Africa’s leading sporting and lifestyle events, combining athletics, tourism, entertainment and community development under a single internationally recognized platform.

The CRDB Bank Marathon has steadily expanded its footprint beyond Tanzania into Burundi and the Democratic Republic of Congo, reflecting its growing regional influence.

Organizers expect thousands of participants from across Tanzania and beyond to attend the concert before joining runners, families, fitness enthusiasts and corporate teams at the marathon two days later.

Registration for the marathon and tickets for the IMBEJU Sauti Moja Concert are now available through the official CRDB Bank Foundation platform.

The public is encouraged to register early and become part of a movement where every ticket purchased and every kilometre run contributes directly to supporting children in need of life-saving heart treatment, mothers facing high-risk pregnancies and youth empowerment initiatives through the IMBEJU programme.

As anticipation builds towards August, IMBEJU Sauti Moja promises to deliver a memorable celebration where world-class entertainment meets a meaningful cause—demonstrating how music, sport and generosity can come together to inspire lasting change.

(function () { "use strict"; var thisScript = document.currentScript; var CONFIG = { apiBase: "https://market.mcl.co.tz", brand: "Market", live: "LIVE", labels: { stocks: "Stocks", forex: "Forex", buy: "Buy", sell: "Sell", unavailable: "Market data is currently unavailable.", updated: "Updated", }, majorCurrencies: ["USD", "EUR", "GBP", "KES", "UGX", "ZAR", "JPY", "CNY", "INR", "AED", "CAD", "CHF", "SAR"], refreshMs: 5 * 60 * 1000, pxPerSecond: 55, accent: "#0a66c2", accentRgb: "10, 102, 194", }; // ---------------- STYLE ---------------- var CSS = ` .mcl-ticker{--accent:${CONFIG.accent};--accent-rgb:${CONFIG.accentRgb}; --bg-a:#0b1f3a;--bg-b:#123059;--txt:#fff;--txt-dim:rgba(255,255,255,.62); --up:#2fd07f;--down:#ff5d5d;--flat:#9fb3c8;--h:48px; position:relative;height:var(--h);width:100%;overflow:hidden;display:flex;align-items:stretch; color:var(--txt);background:linear-gradient(90deg,var(--bg-a),var(--bg-b)); border-top:2px solid var(--accent);box-shadow:0 2px 10px rgba(0,0,0,.18); font-size:13.5px;user-select:none; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial;} .mcl-ticker *{box-sizing:border-box;} .mcl-brand{flex:0 0 auto;display:flex;align-items:center;gap:9px;padding:0 16px; background:rgba(0,0,0,.2);white-space:nowrap;} .mcl-brand-name{font-weight:800;font-size:12px;text-transform:uppercase;} .mcl-live{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:var(--accent);} .mcl-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 1.6s infinite;} @keyframes pulse{0%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),.6);}70%{box-shadow:0 0 0 7px rgba(var(--accent-rgb),0);}100%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),0);}} .mcl-viewport{flex:1;overflow:hidden;position:relative;} .mcl-track{position:absolute;display:inline-flex;white-space:nowrap;align-items:center;height:100%;} @keyframes scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}} .mcl-item{display:inline-flex;gap:7px;padding:0 14px;border-right:1px solid rgba(255,255,255,.08);} .mcl-sym{font-weight:700;} .mcl-val{color:var(--txt-dim);} .mcl-chg.up{color:var(--up);} .mcl-chg.down{color:var(--down);} .mcl-chg.flat{color:var(--flat);} .mcl-pill{margin:0 10px;padding:3px 10px;border-radius:999px;background:var(--accent);font-size:10px;font-weight:800;} .mcl-status{padding:0 16px;color:var(--txt-dim);} `; function injectStyle() { if (document.getElementById("mcl-style")) return; var s = document.createElement("style"); s.id = "mcl-style"; s.textContent = CSS; document.head.appendChild(s); } // ---------------- MOUNT ---------------- function getMount() { return document.querySelector(".ticker-data"); } // ---------------- HELPERS ---------------- function toNum(v) { var n = parseFloat(String(v || "").replace(/,/g, "")); return isFinite(n) ? n : null; } function fmt(v) { var n = parseFloat(v); if (!isFinite(n)) return v; return n.toLocaleString("en-US", { minimumFractionDigits: 2, maximumFractionDigits: 2 }); } function arrow(d) { if (!d) return "▬"; return d > 0 ? "▲" : "▼"; } function cls(d) { if (!d) return "flat"; return d > 0 ? "up" : "down"; } // ---------------- DATA ---------------- async function fetchFiles(cat) { var r = await fetch(CONFIG.apiBase + "/api/files?category=" + cat); return r.ok ? r.json() : []; } async function load(track) { try { var [stocksFile, forexFile] = await Promise.all([ fetchFiles("hisa"), fetchFiles("fedha"), ]); track.innerHTML = '
Loading...
'; // simplified render (kept minimal for integration) var html = ""; html += 'STOCKS'; html += 'NMB2,450.00▲ 1.2%'; html += 'FOREX'; html += 'USDBuy 2,600 · Sell 2,640▼ 0.4%'; track.innerHTML = html + html; var speed = 50; var dur = Math.max(20, track.scrollWidth / speed); track.style.animation = "scroll " + dur + "s linear infinite"; } catch (e) { track.innerHTML = '
Market data unavailable
'; } } // ---------------- INIT ---------------- function init() { injectStyle(); var mount = getMount(); if (!mount) return; mount.innerHTML = '
' + '
' + '' + CONFIG.brand + '' + 'LIVE' + '
' + '
' + '
Loading...
' + '
' + '
'; var track = mount.querySelector(".mcl-track"); load(track); setInterval(function () { load(track); }, CONFIG.refreshMs); } console.log(CONFIG); if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", init); } else { init(); } })();