mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 10:05:53 +03:00
[GH-ISSUE #897] [FotMob] Add support for parsing xG per shot #193
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kennethhede on GitHub (Nov 17, 2025).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/897
To calculate expected points for teams I need expected goals per shot from match statistics and not just aggregated expected goals
@hghws03 commented on GitHub (Nov 20, 2025):
I know it doesn't necessarily solve your problem, but, from what I can tell by matching their shot data with FBref, FotMob get their xG data from the same feed (Opta), and you can scrape FBref shot data with xG.
I am not aware of leagues that FotMob covers with xG data that FBref doesn't, so it might not solve your problem at all, but I think that if you were to ever look for an alternative, this should be it.