ADVERTISEMENT

Box Office: 'Spider-Man' stays on top while two dino movies battle for third

Published Aug 17, 2026 12:11 pm

Two very different dinosaur movies took a modest bite out of the North American box office this weekend, although neither came close to challenging “Spider-Man: Brand New Day” for the top spot or “The Odyssey” for second place.

“The End of Oak Street,” an original PG-13 action film starring Anne Hathaway and Ewan McGregor, narrowly edged out the animated “Paw Patrol: The Dino Movie” in their opening weekends.

According to studio estimates released Sunday, “The End of Oak Street” earned an estimated $21 million from 3,446 theaters in the US and Canada. “Paw Patrol: The Dino Movie” followed closely with $20.5 million from 3,545 locations.

Neither film came close to “Spider-Man: Brand New Day,” which continued its dominant run in North America.

The Sony Pictures release added another $70 million domestically, bringing its US and Canadian total to $785.8 million. That makes it the fourth-highest-grossing domestic release of all time.

With another $118.7 million from international markets, “Spider-Man: Brand New Day” has now crossed the $2 billion mark worldwide. It is only the eighth movie to reach that milestone without adjusting for inflation and the second-fastest to do so. “Avengers: Endgame” reached $2 billion in 11 days in 2019, while “Brand New Day” took about 18 days.

“The Odyssey,” meanwhile, remained in second place in its fifth weekend with $23.2 million. Its domestic total has reached $504.7 million.

Christopher Nolan’s epic has also performed strongly overseas, where it has earned $98 million. Its global haul now stands at more than $1.2 billion, helped by its $36.6 million opening days in China.

“The End of Oak Street” performed better than expected, collecting $21 million domestically and another $26 million internationally for a worldwide opening of $47 million. The film reportedly cost $80 million to produce.

Directed and written by David Robert Mitchell, the movie follows suburban parents played by McGregor and Hathaway whose neighborhood is mysteriously transported to prehistoric times.

Critics have responded positively, with the film currently holding an 86% rating on Rotten Tomatoes. Audiences were somewhat less enthusiastic, giving it a B CinemaScore.

“Paw Patrol: The Dino Movie,” meanwhile, drew families to theaters for its opening weekend. The Paramount Pictures release received an A CinemaScore from audiences and has so far earned $69 million worldwide.

The Katseye documentary “Katseye: Wild Hearts” rounded out the top five with $4 million from 724 screens.

Other new releases in the top 10 included “Six: The Musical Live,” which opened sixth with $3 million, and “The Brink of War,” which earned $2.7 million. The Tamil-language romance “Vishwanath & Sons” landed in 10th place with $1.6 million.

Outside the top 10, Matthew McConaughey’s crime thriller “The Rivals of Amziah King” opened with just over $1 million from 632 theaters.

The young Anthony Bourdain biopic “Tony” earned $706,676 from 37 theaters in its second weekend. The A24 film is expected to expand to more locations in the coming weeks.

Overall, the North American box office continues to enjoy a strong summer. Ticket sales for the season have topped $4.2 billion, about 5.7% ahead of the comparable summer period in 2019 before the pandemic.

According to Paul Dergarabedian, head of marketplace trends for Rentrak, the figure is only about $130 million short of the record summer of 2013, which was led by “Iron Man 3” and “Despicable Me 2.”

“This is going to be a top five summer of all time,” Dergarabedian said.

For the year so far, the domestic box office has reached just under $6.9 billion.

Top 10 movies by domestic box office


  • “Spider-Man: Brand New Day” — $70 million

  • “The Odyssey” — $23.2 million

  • “The End of Oak Street” — $21 million

  • “Paw Patrol: The Dino Movie” — $20.5 million

  • “Katseye: Wild Hearts” — $4 million

  • “Six: The Musical Live” — $3 million

  • “The Brink of War” — $2.7 million

  • “Toy Story 5” — $2.3 million

  • “One Night Only” — $2 million

  • “Vishwanath & Sons” — $1.6 million

Related Tags

Box office North American box office Spider-Man Brand New Day The Odyssey The End of Oak Street Paw Patrol The Dino Movie Katseye Wild Hearts Toy Story 5
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.