ADVERTISEMENT

Is Philippines in 'stagflation lite'? Balisacan, Remolona say not quite

Published Aug 17, 2026 12:00 am  |  Updated Aug 15, 2026 02:33 pm
Arsenio M. Balisacan, Eli M. Remolona Jr., and Benjamin E. Diokno
Arsenio M. Balisacan, Eli M. Remolona Jr., and Benjamin E. Diokno

The Philippines remains far from stagflation despite high inflation and sluggish economic growth, members of the Marcos Jr. administration’s economic team said, pushing back against Monetary Board Member (MBM) Benjamin E. Diokno’s characterization of the current situation as “stagflation lite.”

Stagflation is generally understood as the simultaneous occurrence of elevated inflation, stagnant economic growth, and high unemployment, although economists do not have universally accepted numerical thresholds for determining when an economy has entered such a period.

Speaking at the Economic Journalists Association of the Philippines (EJAP) Economic Forum last Friday, Aug. 14, Department of Economy, Planning, and Development (DEPDev) Secretary Arsenio M. Balisacan said calling the country’s present economic situation stagflation would be “stretching it too far.”

Balisacan, the country’s chief economist, said stagflation has no standard operational definition, unlike a recession, which is commonly associated with two consecutive quarters of economic contraction.

The economy expanded by just 2.3 percent year-on-year in the second quarter, slowing further from 2.8 percent in the first quarter and marking the weakest quarterly growth since the Covid-19 pandemic.

Balisacan noted that the latest growth rate remains above the country’s population growth of around 1.7 percent. He added that removing short-term “noise” from labor market data would still show declining trends in unemployment and underemployment.

His assessment differs from that of Diokno, a former Bangko Sentral ng Pilipinas (BSP) governor as well as former finance and budget secretary who currently sits on the BSP’s policy-making Monetary Board (MB).

As reported in Manila Bulletin’s The Daybreak Briefing newsletter last week, Diokno described the current economic situation as “stagflation lite,” arguing that low-income households are already bearing the brunt of high prices, shrinking job opportunities, and sluggish economic growth.

Diokno pointed to the dismal second-quarter gross domestic product (GDP) growth, which he said was roughly keeping pace with population growth and therefore translated into virtually no growth in output per person.

Balisacan, however, expects economic activity to improve in the second half of 2026, particularly if the government accelerates the utilization of public funds following a contraction of nearly 30 percent in public spending for two consecutive quarters.

The DEPDev chief acknowledged that a potentially severe El Niño poses a downside risk to the outlook, although he expressed hope that its impact on the Philippines would be less severe than currently predicted internationally.

BSP Governor Eli M. Remolona Jr. likewise said stagflation is not a useful description of current economic conditions, arguing that the term usually entails an outright economic contraction.

“Stagflation usually means negative growth. We’re still growing. But what’s also true is we’re below potential,” Remolona said.

The BSP chief said the Philippine economy’s potential growth is around five to six percent, or possibly close to 5.8 percent based on growth achieved in recent years.

With actual GDP growth running substantially below that level, Remolona said the economy is experiencing a negative output gap, or a situation in which actual economic activity falls below its potential.

The output gap, rather than whether the economy can be labeled as experiencing stagflation, matters for monetary policy because it allows the BSP to assess the weakness of economic activity alongside inflationary pressures.

According to Remolona, a negative output gap means the BSP can be less aggressive in raising its policy rate to contain inflation, as monetary authorities take into account both weak economic growth and their expectations for inflation.

“We don’t even think, are we in a stagflation or not? We don’t really care,” Remolona said.

The Philippine Statistics Authority (PSA) earlier reported that the unemployment rate rose year-on-year and month-on-month to 4.9 percent in June, equivalent to 2.59 million unemployed Filipinos.

Headline inflation, meanwhile, eased for the third consecutive month to 6.2 percent in July, but remained above the government’s two- to four-percent target range. - Danielle T. Bayani

Related Tags

Benjamin Diokno Arsenio M. Balisacan Eli M. Remolona Jr. Bangko Sentral ng Pilipinas (BSP) Department of Finance (DOF) Department of Budget and Management (DBM) Monetary Board (MB) stagflation inflation gross domestic product (GDP) growth labor force survey (LFS) Philippine Statistics Authority (PSA) unemployment interest rates
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.