NORTH AMERICA · FIXTURES

CONCACAF Nations League Fixtures

Next CONCACAF Nations League fixtures: Dominica v Puerto Rico (Sunday 27 September), Belize v Saint Vincent and the Grenadines (Monday 28 September), French Guiana v Sint Maarten (Monday 28 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 01:37 UTC
  • Sun 27 Sept, 18:00 UTCDominicavPuerto Rico
  • Mon 28 Sept, 18:00 UTCBelizevSaint Vincent and the Grenadines
  • Mon 28 Sept, 18:00 UTCFrench GuianavSint Maarten
  • Mon 28 Sept, 18:00 UTCSaint Kitts and NevisvGrenada
  • Mon 28 Sept, 18:00 UTCCubavBonaire
  • Mon 28 Sept, 18:00 UTCSaint LuciavBermuda
  • Mon 28 Sept, 18:00 UTCGuadeloupevBarbados
  • Mon 28 Sept, 18:00 UTCGuatemalavEl Salvador
  • Mon 28 Sept, 18:00 UTCSurinamevMartinique
  • Mon 28 Sept, 18:00 UTCJamaicavHonduras
  • Tue 29 Sept, 18:00 UTCUS Virgin IslandsvBahamas
  • Tue 29 Sept, 18:00 UTCAnguillavAruba
  • Tue 29 Sept, 18:00 UTCBritish Virgin IslandsvTurks and Caicos Islands
  • Thu 01 Oct, 18:00 UTCUS Virgin IslandsvSaint Martin
  • Thu 01 Oct, 18:00 UTCAnguillavAntigua and Barbuda
Get this via API

Get CONCACAF Nations League fixtures via API

Fetch upcoming CONCACAF Nations League matches with competition_id=comp_193547.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_193547&season_id=sn_7202912&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_193547",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-27T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Dominica"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Puerto Rico"
      }
    }
  ]
}

Frequently Asked Questions

When is the next CONCACAF Nations League match?

Dominica play Puerto Rico on Sunday 27 September.

How do I get CONCACAF Nations League fixtures via API?

Call the matches endpoint with competition_id=comp_193547 and status=scheduled. 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.