jldbc / pybaseball

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

When do stats update? #268

Closed 2Skupz closed 2 years ago

2Skupz commented 2 years ago

Midnight? 3am ET? 9am ET?

tjburch commented 2 years ago

Depends on the method. Pybaseball is just scraping other data sources, so it's dependent on when the underlying source is updated. Statcast methods are from Baseball Savant, which updates at 3 am EST. Other methods may be different.

2Skupz commented 2 years ago

Of course, these are scraping in real time. Thank you!