NORTH AMERICA · RESULTS
Canadian Premier League Results
Latest Canadian Premier League results: HFX Wanderers FC 1-3 Cavalry FC, Vancouver FC 3-2 FC Supra Du Quebec, Forge FC 1-1 York United FC. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 08:57 UTC
- Mon 07 Sept, 19:00 UTCHFX Wanderers FC1–3Cavalry FC
- Sun 06 Sept, 22:00 UTCVancouver FC3–2FC Supra Du Quebec
- Sat 05 Sept, 23:00 UTCForge FC1–1York United FC
- Sat 05 Sept, 20:00 UTCAtlético Ottawa0–0Pacific FC
- Sun 30 Aug, 22:00 UTCPacific FC4–3HFX Wanderers FC
- Sat 29 Aug, 21:00 UTCCavalry FC1–0Vancouver FC
- Fri 28 Aug, 23:00 UTCFC Supra Du Quebec1–0Forge FC
- Fri 28 Aug, 23:00 UTCAtlético Ottawa2–1York United FC
- Sun 23 Aug, 20:00 UTCYork United FC1–1FC Supra Du Quebec
- Sat 22 Aug, 23:30 UTCForge FC2–0Pacific FC
- Sat 22 Aug, 20:30 UTCCavalry FC3–1Atlético Ottawa
- Sat 22 Aug, 18:00 UTCHFX Wanderers FC1–0Vancouver FC
- Wed 19 Aug, 23:00 UTCAtlético Ottawa4–0Vancouver FC
- Wed 19 Aug, 23:00 UTCForge FC3–2FC Supra Du Quebec
- Sun 16 Aug, 20:00 UTCYork United FC4–3HFX Wanderers FC
Get this via API
Get Canadian Premier League results via API
Fetch the latest final Canadian Premier League scores with competition_id=comp_194097.
GET /football/matches?competition_id=comp_194097&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_194097&season_id=sn_6135818&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_194097",
"matchday": 1,
"status": "finished",
"utc_date": "2026-09-07T19:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "HFX Wanderers FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Cavalry FC"
},
"score": {
"home": 1,
"away": 3
}
}
]
}Frequently Asked Questions
What was the latest Canadian Premier League result?
HFX Wanderers FC 1-3 Cavalry FC on Monday 7 September.
How do I get Canadian Premier League results via API?
Call the matches endpoint with competition_id=comp_194097 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Canadian Premier League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.