ADVERTISEMENT

Philippine M&A value climbs to ₱860 billion as retail deals lead surge

Published Jul 2, 2026 10:33 pm
High-rise buildings in the Ortigas Business Center are seen on Wednesday, Nov. 5. In a report by Bloomberg, the Philippine Stock Exchange Index has dropped 20 percent over the past decade, ranking as the worst performer among major global benchmarks. In contrast, Asia-Pacific stocks climbed 72 percent, while Indonesia’s Jakarta Composite Index soared 82 percent. Photo by Santi San Juan | MB
High-rise buildings in the Ortigas Business Center are seen on Wednesday, Nov. 5. In a report by Bloomberg, the Philippine Stock Exchange Index has dropped 20 percent over the past decade, ranking as the worst performer among major global benchmarks. In contrast, Asia-Pacific stocks climbed 72 percent, while Indonesia’s Jakarta Composite Index soared 82 percent. Photo by Santi San Juan | MB
The value of the country’s merger and acquisitions (M&A) notifications rose by six percent to nearly ₱860 billion in 2025, driven largely by proposed deals in wholesale and retail trade, according to the Philippine Competition Commission (PCC).
In its annual report, the PCC said it received 52 M&A notifications worth ₱859.03 billion last year, higher than the 29 notifications with a combined transaction value of ₱809 billion in 2024.
The country’s antitrust watchdog said a quarter of the notifications last year came from the wholesale and retail trade sector, which reached an aggregated value of ₱217.94 billion covering seven deals.
Financial and insurance activities ranked second, generating the highest number of notifications last year at 10 deals with a total value of ₱97.94 billion.
This was followed by the mining and quarrying sector with ₱83.85 billion in value covering only one deal, transportation and storage sector with seven deals worth ₱75.42 billion, and real estate activities with three deals worth ₱56.63 billion.
“The transactions reflect sustained investment activity across the Philippine economy, including developments in several regulated and strategically significant markets,” the PCC said.
Without disclosing the value, the PCC said it approved 35 M&A deals or 67 percent of the total notifications last year, double the 17 approved transactions in 2024.
Among the approved transactions were the joint venture between Prime Infrastructure Capital Inc. and First Gen Corp., Mynt’s takeover of ECPay, Metro Pacific Agro Ventures Inc.’s acquisition of Franklin Baker Co. of the Philippines, and Insular Life Assurance Company’s buyout of Generali Life Assurance Philippines Inc.
Pursuant to its mandate under the Philippine Competition Act, the PCC reviews M&A notifications to ensure that these deals do not result in a substantial lessening of competition.
Since the PCC was established in 2016, it has since reviewed a total of 369 transactions as of last year, representing a cumulative transaction value of around ₱7.51 trillion.
“Financial and insurance activities, manufacturing, energy, real estate, and transportation remained among the most significant sectors in terms of both transaction volume and value, underscoring the central role of merger review in safeguarding competition in strategically important industries,” it said.
Starting March 1 this year, the thresholds for M&A deals that should be notified to the PCC for review were adjusted upward to reflect inflation, economic growth, and current market conditions.
The proposed transactions that require notification have been set at ₱9.1 billion for size of party (SOP) and ₱3.8 billion for size of transaction (SOT). Prior to this, the thresholds were set at ₱8.5 billion for SOP and ₱3.5 billion for SOT.
SOP refers to the combined value of assets or revenues of the ultimate parent entity of either party involved in the deal, while SOT refers to the total value of assets or revenues of the acquired entity and its controlled entities.
For this year, the PCC said it will continue to refine its merger review process to ensure efficiency and transparency, reinforcing its commitment to safeguarding fair competition while protecting consumer welfare.
“The commission intends to draft and update key rules, including those governing the process for exemption from compulsory notification of public-private partnership (PPP) projects,” it said.
The PCC earlier issued its draft circular on the Updated Process for Exemption from Compulsory Notification of PPP Projects, which seeks to exempt certain projects based on regional and economic development benchmarks.

Related Tags

Philippine Competition Commission (PCC)
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.