ADVERTISEMENT

₱20-billion funding for livestock sector awaits Marcos' signature

Published Sep 26, 2025 01:36 pm

The Department of Agriculture (DA) is looking forward to a proposed ₱20-billion annual investment in the livestock sector, which will take effect once signed into law by President Ferdinand R. Marcos Jr. before the month of September ends.

Speaking at a breakout session of the Arangkada Philippines Investment Forum on Thursday, Sept. 25, DA Undersecretary for policy, planning, and regulations Asis G. Perez explained that the ₱20 billion would serve as an annual co-investment from the government, adding that the agriculture sector’s broader investment requirement amounts to ₱3.5 trillion.

State-run think tank Philippine Institute for Development Studies (PIDS) earlier expressed support for the passed House and Senate bills proposing the Animal Industry Development and Competitiveness Act, hence urged the President to sign the measure into law.

PIDS had said that the measure aims to strengthen the animal industry by establishing strong regulatory and development institutions and providing sufficient resources to support production, particularly for small farmers and producers. “The livestock, dairy, and poultry commodity systems are key drivers in Philippine agriculture,” PIDS had noted.

The enrolled bill was earlier transmitted to Malacañang, where the President has 30 days to either sign it into law, veto it, or allow it to lapse into law without a signature.

To recall, Perez said last August that the DA was seeking ₱3.5 trillion in total investments—including support from the private sector—to transform the country’s agriculture sector into a more robust, economically viable contributor to national food and economic security. “We want to transform the agriculture sector into a robust, vibrant, and economically viable contributor to the food and economic security of this nation of [up to] 118 million people,” according to Perez.

At the Arangkada forum, Perez emphasized that the breakdown includes ₱1.5 trillion for production support systems such as irrigation, laboratories, and feed mills, along with investments in poultry and swine production to reduce reliance on imports.

Another ₱860 billion is earmarked for infrastructure and logistics, including roads, farm-to-market roads, and post-harvest facilities.

Meanwhile, ₱85 billion is needed for commodity systems enablers to fund research and development (R&D), digitalization, intellectual property (IP) initiatives, and modern technologies such as solar farms and greenhouses. “There will be an opportunity for this area of investment,” Perez said. “We want agriculture not only to feed our people but to fuel the growth of our nation.”

The DA official highlighted the sector’s untapped potential despite employing 9.3 million Filipinos. “I think this is a big resource for us,” he said, noting that while the country produces a lot, it also consumes heavily.

Perez pointed out that the Philippines imports nearly $23-billion worth of agricultural products annually. This reliance on imports, he said, reveals a major opportunity for boosting local production—not to export, but to meet the country’s own consumption needs.

The agriculture sector, however, continues to lag behind. Perez emphasized that it remains the poorest sector, with poverty incidence among farmers and fishers at 27 percent and 27.4 percent, respectively. “And that is where we need to have more investments as well,” he added.

Agriculture’s contribution to the economy has also shrunk dramatically—from 15 percent of gross domestic product (GDP) in earlier decades to just 7.9 percent today. “Over the past 20 years, there has been little to no real growth in productivity,” the DA official said.

Perez said that when the Marcos Jr. administration assumed office, it developed a framework for agriculture that focuses on expanding and improving farm areas to increase productivity.

Among the other major strategies are mechanization and modernization, as the Philippines’ mechanization rate is only 2.7 horsepower per hectare (ha), far behind the 7.6 horsepower per ha of neighboring countries. “This shows huge investment potential,” Perez said, appealing for new machinery.

Perez urged developing post-harvest systems, as he noted that post-harvest losses range from 12 to 40 percent of total production. In fisheries, these losses can slash product value by almost 300 percent—for instance, a kilo of pressed tuna worth ₱350 drops to just ₱100 without proper processing, he pointed out.


The DA official also pushed for improving logistics systems, as agricultural logistics currently cost between ₱2 and ₱4 per kilo. Using vessels instead of trucks, Perez explained, could significantly reduce costs.

He likewise called for enhancing local and global markets, citing that ensuring competitive pricing and expanding international market access remain key.

To support these efforts, Perez outlined five cross-cutting strategies: balancing developmental and regulatory roles, science- and data-driven decision-making, building strong partnerships, strengthening financial inclusion and mechanisms, and expanding R&D extension.

(Ricardo M. Austria)

Related Tags

Department of Agriculture (DA) Asis G. Perez Philippine Institute for Development Studies (PIDS) Ferdinand Marcos Jr.
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.