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í2–1Blooming
- Sun 06 Sept, 22:00 UTCThe Strongest3–1CD Real Tomayapo
- Sun 06 Sept, 19:00 UTCIndependiente Petrolero0–4Bolívar
- Sat 05 Sept, 23:30 UTCOriente Petrolero1–2Club Always Ready
- Sat 05 Sept, 21:15 UTCClub Aurora3–0GV San José
- Sat 05 Sept, 19:00 UTCGuabirá1–1Real Potosí
- Fri 04 Sept, 21:15 UTCAcademia del Balompié Boliviano2–0FC Universitario de Vinto
- Fri 04 Sept, 19:00 UTCCDT Real Oruro2–0San Antonio Bulo-Bulo
- Fri 28 Aug, 00:30 UTCBolívar4–1Academia del Balompié Boliviano
- Thu 27 Aug, 22:30 UTCIndependiente Petrolero3–1Guabirá
- Thu 27 Aug, 19:00 UTCClub Always Ready2–2Club Aurora
- Thu 27 Aug, 00:30 UTCBlooming1–1CDT Real Oruro
- Wed 26 Aug, 22:30 UTCReal Potosí0–1CD Real Tomayapo
- Wed 26 Aug, 19:00 UTCSan Antonio Bulo-Bulo0–3The Strongest
- Tue 25 Aug, 23:00 UTCFC Universitario de Vinto2–0Nacional 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.