EUROPE · RESULTS
NB I Results
Latest NB I results: ETO FC Győr 3-2 Budapest Honvéd FC, Ferencváros TC 2-2 Újpest, Zalaegerszegi TE 1-0 Puskás Akadémia. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 00:43 UTC
- Sun 06 Sept, 18:00 UTCETO FC Győr3–2Budapest Honvéd FC
- Sun 06 Sept, 15:45 UTCFerencváros TC2–2Újpest
- Sun 06 Sept, 13:30 UTCZalaegerszegi TE1–0Puskás Akadémia
- Sat 05 Sept, 18:00 UTCPaksi FC2–4Debreceni VSC
- Sat 05 Sept, 15:30 UTCMTK Budapest1–2Kisvárda FC
- Fri 04 Sept, 16:30 UTCVasas3–2Nyiregyháza Spartacus
- Thu 03 Sept, 17:30 UTCETO FC Győr0–3Ferencváros TC
- Sun 30 Aug, 17:00 UTCPuskás Akadémia1–2Ferencváros TC
- Sun 30 Aug, 14:30 UTCKisvárda FC1–1ETO FC Győr
- Sat 29 Aug, 17:30 UTCÚjpest3–1Vasas
- Sat 29 Aug, 15:00 UTCBudapest Honvéd FC1–0Zalaegerszegi TE
- Sat 29 Aug, 12:45 UTCNyiregyháza Spartacus1–1Paksi FC
- Fri 28 Aug, 18:00 UTCDebreceni VSC2–2MTK Budapest
- Sun 23 Aug, 15:30 UTCETO FC Győr3–0Zalaegerszegi TE
- Sun 23 Aug, 15:30 UTCKisvárda FC0–0Debreceni VSC
Get this via API
Get NB I results via API
Fetch the latest final NB I scores with competition_id=comp_3664.
GET /football/matches?competition_id=comp_3664&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3664&season_id=sn_0839041&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3664",
"matchday": 7,
"status": "finished",
"utc_date": "2026-09-06T18:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "ETO FC Győr"
},
"away_team": {
"id": "tm_yyyy",
"name": "Budapest Honvéd FC"
},
"score": {
"home": 3,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest NB I result?
ETO FC Győr 3-2 Budapest Honvéd FC on Sunday 6 September.
How do I get NB I results via API?
Call the matches endpoint with competition_id=comp_3664 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get NB I data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.