AFRICA · RESULTS

Africa Cup of Nations Results

Latest Africa Cup of Nations results: Senegal 0-0 Morocco, Egypt 0-0 Nigeria, Nigeria 0-0 Morocco. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:36 UTC
  • Sun 18 Jan, 19:00 UTCSenegal00Morocco
  • Sat 17 Jan, 16:00 UTCEgypt00Nigeria
  • Wed 14 Jan, 20:00 UTCNigeria00Morocco
  • Wed 14 Jan, 17:00 UTCSenegal10Egypt
  • Sat 10 Jan, 19:00 UTCEgypt32Côte d'Ivoire
  • Sat 10 Jan, 16:00 UTCAlgeria02Nigeria
  • Fri 09 Jan, 19:00 UTCCameroon02Morocco
  • Fri 09 Jan, 16:00 UTCMali01Senegal
  • Tue 06 Jan, 19:00 UTCCôte d'Ivoire30Burkina Faso
  • Tue 06 Jan, 16:00 UTCAlgeria00DR Congo
  • Mon 05 Jan, 19:00 UTCNigeria40Mozambique
  • Mon 05 Jan, 16:00 UTCEgypt11Benin
  • Sun 04 Jan, 19:00 UTCSouth Africa12Cameroon
  • Sun 04 Jan, 16:00 UTCMorocco10Tanzania
  • Sat 03 Jan, 19:00 UTCMali11Tunisia
Get this via API

Get Africa Cup of Nations results via API

Fetch the latest final Africa Cup of Nations scores with competition_id=comp_1554.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1554&season_id=sn_6116249&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1554",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-01-18T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Senegal"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Morocco"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Africa Cup of Nations result?

Senegal 0-0 Morocco on Sunday 18 January.

How do I get Africa Cup of Nations results via API?

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

Get Africa Cup of Nations data via API

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