NASCAR Statistics for Fantasy Players & Stats Junkies

Free Fantasy NASCAR Newsletter

"Score so high on your fantasy race league...

Everyone will think you're cheating!"

Sign Me Up!

You Get:

The essential Fantasy NASCAR stat-packed newsletter sent free each week.

Driver Stats:

  • Which drivers are on a Hot Streak at the top and mid-level of the points
  • Top Rated Drivers according to actual NASCAR Loop Data

Race Stats:

  • Previous Winners of the upcoming race
  • Average Start Position of the top 10 finishers for the upcoming race

Track Stats:

  • Who the Best Drivers are at the next track rated among the top and mid-level in points
  • Which drivers perform best at this track and similar tracks

Expert Advice:

  • Our fantasy experts 'Pick to Win' the race
  • Front-runners, Avoid and Dark Horses

Signing up for the NASCAR Fantasy Cheat newsletter only takes about 10 seconds.

Faster than a NASCAR pitstop you'll be ready to race to the top of your league!

You can easily opt out anytime you want. We will never sell, rent, trade, or share your email address with any other organization.

ad

About | Contact | Privacy Policy | Site Map | Logout

Onebadwheel is not in any way affiliated with, endorsed or licensed by the National Association for Stock Car Auto Racing (NASCAR), Sprint, any NASCAR team owner or NASCAR sponsor.

(default) 4 queries took 30 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `users`13132
2DESCRIBE `races`882
3DESCRIBE `tracks`14143
4SELECT `Race`.`id`, `Race`.`track_id`, `Race`.`season_id`, `Race`.`number`, `Race`.`name`, `Race`.`laps`, `Race`.`date`, `Race`.`scored`, `Track`.`id`, `Track`.`name`, `Track`.`type`, `Track`.`nickname`, `Track`.`shortname`, `Track`.`city`, `Track`.`state`, `Track`.`length`, `Track`.`url`, `Track`.`image`, `Track`.`google_earth`, `Track`.`description`, `Track`.`created`, `Track`.`updated` FROM `races` AS `Race` LEFT JOIN `tracks` AS `Track` ON (`Race`.`track_id` = `Track`.`id`) WHERE `scored` IS NULL ORDER BY `date` ASC LIMIT 11123