ADVERTISEMENT

Four islands, one vision: 5150 series elevates PH triathlon

Published Mar 4, 2026 01:45 pm

At A Glance

  • The 5150 Triathlon Guimaras firing off this weekend is more than just the first multi-sport event hosted by the premier Western Visayas island-province – it marks the official kickoff of the country's new triathlon season and signals the beginning of a bold sports tourism campaign that will span some of the Philippines' most breathtaking island destinations.
The 5150 Triathlon Guimaras firing off this weekend is more than just the first multi-sport event hosted by the premier Western Visayas island-province – it marks the official kickoff of the country’s new triathlon season and signals the beginning of a bold sports tourism campaign that will span some of the Philippines’ most breathtaking island destinations.
More significantly, the 5150 Guimaras on Sunday (March 8) launches the first 5150 Triathlon Islands of the Philippines Series, a four-leg circuit that brings the globally recognized IRONMAN 5150 brand to key island-provinces across the archipelago. Organized by Sunrise Events, Inc., the series forms a central pillar of the National Sports Tourism-Inter Agency Council’s program to position the Philippines as a premier destination for world-class sporting events.
The Philippine Sports Commission (PSC), spearheading the initiative, has made it clear: elite-level competitions will not only raise the country’s sporting profile but also spotlight its stunning natural venues. From pristine coastlines to rolling hills and scenic highways, the Philippines offers race courses unlike any other in the region.
The PSC set the tone last month with the successful staging of the Philippine Golf Championship at Wack Wack, which doubled as the opening leg of this year’s Asian Tour. Now, the spotlight shifts to endurance sports – and to the islands.
Guimaras takes first honors, offering athletes a challenging yet picturesque 1.5-kilometer swim, 40-kilometer bike ride, and 10-kilometer run – the standard Olympic-distance 5150 format. Under the leadership of Gov. Ma. Lucille Nava, the province embraces its role as trailblazer, setting the stage for what organizers envision as a long-term fixture in the endurance racing calendar.
From Western Visayas, the series heads south to Camiguin on May 3. Known as the “Island Born of Fire,” the pearl-shaped volcanic province in northern Mindanao will host an event of this magnitude for the first time. With its dramatic landscapes, coastal roads and turquoise waters, Camiguin promises both a visual spectacle and a competitive test for participants.
The race also forms part of Gov. XJ Romualdo’s “Isles Be There Campaign,” reinforcing the province’s push as a rising eco-adventure and sports destination.
Bohol follows on July 12, celebrating a milestone 10th staging of the 5150 event. A consistent stop in the endurance racing circuit, the Central Visayas gem has built a reputation for seamless organization, strong community support, and robust participation.
Backed by long-time partner Sun Life, Bohol’s leg underscores the sustainability and growth potential of triathlon tourism in the country.
The series concludes on Sept. 20 at Samal Island in Davao City, marking its second staging after a highly successful debut last year. With its smooth highways, white-sand beaches and vibrant local backing, Samal is poised to deliver a fitting finale to what promises to be a landmark inaugural circuit.
Supported by the Tourism Infrastructure and Enterprise Zone Authority (TIEZA), the 5150 Triathlon Islands of the Philippines Series is expected to attract not only the country’s top triathletes and rising stars but also seasoned international campaigners who regularly compete in IRONMAN and 5150 events.
Historically, triathlon events in the Philippines have drawn thousands of participants from across the country and abroad, generating strong tourism receipts for host communities – from hotel occupancy and restaurant traffic to transport services and local enterprise exposure. Beyond competition, these races foster community pride, volunteerism and grassroots sports development.
More than medals and podium finishes, the series represents a strategic convergence of sport, tourism and national branding. Each island leg serves as both a racecourse and a showcase – presenting the Philippines not only as a land of elite endurance athletes but as a paradise where competition meets culture, hospitality and natural beauty.
With four islands, four distinct identities, and one unified vision, the 5150 Triathlon Islands of the Philippines Series could well become a cornerstone of the country’s annual sporting calendar – and a powerful engine driving both athletic excellence and sustainable tourism growth.
--//
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; } }

{{ articles_filter_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.