NORTH AMERICA · RESULTS
CONCACAF Gold Cup Results
Latest CONCACAF Gold Cup results: Honduras 2-0 Bermuda, Costa Rica 6-1 Belize, Nicaragua 0-1 Guadeloupe. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 2025·Updated 26 Jul 2026, 03:37 UTC
- Wed 26 Mar, 02:00 UTCHonduras2–0Bermuda
- Wed 26 Mar, 01:00 UTCCosta Rica6–1Belize
- Wed 26 Mar, 00:30 UTCNicaragua0–1Guadeloupe
- Wed 26 Mar, 00:30 UTCGuatemala2–0Guyana
- Wed 26 Mar, 00:00 UTCJamaica3–0Saint Vincent and the Grenadines
- Tue 25 Mar, 23:00 UTCMartinique0–1Suriname
- Tue 25 Mar, 23:00 UTCTrinidad and Tobago4–0Cuba
- Sat 22 Mar, 02:00 UTCBelize0–7Costa Rica
- Sat 22 Mar, 01:00 UTCGuyana3–2Guatemala
- Sat 22 Mar, 00:00 UTCGuadeloupe1–0Nicaragua
- Fri 21 Mar, 23:00 UTCBermuda3–5Honduras
- Fri 21 Mar, 23:00 UTCSaint Vincent and the Grenadines1–1Jamaica
- Fri 21 Mar, 22:00 UTCSuriname1–0Martinique
- Fri 21 Mar, 20:00 UTCCuba1–2Trinidad and Tobago
Get this via API
Get CONCACAF Gold Cup results via API
Fetch the latest final CONCACAF Gold Cup scores with competition_id=comp_1376.
GET /football/matches?competition_id=comp_1376&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1376&season_id=sn_1394195&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_1376",
"matchday": 1,
"status": "finished",
"utc_date": "2025-03-26T02:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Honduras"
},
"away_team": {
"id": "tm_yyyy",
"name": "Bermuda"
},
"score": {
"home": 2,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest CONCACAF Gold Cup result?
Honduras 2-0 Bermuda on Wednesday 26 March.
How do I get CONCACAF Gold Cup results via API?
Call the matches endpoint with competition_id=comp_1376 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get CONCACAF Gold Cup data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.