get_four_factors
Get Four Factors efficiency stats for all teams: effective field goal percentage, turnover percentage, offensive rebound percentage, and free throw rate. Optionally specify a season.
Instructions
Get Four Factors stats for all teams.
The Four Factors are the key stats that determine team efficiency:
eFG% (Effective Field Goal Percentage)
TO% (Turnover Percentage)
OR% (Offensive Rebound Percentage)
FTRate (Free Throw Rate)
Args: season: Optional season year (e.g., "2024"). Defaults to current season. Earliest available: 1999.
Returns: JSON array of Four Factors data for all teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |