SOUTH AMERICA · LEAGUE TABLE

División Profesional Table

As of 9 September 2026, Bolívar lead the División Profesional 2026 with 39 points from 18 matches, level on points with Club Always Ready. FC Universitario de Vinto sit bottom on 14. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 05:58 UTC
División Profesional league table
#TeamPWDLGFGAGDPts
1Bolívar1812334819+2939
2Club Always Ready1811613713+2439
3The Strongest1810623221+1136
4Oriente Petrolero188373325+827
5Club Aurora186932824+427
6Real Potosí186842313+1026
7Guabirá187562932-326
8Independiente Petrolero187472529-425
9Nacional Potosí187382724+324
10Blooming185852320+323
11CDT Real Oruro186393243-1121
12Academia del Balompié Boliviano1862102937-820
13San Antonio Bulo-Bulo1852111837-1917
14CD Real Tomayapo1844101435-2116
15GV San José182881930-1114
16FC Universitario de Vinto1842122237-1514
Get this via API

Get the División Profesional table via API

Fetch the live División Profesional standings with competition_id=comp_623699. The same shape works for every competition and season.

GET /football/competitions/comp_623699/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_623699/seasons/sn_7251716/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Bolívar"
      },
      "position": 1,
      "matches_played": 18,
      "wins": 12,
      "draws": 3,
      "losses": 3,
      "goals_for": 48,
      "goals_against": 19,
      "goal_difference": 29,
      "points": 39
    }
  ]
}

Frequently Asked Questions

Who is top of the División Profesional?

Bolívar are top of the División Profesional 2026 with 39 points from 18 matches.

How many teams are in the División Profesional?

16 teams compete in the División Profesional 2026.

How do I get the División Profesional table via API?

Call the standings endpoint with competition_id=comp_623699 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of División Profesional data are available?

TheStatsAPI has 5 seasons of División Profesional data, going back to 2021, including historical final tables.

Get División Profesional data via API

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