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 UTCMexico2–1Panama
- Sun 23 Mar, 22:00 UTCCanada2–1USA
- Fri 21 Mar, 02:30 UTCCanada0–2Mexico
- Thu 20 Mar, 23:00 UTCUSA0–1Panama
- Wed 20 Nov, 02:30 UTCMexico4–0Honduras
- Wed 20 Nov, 00:30 UTCCanada3–0Suriname
- Tue 19 Nov, 23:00 UTCGuyana5–3Barbados
- Tue 19 Nov, 23:00 UTCFrench Guiana2–2Belize
- Tue 19 Nov, 23:00 UTCDominican Republic6–1Bermuda
- Tue 19 Nov, 22:00 UTCGuadeloupe1–0Cayman Islands
- Tue 19 Nov, 20:00 UTCAntigua and Barbuda0–0Dominica
- Tue 19 Nov, 02:00 UTCPanama2–2Costa Rica
- Tue 19 Nov, 01:00 UTCUSA4–2Jamaica
- Tue 19 Nov, 00:00 UTCHaiti3–0Puerto Rico
- Mon 18 Nov, 23:00 UTCCuraçao4–1Saint 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.