ADVERTISEMENT

D&L upbeat as oil, coconut prices retreat and non-food demand stays strong

Published Jun 8, 2026 01:45 pm

D&L Industries Inc., the country’s largest producer of oleochemicals, specialty plastics, and food products, is growing more optimistic as the prices of both crude oil and coconut oil have dropped substantially from their peaks while its non-food business continues to enjoy heightened demand.

“It’s hard to predict, but I think the worst is over with a lower price of crude oil,” D&L President and Chief Executive Officer (CEO) Alvin D. Lao said in a media briefing after the firm’s annual stockholders’ meeting (ASM) on Monday, June 8. He also cited the lower-than-expected inflation rate for May as a sign of improvement.

While crude oil prices have dropped from their peak of $120 a barrel to about $95 a barrel, he said coconut oil prices have fallen 30 percent from their peak of $3,000 a ton last August to the current $2,100 a ton. “So, in that sense, we’re comfortable. If we could survive at $3,000 a ton, we’re definitely okay at $2,100 a ton.” Coconut oil accounts for about 39 percent of D&L’s raw materials.

Meanwhile, as sales of D&L’s food products declined due to inflation, Lao said that “thankfully we have our non-food side, which was up by a lot, and that growth more than offset the weakness or drop in the food side.”

He explained that this is primarily because many of their customers engaged in the manufacturing of plastics, packaging, and construction materials, including paints, are stocking up on more raw materials than usual amid fears of supply disruptions due to the Middle East conflict.

These manufacturers enjoy high margins for their products, so they are able to absorb higher prices without affecting volume. D&L’s non-food revenues account for 46 percent of total revenues.

Lao also noted that while there is a strong shift to electric vehicles (EVs) among new car sales, there is minimal impact on demand for biodiesel since diesel is used mostly by public transportation and trucks, while private vehicles comprise only a small percentage of its market.

Amid current market challenges, he said, “management remains confident in the company’s ability to emerge stronger through each business cycle. At the same time, such disruptions create opportunities to further strengthen the company’s position as a reliable supplier and trusted partner. By delivering customized solutions and dependable support, D&L continues to help customers navigate an increasingly complex and evolving business environment.”

During the shareholders’ meeting, D&L announced a total dividend of ₱0.236 per share consisting of a regular cash dividend of ₱0.182 per share and a special cash dividend of ₱0.054 per share to shareholders of record as of June 23. The ex-date is June 22, while payment will be made on July 8.

The firm remains highly committed to its regular dividend policy of a 50-percent payout ratio based on the prior year’s net income. This is also the sixth consecutive year since the peak of the pandemic in 2020 that D&L has been able to declare special dividends. This year’s special dividend amounts to 15 percent of the prior year’s net income.

In total, this year’s payout ratio remains at 65 percent of the prior year’s net income, consistent with the payout ratio over the past four years. The ₱0.236-per-share dividend this year translates to a 6.6-percent yield based on June 5’s closing price of ₱3.59 a share.

Meanwhile, D&L elected two new independent directors to its board of directors: former Pilipinas Shell Petroleum Corp. president and CEO Cesar G. Romero, and former Energy Development Corp. (EDC) president and CEO Richard Raymond B. Tantoco.

“Both bring a wealth of experience gained from leading some of the country’s most respected organizations and from working across diverse industries and global markets. Their perspectives, strategic insight, and commitment to good governance will further strengthen our board as we continue to pursue sustainable growth and create long-term value for our stakeholders,” Lao said.

Romero and Tantoco succeed Lydia Balatbat-Echauz and Corazon de la Paz-Bernardo, who served as D&L’s independent directors from 2017 to 2026, completing the nine-year term limit for independent directors prescribed by the Securities and Exchange Commission (SEC).

Also, because of the term limit, former independent director Mercedita S. Nolledo has been elected as a regular director, together with independent director Karl Kendrick T. Chua.

This means that the Lao family directors—Alvin Lao, Chairman Yin Yong L. Lao, and Vice Chairman John L. Lao—now comprise the minority of the seven-member board.

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; } }

{{ 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.