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őr32Budapest Honvéd FC
  • Sun 06 Sept, 15:45 UTCFerencváros TC22Újpest
  • Sun 06 Sept, 13:30 UTCZalaegerszegi TE10Puskás Akadémia
  • Sat 05 Sept, 18:00 UTCPaksi FC24Debreceni VSC
  • Sat 05 Sept, 15:30 UTCMTK Budapest12Kisvárda FC
  • Fri 04 Sept, 16:30 UTCVasas32Nyiregyháza Spartacus
  • Thu 03 Sept, 17:30 UTCETO FC Győr03Ferencváros TC
  • Sun 30 Aug, 17:00 UTCPuskás Akadémia12Ferencváros TC
  • Sun 30 Aug, 14:30 UTCKisvárda FC11ETO FC Győr
  • Sat 29 Aug, 17:30 UTCÚjpest31Vasas
  • Sat 29 Aug, 15:00 UTCBudapest Honvéd FC10Zalaegerszegi TE
  • Sat 29 Aug, 12:45 UTCNyiregyháza Spartacus11Paksi FC
  • Fri 28 Aug, 18:00 UTCDebreceni VSC22MTK Budapest
  • Sun 23 Aug, 15:30 UTCETO FC Győr30Zalaegerszegi TE
  • Sun 23 Aug, 15:30 UTCKisvárda FC00Debreceni 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.