/ receipts / argentina-spain-head-to-head

Argentina vs Spain: 14 meetings, one that counted

74 years of head-to-head, dead even at 6-6-2. Sunday is their first ever final.

Head-to-head card: every Argentina-Spain match since 1952, Elo ratings for both, and the model's 53/47 call for the 2026 World Cup final Open full card ↗
h2h-ARG-ESP.png
Format
PNG, 2160 × 2700
Size
0.5 MB
Data
All 14 Argentina-Spain meetings, 1952-2025 · model numbers through Jul 15
Episode
EP 02 — The World Cup Bracket Machine
Published
2026-07-18
License
CC0 data · card free to share with credit

Where this came from

The final nobody's bracket predicted — except half of ours. Both EP 02 brackets picked Argentina to lift the trophy; Thomas called Spain for the other chair, the model said France. So with the bet riding on Sunday, we did what we always do: went to the record. It is strange. Two of football's giants have met 14 times in 74 years, the rivalry is dead even at 6-6 with 2 draws, and thirteen of those games were friendlies. The only one that ever counted — 1966, World Cup group stage — Spain lost 1-2. Sunday is the first final, and Spain's first chance to win a meeting that matters.

What the model says

At the pre-tournament freeze the Elo table had Argentina and Spain #1 and #2, two points apart — a literal coin flip. The tournament broke the tie: Spain's 2-0 over France was the biggest single-match Elo gain of either finalist's run, and both sides now sit at their all-time peak rating (Spain 2304, Argentina 2278). Priced through the gap-to-goals engine: Spain 40.0% / draw 25.6% / Argentina 34.4% in 90 minutes — 53/47 Spain once extra time and a coin-flip shootout are folded in. A one-in-four chance the thing goes to penalties, where the math openly gives up.

How many times have Argentina and Spain played each other?

Fourteen times in 74 years, and the record could not be more even: six wins for Argentina, six for Spain, two draws. The series opens in 1952 in the public match record, and for two of the sport's heavyweight nations it is strangely thin — a shared language, a shared diaspora, and almost no competitive history. Thirteen of the fourteen meetings were friendlies.

The one exception before 2026 came at the 1966 World Cup, a group-stage match Spain lost 1-2. That was the entire competitive ledger between these two countries for sixty years: one game, one Argentina win. Every number on this page comes from the same public record the episode's model trains on — 49,477 internationals since 1872 — and the query below reproduces the full head-to-head line in one pass.

Have Argentina and Spain ever met in a World Cup final?

Once: the 2026 final was the first — not just their first World Cup final, but the first final of any kind between them in 74 years of playing each other. Before it, the only meeting that counted was that 1966 group game.

Neither bracket in the EP 02 bet saw the matchup whole. Both crowned Argentina; the disagreement was the other chair — Thomas wrote in Spain, the model priced France. France and Spain then drew each other in the semifinal, the model called its side of that coin flip at 50.7% France, and Spain won 2-0 — the biggest single-match Elo gain of either finalist's run, and the game that settled the bracket bet before the final ever kicked off.

Who won the 2026 World Cup final, Argentina or Spain?

Spain, 1-0 in extra time — their first ever win over Argentina in a match that counted, and the side the model narrowly favored at 53/47 once extra time and a possible shootout were folded in. The all-time series now reads seven wins to six, Spain, with two draws, and a fixture that spent seven decades as exhibition football finally has a headline result to hang its history on.

For the bracket bet, the final changed nothing: both brackets had crowned Argentina, so neither banked the champion's 16 points and the score froze at MATH 42 · VIBES 48, the point to Vibes. The stranger footnote is that Eric's machine, freed of its locked bracket, spent finals week backing Spain against its own champion — and was right. Both teams arrived at their all-time peak Elo; the difference between them, after 74 years and 15 meetings, was one extra-time goal.

Did the model predict Spain to win the 2026 World Cup?

Not in its bracket, no. The locked bracket — priced from 300,000 tournament simulations before the knockout rounds — had Argentina lifting the trophy and France in the other chair, so the model spent the tournament rooting against the final it would eventually price correctly. That is less contradictory than it sounds: a bracket is a single forced path through a coin-flip machine, and the model's record on the machine itself was solid — 18 of 24 knockout favorites advanced, and 4 of the 6 upsets against it were penalty shootouts. Once the real final was set, the same engine re-priced the one match left and landed on 53/47 Spain. The bracket lost; the last number it ever published was right.

Check it yourself

The full head-to-head, from the public match record:

SELECT min(year(date)) AS since, count(*) AS meetings,
  sum(((home_team='Spain' AND home_score>away_score) OR
       (away_team='Spain' AND away_score>home_score))::int) AS esp_wins,
  sum((home_score=away_score)::int) AS draws,
  sum(((home_team='Argentina' AND home_score>away_score) OR
       (away_team='Argentina' AND away_score>home_score))::int) AS arg_wins,
  sum((tournament != 'Friendly')::int) AS competitive
FROM read_parquet('https://data.mathvsvibes.com/wc/results.parquet')
WHERE 'Argentina' IN (home_team, away_team)
  AND 'Spain' IN (home_team, away_team);
-- 1952 · 14 · 6 · 2 · 6 · 1
The bracket bet this final decides is EP 02: The World Cup Bracket Machine. Watch the episode or see both brackets re-scored live.

Receipt trail: built for finals week 2026; numbers frozen Jul 15. Source data: martj42/international_results (CC0).