ADVERTISEMENT

Singtel reaffirms commitment to Philippines' digital growth after meeting with Marcos

Published Jul 16, 2026 07:55 am

At A Glance

  • Singapore telecommunications giant Singtel reaffirmed its commitment to supporting the Philippines' digital transformation following a meeting with President Marcos in Singapore.
  • The company highlighted its continued investments in telecommunications, artificial intelligence, cloud services, and data centers that are expected to create more high-value jobs.
  • Singtel also committed to further expanding its operations in the country, including its digital infrastructure and data center projects.
President Ferdinand 'Bongbong' Marcos Jr. meets with Singtel Group CEO Yuen Kuan Moon during his working visit to Singapore on July 15, 2026, to discuss initiatives that will expand investments in the Philippines’ digital infrastructure and accelerate the country’s digital transformation. (PCO)
President Ferdinand 'Bongbong' Marcos Jr. meets with Singtel Group CEO Yuen Kuan Moon during his working visit to Singapore on July 15, 2026, to discuss initiatives that will expand investments in the Philippines’ digital infrastructure and accelerate the country’s digital transformation. (PCO)

Singapore telecommunications giant Singtel has reaffirmed its commitment to expanding its investments in the Philippines following a meeting with President Marcos, citing continued confidence in the country's growing digital economy.

During the meeting on Wednesday, July 15, Singtel executives briefed the President on the company's ongoing investments in telecommunications, digital services, and data centers, which are expected to generate high-value jobs and strengthen the country's technology infrastructure.

In a Facebook post following the meeting, Marcos said the Philippines continues to emerge as an attractive destination for digital economy investments.

"The Philippines is becoming an increasingly attractive destination for investments in the digital economy," the President said.

He noted that Singtel Group's continued expansion would generate more high-value jobs while strengthening the country's digital infrastructure.

"Singtel Group's continued expansion in AI (artificial intelligence), cloud technologies and data center infrastructure will create more high-value jobs and strengthen the digital backbone that supports businesses, innovation and economic growth," the President said.

"Investments like these help ensure that the opportunities of the digital age translate into real benefits for the Filipino people," he added.

According to the Presidential Communications Office (PCO), Singtel Group Chief Executive Officer Yuen Kuan Moon, Globe Telecom President and Chief Executive Officer Carl Cruz, and Ayala Corporation Vice Chairman Fernando Zobel de Ayala met with Marcos on the sidelines of his working visit to Singapore.

Expanding digital investments

During the meeting, company officials highlighted the establishment of NCS Philippines, a joint venture between Singtel's technology services arm NCS and Globe Telecom's digital solutions subsidiary Yondu.

The partnership has expanded NCS' Philippine workforce from 150 to about 1,200 professionals, significantly boosting its capabilities in digital transformation, cloud computing, and artificial intelligence services.

Singtel also informed Marcos of its plans to further expand its investments and operations in the Philippines to support the country's growing demand for digital services.

More data centers

The company also underscored the expansion of ST Telemedia Global Data Centres (STT GDC) in the Philippines, including the new STT Fairview facility in Quezon City and the ongoing STT Cavite 2 development.

The projects are expected to strengthen the country's position as an emerging regional hub for digital infrastructure while supporting businesses' increasing demand for secure and reliable data storage and cloud services.

According to Singtel, the additional investments will further improve the country's digital infrastructure through NCS and reinforce its long-term presence in the Philippine market.

Confidence in PH economy

Singtel said its continued expansion reflects Singapore's sustained confidence in the Philippine economy and its digital transformation agenda.

The company said its investments are expected to support the creation of more high-value employment opportunities while contributing to the country's long-term technology infrastructure development.

Company executives also reaffirmed their support for Globe Telecom as it continues investing in the network infrastructure needed to power the country's expanding digital economy.

The meeting forms part of President Marcos' working visit to Singapore from July 14 to 16, where he is engaging business leaders to encourage greater investments in the Philippines.

The administration has been actively courting foreign investors in digital infrastructure, artificial intelligence, data centers, semiconductor manufacturing, and information technology-business process management (IT-BPM) as part of its strategy to accelerate digital transformation, create quality jobs, and position the Philippines as a competitive investment destination in Southeast Asia.

Related Tags

President Marcos Bongbong Marcos PH-Singapore invest in PH Singtel
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.