pitching_stats_date_range
Retrieve pitching statistics like ERA, WHIP, and strikeouts for specific date ranges in baseball, with optional filtering by pitcher name.
Instructions
Pitching stats aggregated over a custom date range (Baseball Reference).
Args: start_date: Start date YYYY-MM-DD (2008+). end_date: End date YYYY-MM-DD (inclusive). player_name: Optional. Filter to one pitcher.
Returns ERA, WHIP, K/9, IP, W-L, etc. for that span.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ||
| end_date | Yes | ||
| player_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |