Fantasy Points Calculator Formula
Understand the math behind the fantasy points calculator. Each variable explained with a worked example.
Formulas Used
Total Fantasy Points
total_points = round((passing_yards * 0.04 + passing_tds * 4 + interceptions * (-2) + rushing_yards * 0.1 + rushing_tds * 6 + receptions * 1 + receiving_yards * 0.1 + receiving_tds * 6) * 10) / 10Passing Points
passing_pts = round((passing_yards * 0.04 + passing_tds * 4 + interceptions * (-2)) * 10) / 10Rushing Points
rushing_pts = round((rushing_yards * 0.1 + rushing_tds * 6) * 10) / 10Receiving Points
receiving_pts = round((receptions * 1 + receiving_yards * 0.1 + receiving_tds * 6) * 10) / 10Variables
| Variable | Description | Default |
|---|---|---|
passing_yards | Passing Yards | 280 |
passing_tds | Passing TDs | 2 |
interceptions | Interceptions Thrown | 1 |
rushing_yards | Rushing Yards | 15 |
rushing_tds | Rushing TDs | 0 |
receptions | Receptions | 0 |
receiving_yards | Receiving Yards | 0 |
receiving_tds | Receiving TDs | 0 |
How It Works
How Fantasy Football Points Are Calculated
Standard PPR Scoring
Worked Example
QB: 280 passing yards, 2 TDs, 1 INT, 15 rushing yards.
passing_yards = 280passing_tds = 2interceptions = 1rushing_yards = 15rushing_tds = 0receptions = 0receiving_yards = 0receiving_tds = 0
- 01Passing: 280 * 0.04 + 2 * 4 + 1 * (-2) = 11.2 + 8 - 2 = 17.2
- 02Rushing: 15 * 0.1 + 0 * 6 = 1.5
- 03Receiving: 0
- 04Total = 17.2 + 1.5 = 18.7 fantasy points
Ready to run the numbers?
Open Fantasy Points Calculator