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 Fe3–2Instituto De Córdoba
- Mon 07 Sept, 22:00 UTCBarracas Central0–0Argentinos Juniors
- Mon 07 Sept, 00:30 UTCRacing Club1–2Atlético Tucumán
- Sun 06 Sept, 22:15 UTCRiver Plate3–1Independiente Rivadavia
- Sun 06 Sept, 20:00 UTCCentral Córdoba0–1CA Independiente
- Sun 06 Sept, 20:00 UTCLanús1–0Defensa y Justicia
- Sun 06 Sept, 17:45 UTCRosario Central1–1Newell's Old Boys
- Sun 06 Sept, 00:15 UTCVélez Sarsfield1–0Estudiantes de La Plata
- Sat 05 Sept, 22:00 UTCSan Lorenzo1–0Talleres
- Sat 05 Sept, 19:30 UTCGimnasia y Esgrima Mendoza2–2Boca Juniors
- Sat 05 Sept, 17:30 UTCGimnasia y Esgrima2–1Tigre
- Sat 05 Sept, 16:30 UTCAldosivi3–1Banfield
- Fri 04 Sept, 22:00 UTCBelgrano1–1Huracán
- Fri 04 Sept, 22:00 UTCPlatense1–1Deportivo Riestra
- Fri 04 Sept, 19:45 UTCEstudiantes de Río Cuarto0–2Sarmiento
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
}
}
]
}Liga Profesional de Fútbol resources
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.