SOUTH AMERICA · FIXTURES

Liga Profesional de Fútbol Fixtures

Next Liga Profesional de Fútbol fixtures: Argentinos Juniors v Gimnasia y Esgrima (Sunday 13 September), CA Independiente v San Lorenzo (Sunday 13 September), Huracán v Racing Club (Monday 14 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 08 Sept 2026, 22:02 UTC
  • Sun 13 Sept, 20:00 UTCArgentinos JuniorsvGimnasia y Esgrima
  • Sun 13 Sept, 22:15 UTCCA IndependientevSan Lorenzo
  • Mon 14 Sept, 00:30 UTCHuracánvRacing Club
  • Mon 14 Sept, 22:00 UTCBanfieldvBarracas Central
  • Mon 14 Sept, 22:00 UTCDeportivo RiestravLanús
  • Sun 20 Sept, 20:00 UTCVélez SarsfieldvTigre
  • Sun 20 Sept, 20:00 UTCSan LorenzovBoca Juniors
  • Sun 20 Sept, 20:00 UTCRacing ClubvSarmiento
  • Sun 20 Sept, 20:00 UTCLanúsvEstudiantes de La Plata
  • Sun 20 Sept, 20:00 UTCGimnasia y Esgrima MendozavDeportivo Riestra
  • Sun 20 Sept, 20:00 UTCAldosivivAtlético Tucumán
  • Sun 20 Sept, 20:00 UTCInstituto De CórdobavTalleres
  • Sun 20 Sept, 20:00 UTCRosario CentralvArgentinos Juniors
  • Sun 20 Sept, 20:00 UTCBarracas CentralvIndependiente Rivadavia
  • Sun 20 Sept, 20:00 UTCPlatensevNewell's Old Boys
Get this via API

Get Liga Profesional de Fútbol fixtures via API

Fetch upcoming Liga Profesional de Fútbol matches with competition_id=comp_4540.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4540&season_id=sn_5721417&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4540",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-13T20:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Argentinos Juniors"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Gimnasia y Esgrima"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Liga Profesional de Fútbol match?

Argentinos Juniors play Gimnasia y Esgrima on Sunday 13 September.

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

Call the matches endpoint with competition_id=comp_4540 and status=scheduled. 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.