.. soccerdata package index documentation toctree .. _datasources: .. currentmodule:: soccerdata .. highlight:: python ======================== Overview of Data Sources ======================== Currently, the following data sources are supported. .. rst-class:: datasources ----- ClubElo `URL `__ | :doc:`Example usage ` | :doc:`API reference ` .. code:: from soccerdata import ClubElo Team's relative strengths as Elo ratings, for most European leagues. Recalculated after every round, includes history. ----- ESPN `URL `__ | :doc:`Example usage ` | :doc:`API reference ` .. code:: from soccerdata import ESPN Historical results, statistics and lineups. ----- FBref `URL `__ | :doc:`Example usage ` | :doc:`API reference ` .. code:: from soccerdata import FBref Historical results, lineups, and detailed aggregated statistics for teams and individual players based on Opta data. ----- Football-Data.co.uk `URL `__ | :doc:`Example usage ` | :doc:`API reference ` .. code:: from soccerdata import MatchHistory Historical results, betting odds and match statistics. Level of detail depends on league. ----- Sofascore `URL `__ | :doc:`Example usage ` | :doc:`API reference ` .. code:: from soccerdata import Sofascore Results, schedules, lineups, and detailed statistics for teams and individual players. ----- SoFIFA `URL `__ | :doc:`Example usage ` | :doc:`API reference ` .. code:: from soccerdata import SoFIFA Detailed scores on all player's abilities from EA Sports FC. ----- Understat `URL `__ | :doc:`Example usage ` | :doc:`API reference ` .. code:: from soccerdata import Understat Advanced statistics such as xG, xGBuildup and xGChain, and shot events with associated xG values for the top European leagues. ----- WhoScored `URL `__ | :doc:`Example usage ` | :doc:`API reference ` .. code:: from soccerdata import WhoScored Historical results, match preview data and detailed Opta event stream data for major leagues. .. toctree:: :hidden: ClubElo ESPN FBref MatchHistory Sofascore SoFIFA Understat WhoScored