ADVERTISEMENT

High wheat flour prices seen until Q3

Published Apr 25, 2023 08:01 am
Pilmico Foods Corp., one of the country’s most integrated food producers, said that wheat flour prices are expected to remain high until the third quarter of this year as the recent decline in wheat prices in the international market could possibly be reflected in the local market by then.
Tristan Aboitiz, COO for Animal Feeds at Pilmico, said during the Aboitiz Group online press briefing Monday, April 24, said that prices of wheat have come off only in the last few months after steep surges during the pandemic period. Given the lag time in importation and other factors affecting prices, Aboitiz said that wheat prices would still “remain high maybe until the third quarter of this year.” This is to consider the steep increases last year and the depreciation of the local peso against the US dollar, he said. But Aboitiz said he is looking forward to good harvest season in wheat producing countries in Europe, North America and the Black Sea and then Australia later in the year. He expressed hope for good crops coming off from those major wheat production areas would be able to result in lower prices despite the fact that their balance sheets still remain tight. In case harvest from production areas falter, he said, “There is definitely room for prices to move back up again.” For now, he said, they remain hopeful that prices will continue to remain low to afford them and those in the feedmilling industry as well to “pass on those decreases down into our customers.” It should be noted that bread makers still have pending petition with the Department of Trade and Industry for increase in basic bread prices. Meantime, Aboitiz said that its investment to expand in feed milling capacity across the region continues. The two kinds of big-ticket items it is working on are new feed mills in Hunan, China, which is a 150,000- metric ton per annum livestock feed mill with the potential to expand capacity up to 270,000 metric tons. The  other feedmill expansion is in Vietnam, which is a 200,000 metric ton per annum feedmill plant with the potential to expand capacity up to 300,000 metric tons. “Both were on track as far as the construction of most mills are concerned,” he said. Its feedmill in Vietnam is expected to be completed by December of this year, while the one in Hunan China is expected to be completed by April of 2024. The mill in Vietnam has an investment of about $27 million and the one in China is about $24 million. On the hog industry outlook given the continuing spread of the ASF (African Swine Fever), Aboitiz said that it is likely to remain challenging. “You know as ASF continues to pose a threat to production and seems to have spread across different islands in the besides over the past few months,” he said. He said that its newest breeder farm, breeder nursery farming in Nueva Ecija was completed in October last year. With the country faces low production of locally produced pork, the new facility can help augment supply as it has a capacity of about 2,500 sows or annual pork supply of 4.7 million kilos. This new farm also brings its feeder farm capacity back up to around 8,500 sows so we complete that loading of animals onto the site in January of this year. In addition, the company has successfully bred about 1,600 or 2,500 animals that are off site. Supply from this farm is expected to be available in the market by the second quarter of this year and is expected to boost its retail brand.



Related Tags

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