ADVERTISEMENT

Philippines edges Indonesia in startup capital amid regional decline driven by political uncertainties

Published Sep 17, 2025 05:03 pm
Bonifacio Global City (Colliers Philippines)
Bonifacio Global City (Colliers Philippines)
The Philippines overtook Indonesia in equity funding value in the first half of the year as investments in startup firms in Southeast Asia fell to a six-year low, driven by rising regional uncertainties due to political unrest.
In a report by Singapore-based financial platform DealStreetAsia and Ayala-led venture capital (VC) Kickstart Ventures Inc., Southeast Asia saw its equity investment reach $1.8 billion from January to June, the lowest first-half figure since 2019.
The amount, which covers 229 deals, was 21-percent lower than $2.33 billion across 365 deals in the first half of 2024.
The Philippines logged $86.4 million in equity funding across 15 deals in the first six months, down by more than half from $191 million in the same period last year.
Despite the decline, the Philippines managed to edge out Indonesia’s $78 million, which came from the region’s second-highest deal volume, at 34.
This positioned the Philippines at fourth place in Southeast Asia in terms of deal value. Singapore was at the top spot in the region with $1.2 billion, followed by Vietnam ($275 million), and Malaysia ($196 million).
Kickstart Ventures general partner Joan Yao said she is hopeful that the Philippines’ funding momentum will continue into the second half, driven by its rapidly growing middle class and vibrant digital ecosystem.
Financial technology (fintech) continues to dominate funding for Philippine startups, with Neobank Salmon securing $28 million—the largest equity deal in the country for the first half of the year.
Yao said there is a likelihood that funding will further diversify in the second half, as companies in healthcare and food and beverage (F&B) have already attracted significant capital.
For instance, cloud kitchen firm CloudEats secured $17.8 million in investments, while dialysis center operator NephroPlus raised $7 million.
With late-stage deals remaining scarce in the country, Yao said investments into early-stage deals reflect rising investor confidence in these firms due to their stronger governance and clearer path to predictably.
This optimism, however, depends on how other countries in the region are holding up in terms of their economic and political climate, which directly influences funding interest.
“I don’t know how long it will take Indonesia to bounce back from their own challenges. But we have to think about it, investors globally, for better or worse, they see Southeast Asia as one region. And what affects Indonesia has, to some extent, an effect on all of us,” said Yao in an interview on Wednesday, Sept. 17.
“So, you kind of hope that they will recover because that sends the message to everyone that Southeast Asia, including the Philippines, is a good place to do business,” she added.
From about $200 million in the first half of last year, Indonesia plummeted to $78 million this year, stemming from corruption concerns that erupted into widespread protests last month.
DealStreetAsia head of data research Andi Haswidi, who hails from the Indonesian capital of Jakarta, noted that while protests have died down, political unrest could be right around the corner if their government makes “another major mishap.”
Haswidi said these uncertainties are not exclusive to Indonesia since it’s also happening in other Southeast Asian countries.
In the Philippines, there is growing political outrage due to corruption involving anomalous flood control projects, with nationwide protests being planned and some already taking place.
Amid these potential headwinds to capital, Haswidi said these issues should not influence the strategy of venture capitalists and startups.
“Political factors influence everything but at the same time, its really the effort of how VC ventures have been trying. Remember that 90 percent would fail for sure, but what theyre doing is building the ecosystem,” he said.
Yao, meanwhile, noted that startup founders are built for these uncertainties. She said the willingness to build a company from the ground up reflects that they are “ready to go through hell or high water.”
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.