EA Revises Revenue Forecast After EA Sports FC 25, Dragon Age: The Veilguard Sales Disappoint
Electronic Arts shares sank more than 15 percent on Thursday, tripped up by a surprise slowdown in spending on the soccer franchise that has shaped its gaming empire.The videogame maker debuted its newest soccer title, FC 25, in September, the latest in a series. of top sellers. But this version did not get the warm reception its predecessors did, denting revenue in the live services segment, EA’s biggest earner.FC 25 was hit with mixed reviews as players bemoaned the lack of new features and innovation, including in-game physics and goal. -scoring mechanisms, Jefferies analysts said.The vocal criticism led to a sweeping update in January that “received overwhelmingly positive player feedback”, the analysts added.As a result of the early underperformance, however, EA Lowered its annual revenue forecast on Wednesday. It also projected a mid-single-digit decline in annual live-service bookings.Weak spending on its Dragon Age: The Veilguard role-playing game, launched in October, also contributed to the cut as players stick with proven titles in an uncertain economy. .The move marked an about-turn for the company that had raised its annual bookings forecast just in October, banking on the strong performance of its American Football titles — Madden NFL and College Football.EA was on Thursday set to lose nearly $6 billion (roughly Rs. 51,753 crore) from its market value of $37.3 billion (roughly Rs. 3,21,684 crore), if the losses hold. The stock trades at nearly 17 times its 12-month forward earnings estimates, compared with Take Two Interactive’s 27.72.EA makes money both through sales of its soccer titles as well as spending by players within the game on services such as “Ultimate Team”, a mode where people can use in-game currency to purchase players for teams that compete in online matches.EA FC generally sells around $2 billion (roughly Rs. 17,248 crore) annually, of which live-service revenue makes up $800 million (roughly Rs. 6,901 crore), according to Wedbush Securities analyst Michael Pachter.The previous title in the franchise, FC 24, was one of the top selling games of 2023, according to Circana data, and came after the end of a three-decade partnership with FIFA in 2022 that led to a rebranding of FIFA games to FC.”Ultimate Team has come to be viewed as a near Swiss clock of interactive media bookings growth, it puts enormous pressure on EA to fill the void,” said MoffettNathanson analysts.© Thomson Reuters 2025(This story has not been edited by NDTV. staff and is auto-generated from a syndicated feed.)
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!