Downloadable box score stats

Home for all your discussion of basketball statistical analysis.
Post Reply
dbecker
Posts: 3
Joined: Wed Nov 14, 2012 6:25 am

Downloadable box score stats

Post by dbecker »

I am looking for downloadable NBA box scores (ideally in a SQL database dump or some other format appropriate for a large dataset).

I found interfaces to view box scores for individual games at hoopdata, basketball-reference and dougstats. However, I haven't been able to find anywhere to download box scores in bulk. Is there a place to download this data in bulk (or an API to any sites with this data)?

Thanks,
Dan
dbecker
Posts: 3
Joined: Wed Nov 14, 2012 6:25 am

Re: Downloadable box score stats

Post by dbecker »

Thanks sideshowbob,

I see play-by-play data on that site, as well as data aggregated across games. But I don't see any box score data on that site. Is there box-score data that I'm missing? Alternatively, does anyone know of scripts in the public domain that generate box scores from the play-by-play data?
Crow
Posts: 10623
Joined: Thu Apr 14, 2011 11:10 pm

Re: Downloadable box score stats

Post by Crow »

v-zero
Posts: 520
Joined: Sat Oct 27, 2012 12:30 pm

Re: Downloadable box score stats

Post by v-zero »

I can provide you with box score data going back to 1986 in the form of a Python dictionary Pickled to a .dat file, but I have no idea whether that would be of use to you?
dbecker
Posts: 3
Joined: Wed Nov 14, 2012 6:25 am

Re: Downloadable box score stats

Post by dbecker »

@Crow: Thanks. Those prices aren't bad. I'm glad to hear that service exists.

@v-zero: A pickled python dict would be perfect. I will PM you to figure out the easiest way to send it.
sideshowbob
Posts: 54
Joined: Fri Apr 15, 2011 4:43 am

Re: Downloadable box score stats

Post by sideshowbob »

Mental lapse on my part. "Box-scores" didn't even register, my apologies.
Post Reply