ADVERTISEMENT

IIF warns war, corruption slowing Philippine growth

Published May 22, 2026 02:22 pm

Philippine economic growth would continue to underperform this year and next as the country faces not only headwinds from a prolonged war in the Middle East but also domestic challenges related to politics and corruption, according to the Institute of International Finance (IIF).

The IIF’s latest capital flows report published last Thursday, May 21, showed that the Washington-based global financial industry association lowered its 2026 gross domestic product (GDP) growth forecast for the Philippines to 4.2 percent from its projection of 4.8 percent last December.

If realized, this year’s GDP expansion would be the slowest post-pandemic rate and even worse than the 4.4-percent growth last year, which was weighed down by tempered government spending and investor confidence in the aftermath of the billion-peso flood-control infrastructure corruption scandal.

For 2027, the IIF forecasts Philippine growth to pick up to 5.4 percent. However, its growth projections for this year and next year both fall below the government’s targets of five to six percent and 5.5 to 6.5 percent, respectively. They also fall short of the Philippines’ potential to grow by at least six percent yearly.

Among the eight Asia-Pacific emerging markets (EMs) covered by the IIF report, the 2026 growth forecast for the Philippines is surpassed by Vietnam’s 7.1 percent, India’s 6.4 percent, Indonesia’s 4.8 percent, and China’s 4.6 percent.

For next year, the IIF’s Philippine growth projection is lower than Vietnam’s seven percent and India’s 6.9 percent.

“‘The Philippines and Thailand confront stronger headwinds, as domestic vulnerabilities collide with higher external energy constraints yet low exposure to the semiconductor boom,’” IIF deputy chief economist Ashok Bhundia and economist Phoebe Feng said.

In the case of the Philippines, the IIF said the country “continues to face pressure from a corruption scandal, weaker public spending sentiment, and rating downgrades, although further rate hikes could provide some offset.”

Also, the IIF warned that “Philippine remittances may moderate after initial resilience,” as the war-torn Gulf region hosts millions of overseas Filipino workers (OFWs) who send money home, helping drive domestic consumption.

As Asian EMs struggle to attract portfolio flows amid the global energy crisis, “equity inflows are likely to remain subdued in Thailand and the Philippines,” the IIF said, citing that “bond flows remain constrained by the hawkish global backdrop and rising scrutiny of country-specific credibility.”

“Broad currency weakness and risk reduction have been evident across the region, with pressure concentrated in markets facing weaker external confidence or domestic credibility concerns,” the IIF pointed out.

For instance, the Philippine peso plunged to a new record low of ₱61.75 against the United States (US) dollar this week, blamed by economists not only on the war but also on domestic political noise.

The IIF cited that the Philippines and South Korea stand out in emerging Asia for the pressures they face from elevated energy costs, as both are net importers of the commodity worst hit by the war in Iran.

“‘The Philippines has allowed full pass-through of higher energy costs, which has led to inflationary pressures and prompted a rate hike in April,’” the IIF noted.

In a May 20 report, Capital Economics senior Asia economist Gareth Leather also noted that while inflation across Asia has been mostly low, “the Philippines has recorded the biggest increase in inflation, with the headline rate there reaching 7.2 percent year-on-year in April—almost double the top end of the central bank’s two- to four-percent target.”

Leather nonetheless said that the Bangko Sentral ng Pilipinas (BSP) is among the central banks in the region that have responded accordingly to inflation pressures, as it raised key interest rates by 25 basis points (bps) last month amid expectations of further monetary tightening.

The BSP had forecast average headline inflation this year to hit an 18-year high since the global financial crisis (GFC) in 2008.

Under Capital Economics’ baseline assumption that Middle East tensions would gradually ease and global energy prices would eventually moderate, “monetary tightening cycles across the region are likely to remain limited and concentrated in economies that have already seen the sharpest price increases” like in the Philippines, Leather said.

But “if the crisis proves more prolonged, the fiscal cost of maintaining subsidies and price controls will continue to grow, and governments will face increasing pressure to pass a larger share of higher energy costs on to consumers and businesses,” the think tank warned.

Related Tags

Institute of International Finance (IIF) gross domestic product (GDP) growth inflation rate interest rates Bangko Sentral ng Pilipinas (BSP) flood control corruption Capital Economics Middle East war overseas Filipino workers (OFWs) overseas FIlipino (OF) remittances emerging markets (EMs)
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.