Probably a long shot, but is anyone aware of a database\site I can query by matches in the last x days\weeks\months to return goal times for each individual match ? I have access to a lot of historical data per minute for stats on a per match basis, including the number of goals, scorer etc but I need to correlate those inplay stats with the goal times, which I dont have.
Plenty out there that return average goal times per league etc, but not for each actual match played
Thanks
Goal times database, match by match
Thanks, I could see goals by x min range but couldn't see where the exact times were. I assume you need full VIP paid access to get the excel ?
Hi Geoff
That would be great if you could ! I'm only after the last 12 months. Every Euro league you have would be great - I have data on everything
A csv with market name ( Team a vs Team b), then time of each goal would be ideal. If you have the date that would help with mismatches
"12/12/2021,Celtic vs Rangers, 32,64,89 "
Hope thats not too much of an ask....
Cheers
Stu
Hi
I have got the following leagues going back a few years
England Premier champ, league 1, league 2
Scotland Premier, champ
Italy Serie A, Serie B
Holland Eredivisie
France Ligue 1, Ligue 2
Germany Bundesliga
Spain La Liga
Portugal Primeira
I have busted out my code editor for a quick hack, I can easily make it output csv data of this form
12-09-2020, Liverpool, Leeds, 4-3, 4, 12, 20, 30, 33, 66, 88
Are those leagues of interest, and the format of the data OK ? (that format doesnt show which teams scored )
I have got the following leagues going back a few years
England Premier champ, league 1, league 2
Scotland Premier, champ
Italy Serie A, Serie B
Holland Eredivisie
France Ligue 1, Ligue 2
Germany Bundesliga
Spain La Liga
Portugal Primeira
I have busted out my code editor for a quick hack, I can easily make it output csv data of this form
12-09-2020, Liverpool, Leeds, 4-3, 4, 12, 20, 30, 33, 66, 88
Are those leagues of interest, and the format of the data OK ? (that format doesnt show which teams scored )
Cheers Geoff, that would be perfect. I assumed you wouldn't know who scored but if you can add it that would really help. I could use the corresponding stats\pressure ect but would be an educated guess
If its not too much trouble possibly a H23,A35 goal format ? I can then get my code to read the first char and log out accordingly
If its not too much trouble possibly a H23,A35 goal format ? I can then get my code to read the first char and log out accordingly