MLS Players' Salaries

Major League Soccer players' salaries from 2007 to 2016

Originator: Major League Soccer Players Union

Dataset contains salary information for all MLS players as of the date shown. In the survey, all player salaries are broken down into two numbers. The first is the player's current base salary. The second is characterized as annual average guaranteed compensation. The annual average guaranteed compensation number includes a player's base salary and all signing and guaranteed bonuses annualized over the term of the player's contract, including option years.

(7 columns, 4937 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["MLS Players' Salaries"]
Out[1]=

View the data:

In[2]:=
ResourceData["MLS Players' Salaries"]
Out[2]=

Visualization

Plot the median salaries of MLS players over time:

In[3]:=
DateListPlot[
 Median /@ (DeleteMissing /@ GroupBy[ResourceData["MLS Players' Salaries"], "Year"][All, All, "GuaranteedCompensation"])]
Out[3]=

View the distribution of salaries in 2016:

In[4]:=
Histogram[
 Select[ResourceData[
    "MLS Players' Salaries"], #Year == DateObject[{2016}] &][
  All,  #BaseSalary &]]
Out[4]=

Wolfram Research, "MLS Players' Salaries" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.42105.data

License Information

Privacy and Licensing

Data Resource History

Source Metadata

Data Downloads

Publisher Information