NORTH AMERICA · LEAGUE TABLE

Canadian Premier League Table

As of 9 September 2026, Cavalry FC lead the Canadian Premier League 2026 with 46 points from 20 matches, 4 points clear of Forge FC. Pacific FC sit bottom on 9. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:18 UTC
Canadian Premier League league table
#TeamPWDLGFGAGDPts
1Cavalry FC2014424012+2846
2Forge FC2013343015+1542
3Atlético Ottawa2110473434034
4Vancouver FC219392925+430
5FC Supra Du Quebec2064102936-722
6HFX Wanderers FC2155112937-820
7York United FC184772338-1519
8Pacific FC1916122239-179
Get this via API

Get the Canadian Premier League table via API

Fetch the live Canadian Premier League standings with competition_id=comp_194097. The same shape works for every competition and season.

GET /football/competitions/comp_194097/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_194097/seasons/sn_6135818/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Cavalry FC"
      },
      "position": 1,
      "matches_played": 20,
      "wins": 14,
      "draws": 4,
      "losses": 2,
      "goals_for": 40,
      "goals_against": 12,
      "goal_difference": 28,
      "points": 46
    }
  ]
}

Frequently Asked Questions

Who is top of the Canadian Premier League?

Cavalry FC are top of the Canadian Premier League 2026 with 46 points from 20 matches, 4 points clear of Forge FC.

How many teams are in the Canadian Premier League?

8 teams compete in the Canadian Premier League 2026.

How do I get the Canadian Premier League table via API?

Call the standings endpoint with competition_id=comp_194097 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Canadian Premier League data are available?

TheStatsAPI has 8 seasons of Canadian Premier League data, going back to 2019, including historical final tables.

Get Canadian Premier League data via API

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