This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "2024/25": [ | |
| { "player": "Kylian Mbappé", "from": "Paris Saint-Germain", "to": "Real Madrid", "fee_millions": 0, "date": "2024-07-01", "league": "la-liga" }, | |
| { "player": "Michael Olise", "from": "Crystal Palace", "to": "Bayern München", "fee_millions": 60, "date": "2024-07-07", "league": "bundesliga" }, | |
| { "player": "Riccardo Calafiori", "from": "Bologna", "to": "Arsenal", "fee_millions": 50, "date": "2024-07-25", "league": "premier-league" }, | |
| { "player": "Joshua Zirkzee", "from": "Bologna", "to": "Manchester United", "fee_millions": 43, "date": "2024-07-14", "league": "premier-league" }, | |
| { "player": "Douglas Luiz", "from": "Aston Villa", "to": "Juventus", "fee_millions": 50, "date": "2024-07-03", "league": "serie-a" } | |
| ], | |
| "2023/24": [ | |
| { "player": "Moisés Caicedo", "from": "Brighton", "to": "Chelsea", "fee_millions": 116, "date": "2023-08-14", "league": "premier-league" }, |