AFRICA · RESULTS

CAF Confederations Cup Results

Latest CAF Confederations Cup results: ZED FC 4-0 ASAS, Vitesse FC 1-2 AS Real Bamako, AFAD Plateau 1-1 East End Lions FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:41 UTC
  • Sun 06 Sept, 17:00 UTCZED FC40ASAS
  • Sun 06 Sept, 16:00 UTCVitesse FC12AS Real Bamako
  • Sun 06 Sept, 16:00 UTCAFAD Plateau11East End Lions FC
  • Sun 06 Sept, 15:00 UTCEl Kanemi Warriors30UDIB
  • Sun 06 Sept, 14:00 UTCAl Ahli Wad Madani22Tusker Football Club
  • Sun 06 Sept, 13:30 UTCAl Ghazala Wau17Singida Black Stars SC
  • Sun 06 Sept, 13:30 UTCMogadishu City Club12Kitara FC
  • Sun 06 Sept, 13:00 UTCDurban City FC10Rukinzo FC
  • Sat 05 Sept, 16:00 UTCKabuscorp SCP20University of Namibia FC
  • Sat 05 Sept, 16:00 UTCAS Douanes22Hafia FC
  • Sat 05 Sept, 16:00 UTCFC Diarra10Nations FC
  • Sat 05 Sept, 15:30 UTCAS de Zam05ASKO Kara
  • Sat 05 Sept, 15:00 UTCShooting Stars10CS Sfaxien
  • Sat 05 Sept, 13:00 UTCKMKM03Al Ahli Tripoli
  • Sat 05 Sept, 13:00 UTCRed Arrows20Inate FC Rouge
Get this via API

Get CAF Confederations Cup results via API

Fetch the latest final CAF Confederations Cup scores with competition_id=comp_45714.

GET /football/matches?competition_id=comp_45714&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45714&season_id=sn_7203226&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_45714",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-09-06T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "ZED FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "ASAS"
      },
      "score": {
        "home": 4,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest CAF Confederations Cup result?

ZED FC 4-0 ASAS on Sunday 6 September.

How do I get CAF Confederations Cup results via API?

Call the matches endpoint with competition_id=comp_45714 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get CAF Confederations Cup data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.