Nick Taylor won the RBC Canadian Open and took home $1.5 million in prize money on Sunday, June 11. He finished the fourth round with a score of under-17, tying him with Tommy Fleetwood. They headed to a playoff but were tied on the opening three holes before Taylor won with a par-3 on the fourth hole.

Having turned pro in 2010, Nick Taylor has earned $12,742,583 in career earnings, according to Sportrac. This includes $12,398,583 from official tournaments and $181,000 in unofficial tournaments.

Nick Taylor earned $4,057,836 in 2023, which is the highest earnings of his career in a year. He has won three PGA Tour events in his career and is looking for a victory at a major event.

Below are Nick Taylor's career earnings over the years:

2023

  • Official Payouts: $4,057,836
  • Total Earnings: $4,057,836

2022

  • Official Payouts: $832,637
  • Total Earnings: $832,637

2021

  • Official Payouts: $862,159
  • Total Earnings: $862,159

2020

  • Official Payouts: $1,897,539
  • Tour Championship Bonus: $163,000
  • Total Earnings: $2,060,539

2019

  • Official Payouts: $892,663
  • Unofficial payouts: $181,000
  • Total Earnings: $1,073,663

2018

  • Official Payouts: $899,373
  • Total Earnings: $899,373

2017

  • Official Payouts: $1,255,259
  • Total Earnings: $1,255,259

2016

  • Official Payouts: $628,756
  • Total Earnings: $628,756

2015

  • Official Payouts: $1,072,360
  • Total Earnings: $1,072,360

Nick Taylor's PGA Tour earnings for the 2022-23 season

Nick Taylor's PGA Tour earnings for the 2022-23 season are as follows:

Fortinet Championship

  • Venue: Silverado Resort and Spa (North Course)
  • Result: T6
  • Score: 67-75-67-68
  • Prize money: $270,000

Sanderson Farms Championship

  • Venue: Country Club of Jackson
  • Result:T19
  • Score: 68-70-70-70
  • Prize money: $97,091

Shriners Children's Open

  • Venue: TPC Summerlin
  • Result: Missed Cut
  • Score: 73-70
  • Prize money: $0

Butterfield Bermuda Championship

  • Venue: Port Royal Golf Course
  • Result: T23
  • Score: 66-68-71-68
  • Prize money: $56,550

World Wide Technology Championship at Mayakoba

  • Venue: El Camaleón Golf Course at Mayakoba
  • Result: T53
  • Score: 70-67-72-67
  • Prize money: $19,489

Cadence Bank Houston Open

  • Venue: Memorial Park Golf Course
  • Result: Missed Cut
  • Score: 72-72
  • Prize money: $0

Sony Open in Hawaii

  • Venue: Waialae Country Club
  • Result: T7
  • Score: 70-68-62-67
  • Prize money: $231,865

The American Express

  • Venue: Pete Dye Stadium Course
  • Result: Missed Cut
  • Score: 70-71-69
  • Prize money: $0

AT&T Pebble Beach Pro-Am

  • Venue: Pebble Beach Golf Links
  • Result: T20
  • Score: 68-72-70-69
  • Prize money: $88,950

WM Phoenix Open

  • Venue: TPC Scottsdale (Stadium Course)
  • Result: 2
  • Score: 66-69-67-65
  • Prize money: $2,180,000

The Genesis Invitational

  • Venue: Riviera Country Club
  • Result: T33
  • Score: 69-74-70-68
  • Prize money: $104,429

Arnold Palmer Invitational pres. by Mastercard

  • Venue: Arnold Palmer's Bay Hill Club & Lodge
  • Result: Missed Cut
  • Score: 69-79
  • Prize money: $0

THE PLAYERS Championship

  • Venue: TPC Sawgrass (THE PLAYERS Stadium Course)
  • Result: Missed Cut
  • Score: 74-75
  • Prize money: $0

Valspar Championship

  • Venue: Innisbrook Resort (Copperhead Course)
  • Result: T10
  • Score: 72-70-69-70
  • Prize money: $181,575

Valero Texas Open

  • Venue: TPC San Antonio (Oaks Course)
  • Result: T15
  • Score: 69-71-70-71
  • Prize money: $135,725

RBC Heritage

  • Venue: Harbour Town Golf Links
  • Result: T41
  • Score: 70-70-67-71
  • Prize money: $71,000

Zurich Classic of New Orleans

  • Venue: TPC Louisiana
  • Result: 2
  • Score: 66-67-64-63
  • Prize money: $0

PGA Championship

  • Venue: Oak Hill Country Club
  • Result: Missed Cut
  • Score: 71-76
  • Prize money: $0

Charles Schwab Challenge

  • Venue: Colonial Country Club
  • Result: Missed Cut
  • Score: 71-73
  • Prize money: $0

RBC Canadian Open

  • Venue: Oakdale Golf & Country Club
  • Result: 1
  • Score: 75-67-63-66-15
  • Prize money: $1,620,000
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1544486, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1544486); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1544486) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1544486) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ%2BfobNwusSwqmammZi4bsDAsqOoql2oeqq5z6ucrKuZq7Jur8CrnJ6qXZqus7rIp56sZZWtva270Z6b