ADVERTISEMENT

D&L on track to exceed 10% profit growth target as exports grow

Published Aug 12, 2025 01:37 pm
D&L Industries Inc., the country’s top specialty food ingredients and oleochemicals producer, is confident of hitting and even exceeding its 10-percent profit target for 2025 as annualized first-half earnings are already tracking a 19-percent improvement on the back of exports driving growth.
“For now, were sticking to double-digit growth… But, if anything, knock on wood, it seems we have a higher chance of exceeding rather than going below that income target,” said D&L President and Chief Executive Officer (CEO) Alvin D. Lao in a media briefing.
He explained that, “For last year, D&L’s net income was ₱2.34 billion. For the first six months of 2025, we already hit ₱1.396 billion. So, if you just annualize that, it’s roughly ₱2.8 billion, were at something like 19-percent above last years net income.
So, if we just did the same net income in the second half versus the first half, well be well above the 10-percent gross net income. Itll be 19 percent. So, well see.”
Lao said they expect to sustain this growth in the second half since inflation has gone down compared to the first semester, while interest rates are also expected to be cut. He said both factors should result in higher consumer spending, which will benefit D&L and its customers.
He also noted that United States (US) tariffs will not have much impact on the company’s exports since the US market accounts for only three percent of revenues, with 25 percent coming from its other export markets such as the Asia-Pacific region—from China all the way down to Australia and New Zealand—as well as Europe, Latin America, and even Africa.
Moreover, the majority of products sold to the US are valued for their distinct technical and functional attributes; thus, demand is seen to be sustained.
D&L reported a six-percent growth in recurring net income to ₱1.4 billion in the first half of 2025 from ₱1.32 billion in the same period last year. Second-quarter earnings improved two percent to ₱714 million.
The growth in earnings was mainly driven by the consistent quarterly profitability of the Batangas plant and the robust exports business amid elevated coconut oil prices.
“The second quarter proved challenging amid record-high coconut oil prices. Nonetheless, the company delivered a modest two-percent year-on-year growth for the quarter.
“With coconut oil prices appearing overstretched, the second half is expected to benefit from more stable and potentially lower prices, supporting a stronger earnings performance compared to the first half. We maintain our outlook for double-digit net income growth for the year, Lao said.
He noted that, “Our focus remains on executing our growth strategy, expanding into new markets, and strengthening our competitive position to capture the significant opportunities we see both locally and globally. We are committed to delivering sustainable value for shareholders and remain confident in the company’s long-term prospects.”
Just two years into commercial operations, D&L’s Batangas plant has already posted profits for three consecutive quarters. In the first half of 2025, the plant booked an income of ₱597 million, up by more than three-fold from the same period last year.
This came in ahead of management’s initial expectations of merely achieving break-even in the first two years of operations.
The export business continues to deliver, with revenues growing by 18 percent year-on-year to ₱7.4 billion in the first six months of the year. Meanwhile, exports gross profits grew by 30 percent year-on-year in the first half of 2025, faster than the 15-percent year-on-year growth in gross profits recorded by the domestic business.
As part of its strategy to further grow its exports business, D&L is actively exploring new markets and applications—particularly those where coconut oil’s natural and sustainable profile serves as a key competitive advantage.
In the first half of 2025, exports contributed 28 percent to the company’s total revenues. Management aims to increase this share to 50 percent over the medium term. Notably, exports already account for approximately 38 percent of total gross profit, reflecting the higher gross profit margin (GPM) of exports.

Related Tags

Alvin D. Lao D&L Industries Inc.
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.