NORTH AMERICA · RESULTS
Canadian Premier League Results
Latest Canadian Premier League results: Vancouver FC 1-1 Pacific FC, FC Supra Du Quebec 1-1 Cavalry FC, Pacific 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 15 Aug 2026, 04:44 UTC
- Sat 15 Aug, 01:00 UTCVancouver FC1–1Pacific FC
- Sun 09 Aug, 00:00 UTCFC Supra Du Quebec1–1Cavalry FC
- Sat 08 Aug, 21:00 UTCPacific FC1–1York United FC
- Sat 08 Aug, 17:00 UTCAtlético Ottawa2–1HFX Wanderers FC
- Fri 07 Aug, 23:00 UTCForge FC0–1Vancouver FC
- Sun 02 Aug, 22:00 UTCHFX Wanderers FC0–0Forge FC
- Sun 02 Aug, 01:00 UTCCavalry FC5–0York United FC
- Sat 01 Aug, 22:00 UTCVancouver FC3–1Atlético Ottawa
- Sat 01 Aug, 02:00 UTCPacific FC1–2FC Supra Du Quebec
- Wed 29 Jul, 01:00 UTCCavalry FC2–1FC Supra Du Quebec
- Sun 26 Jul, 21:00 UTCYork United FC1–3Forge FC
- Sun 26 Jul, 18:00 UTCAtlético Ottawa3–2Pacific FC
- Sat 25 Jul, 02:00 UTCVancouver FC1–0Cavalry FC
- Fri 24 Jul, 22:00 UTCHFX Wanderers FC2–3FC Supra Du Quebec
- Sat 18 Jul, 19:00 UTCCavalry FC1–1HFX 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-08-15T01:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Vancouver FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Pacific FC"
},
"score": {
"home": 1,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Canadian Premier League result?
Vancouver FC 1-1 Pacific FC on Saturday 15 August.
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.