SOUTH AMERICA · RESULTS

Liga Profesional de Fútbol Results

Latest Liga Profesional de Fútbol results: Club Atlético Unión de Santa Fe 3-2 Instituto De Córdoba, Barracas Central 0-0 Argentinos Juniors, Racing Club 1-2 Atlético Tucumán. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 08:33 UTC
  • Tue 08 Sept, 00:15 UTCClub Atlético Unión de Santa Fe32Instituto De Córdoba
  • Mon 07 Sept, 22:00 UTCBarracas Central00Argentinos Juniors
  • Mon 07 Sept, 00:30 UTCRacing Club12Atlético Tucumán
  • Sun 06 Sept, 22:15 UTCRiver Plate31Independiente Rivadavia
  • Sun 06 Sept, 20:00 UTCCentral Córdoba01CA Independiente
  • Sun 06 Sept, 20:00 UTCLanús10Defensa y Justicia
  • Sun 06 Sept, 17:45 UTCRosario Central11Newell's Old Boys
  • Sun 06 Sept, 00:15 UTCVélez Sarsfield10Estudiantes de La Plata
  • Sat 05 Sept, 22:00 UTCSan Lorenzo10Talleres
  • Sat 05 Sept, 19:30 UTCGimnasia y Esgrima Mendoza22Boca Juniors
  • Sat 05 Sept, 17:30 UTCGimnasia y Esgrima21Tigre
  • Sat 05 Sept, 16:30 UTCAldosivi31Banfield
  • Fri 04 Sept, 22:00 UTCBelgrano11Huracán
  • Fri 04 Sept, 22:00 UTCPlatense11Deportivo Riestra
  • Fri 04 Sept, 19:45 UTCEstudiantes de Río Cuarto02Sarmiento
Get this via API

Get Liga Profesional de Fútbol results via API

Fetch the latest final Liga Profesional de Fútbol scores with competition_id=comp_4540.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4540&season_id=sn_5721417&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4540",
      "matchday": 8,
      "status": "finished",
      "utc_date": "2026-09-08T00:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Club Atlético Unión de Santa Fe"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Instituto De Córdoba"
      },
      "score": {
        "home": 3,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Liga Profesional de Fútbol result?

Club Atlético Unión de Santa Fe 3-2 Instituto De Córdoba on Tuesday 8 September.

How do I get Liga Profesional de Fútbol results via API?

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

Get Liga Profesional de Fútbol data via API

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