SOUTH AMERICA · RESULTS

División Profesional Results

Latest División Profesional results: Nacional Potosí 2-1 Blooming, The Strongest 3-1 CD Real Tomayapo, Independiente Petrolero 0-4 Bolívar. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 08 Sept 2026, 21:29 UTC
  • Mon 07 Sept, 00:00 UTCNacional Potosí21Blooming
  • Sun 06 Sept, 22:00 UTCThe Strongest31CD Real Tomayapo
  • Sun 06 Sept, 19:00 UTCIndependiente Petrolero04Bolívar
  • Sat 05 Sept, 23:30 UTCOriente Petrolero12Club Always Ready
  • Sat 05 Sept, 21:15 UTCClub Aurora30GV San José
  • Sat 05 Sept, 19:00 UTCGuabirá11Real Potosí
  • Fri 04 Sept, 21:15 UTCAcademia del Balompié Boliviano20FC Universitario de Vinto
  • Fri 04 Sept, 19:00 UTCCDT Real Oruro20San Antonio Bulo-Bulo
  • Fri 28 Aug, 00:30 UTCBolívar41Academia del Balompié Boliviano
  • Thu 27 Aug, 22:30 UTCIndependiente Petrolero31Guabirá
  • Thu 27 Aug, 19:00 UTCClub Always Ready22Club Aurora
  • Thu 27 Aug, 00:30 UTCBlooming11CDT Real Oruro
  • Wed 26 Aug, 22:30 UTCReal Potosí01CD Real Tomayapo
  • Wed 26 Aug, 19:00 UTCSan Antonio Bulo-Bulo03The Strongest
  • Tue 25 Aug, 23:00 UTCFC Universitario de Vinto20Nacional Potosí
Get this via API

Get División Profesional results via API

Fetch the latest final División Profesional scores with competition_id=comp_623699.

GET /football/matches?competition_id=comp_623699&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_623699&season_id=sn_7251716&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_623699",
      "matchday": 18,
      "status": "finished",
      "utc_date": "2026-09-07T00:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Nacional Potosí"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Blooming"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest División Profesional result?

Nacional Potosí 2-1 Blooming on Monday 7 September.

How do I get División Profesional results via API?

Call the matches endpoint with competition_id=comp_623699 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get División Profesional data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.