jldbc / pybaseball

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
MIT License
1.18k stars 323 forks source link

Fangraphs Range Stats #330

Closed nick-benelli closed 1 year ago

nick-benelli commented 1 year ago

Do you know if it is possible to get range stats from Fangraphs?

tjburch commented 1 year ago

Only full season stats are currently implemented from FG (batting_stats). Customizable ranges are available from bbref though. (batting_stats_range).

nick-benelli commented 1 year ago

Thank you!