ADVERTISEMENT

Go challenges Customs to break elusive ₱1-trillion tax goal

Published Feb 13, 2026 11:00 am
Finance Secretary Frederick D. Go
Finance Secretary Frederick D. Go
President Marcos’ chief economic manager expects the government’s second-largest revenue agency to cross the historic psychological threshold this year, betting that leadership stability and rebound in trade will end the multi-year streak of narrow misses.
Finance Secretary Frederick D. Go, on Thursday, Feb 12, expressed firm confidence that the Bureau of Customs (BOC) will collect ₱1 trillion in revenues in 2026, a milestone that has remained elusive despite aggressive fiscal targets.
“We have not been able to do it so far—the ₱1 trillion target has been elusive. But I am very confident that this will be the year that we will hit the ₱1 trillion target,” Go declared, banking in part on BOC Commissioner Ariel F. Nepomuceno’s leadership.
It can be noted that the government had forecast BOC collections to soar past ₱1 trillion in 2025, but actual collections only reached ₱934.4 billion, falling short of the ₱958.7 billion target. This shortfall was blamed on weaker imports, especially rice imports, and global price jitters.
Go told Customs officials that their tax collections represent the “largest portion of the budget dedicated to the development projects of our country,” raising pressure on the BOC.
“Your success in revenue generation directly empowers the entire government to maintain prudent fiscal management and fund the nation's priorities,” Go stressed.
Nepomuceno, meanwhile, is taking on the ₱1-trillion revenue challenge, noting that the full-year economic assumptions are “reasonable,” to which the revenue targets of both the Customs and the Bureau of Internal Revenue (BIR) are tied.
“Of course, the economic assumptions are reasonable, doable, and challenging, but still reasonable—as long as they hold and do not change drastically,” said Nepomuceno. “We’re taking the challenge, and that's a good mission. That’s the least we can do to help the economy.”
Nepomuceno is banking on earnings from shipments of agricultural and petroleum products. He explained that while a peso drop is a boon to the agency’s collections, the long-term impact of such a trend remains uncertain.
He said this could also dampen trading activities, leading to a decline in volume. “If the importation signal is weak, volumes will decline, and collections will fall even if the peso value per dollar is higher,” he added.
Nepomuceno is also counting on the recent lifting of the rice import ban to drive higher collection volumes.
To recall, the BOC exceeded its revenue target in January, driven by the recent peso slump and a resurgence in agricultural imports. The agency collected ₱80.7 billion in January, surpassing its monthly goal by ₱513 million.
Nepomuceno said Customs sets internal targets higher than those of the Cabinet-level Development Budget Coordination Committee (DBCC) to achieve higher collections. This way, even if revenues fall short, they can still meet the DBCC’s goals.
He shared that monthly collections should average about ₱82–₱84 billion, with a daily target of roughly ₱4–₱4.2 billion, depending on the surplus. Having a larger surplus better positions the agency to remain on track for the following month.
While the BOC has other non-traditional revenue streams, including proceeds from auctions of seized luxury cars, as well as penalties and surcharges, Nepomuceno stressed that these are not heavily relied upon for collections.
Go assured the BOC that its collected taxes “are now being spent far better than before.”
“Clearly, our work is not just about increasing government revenue—it is about achieving our economic, security, and developmental goals,” said the finance chief. Economic managers have set the output growth target at five to six percent in 2026.
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.