The Premier League is back in action with another set of matches this weekend as Everton lock horns with David Moyes' West Ham United side in an important clash at the London Stadium on Sunday.


West Ham United vs Everton Preview

Everton are currently in 16th place in the Premier League standings and have not been at their best so far this season. The away side slumped to a 2-0 defeat at the hands of Liverpool last week and will need to bounce back in this match.

West Ham United, on the other hand, are in ninth place in the league table at the moment and have been fairly impressive so far this season. The Hammers suffered a narrow 2-1 defeat against Olympiacos in the UEFA Europa League this week and have a point to prove in this match.


West Ham United vs Everton Head-to-Head and Key Numbers

  • Everton have a good historical record against West Ham United and have won 74 out of the 149 matches played between the two teams, as opposed to West Ham United's 44 victories.
  • West Ham United have won four out of their last six matches against Everton in the Premier League - more victories than they had achieved in the 24 such games preceding this run.
  • Everton have won a total of 12 matches against West Ham United in the Premier League - more victories than they have achieved against any other opponent in the competition.
  • Everton have lost a total of 87 matches away from home against teams from London in the Premier League - more than any other team in the competition.
  • West Ham United have lost only three of their last 14 home games in the Premier League.

West Ham United vs Everton Prediction

West Ham United have a good squad at their disposal and have managed to step up to the plate this season. Jarrod Bowen has been in impressive form over the past month and will look to add to his goal tally in this match.

Everton have struggled yet again this season and cannot afford to drop points in this match. West Ham United are in better form, however, and should be able to win this game.

Prediction: West Ham United 2-1 Everton


West Ham United vs Everton Betting Tips

Tip 1: Result - West Ham United to win

Tip 2: Game to have over 2.5 goals - Yes

Tip 3: Everton to score first - Yes

Tip 4: Jarrod Bowen to score - Yes

Quick Links

More from Sportskeeda

" 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": 1724599, "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(1724599); 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(1724599) >= 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(1724599) .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 }); })();