NORTH AMERICA · RESULTS

CONCACAF Nations League Results

Latest CONCACAF Nations League results: Mexico 2-1 Panama, Canada 2-1 USA, Canada 0-2 Mexico. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 24/25·Updated 26 Jul 2026, 03:37 UTC
  • Mon 24 Mar, 01:30 UTCMexico21Panama
  • Sun 23 Mar, 22:00 UTCCanada21USA
  • Fri 21 Mar, 02:30 UTCCanada02Mexico
  • Thu 20 Mar, 23:00 UTCUSA01Panama
  • Wed 20 Nov, 02:30 UTCMexico40Honduras
  • Wed 20 Nov, 00:30 UTCCanada30Suriname
  • Tue 19 Nov, 23:00 UTCGuyana53Barbados
  • Tue 19 Nov, 23:00 UTCFrench Guiana22Belize
  • Tue 19 Nov, 23:00 UTCDominican Republic61Bermuda
  • Tue 19 Nov, 22:00 UTCGuadeloupe10Cayman Islands
  • Tue 19 Nov, 20:00 UTCAntigua and Barbuda00Dominica
  • Tue 19 Nov, 02:00 UTCPanama22Costa Rica
  • Tue 19 Nov, 01:00 UTCUSA42Jamaica
  • Tue 19 Nov, 00:00 UTCHaiti30Puerto Rico
  • Mon 18 Nov, 23:00 UTCCuraçao41Saint Lucia
Get this via API

Get CONCACAF Nations League results via API

Fetch the latest final CONCACAF Nations League scores with competition_id=comp_193547.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_193547&season_id=sn_9608278&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_193547",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2025-03-24T01:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Mexico"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Panama"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest CONCACAF Nations League result?

Mexico 2-1 Panama on Monday 24 March.

How do I get CONCACAF Nations League results via API?

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

Get CONCACAF Nations League data via API

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