EUROPE · RESULTS
Premier League Results
Latest Premier League results: Arsenal 2-1 Chelsea, Everton 2-2 Manchester United, Hull City 0-0 Aston Villa. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:02 UTC
- Sun 06 Sept, 15:30 UTCArsenal2–1Chelsea
- Sun 06 Sept, 13:00 UTCEverton2–2Manchester United
- Sat 05 Sept, 16:30 UTCHull City0–0Aston Villa
- Sat 05 Sept, 14:00 UTCNottingham Forest0–0Tottenham Hotspur
- Sat 05 Sept, 14:00 UTCFulham2–3Crystal Palace
- Sat 05 Sept, 14:00 UTCManchester City1–0Coventry City
- Sat 05 Sept, 14:00 UTCBrentford1–1Sunderland
- Sat 05 Sept, 14:00 UTCBrighton & Hove Albion1–1Leeds United
- Sat 05 Sept, 11:30 UTCNewcastle United2–2Bournemouth
- Fri 04 Sept, 19:00 UTCIpswich Town0–2Liverpool
- Mon 31 Aug, 19:00 UTCAston Villa0–1Arsenal
- Sun 30 Aug, 15:30 UTCManchester United5–2Ipswich Town
- Sun 30 Aug, 13:00 UTCLeeds United1–1Brentford
- Sun 30 Aug, 13:00 UTCSunderland1–0Fulham
- Sun 30 Aug, 13:00 UTCChelsea4–3Brighton & Hove Albion
Get this via API
Get Premier League results via API
Fetch the latest final Premier League scores with competition_id=comp_3039.
GET /football/matches?competition_id=comp_3039&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3039&season_id=sn_8406098&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3039",
"matchday": 3,
"status": "finished",
"utc_date": "2026-09-06T15:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Arsenal"
},
"away_team": {
"id": "tm_yyyy",
"name": "Chelsea"
},
"score": {
"home": 2,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Premier League result?
Arsenal 2-1 Chelsea on Sunday 6 September.
How do I get Premier League results via API?
Call the matches endpoint with competition_id=comp_3039 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Premier League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.