ADVERTISEMENT

Price of palay continues to fall, now 17.4% down

Published Jul 26, 2019 12:00 am
By Madelaine B. Miraflor The price of palay in the country continues to drop, falling by more than 17 percent year on year as of this month, while the average cost of regular and well milled rice recorded only a single digit drop in percentage. PSA logo (Photo courtsey of https://psa.gov.ph) PSA logo (Photo courtsey of https://psa.gov.ph) Latest data from Philippine Statistics Authority (PSA) showed that during the first week of July, the farmgate price of palay or unhusked rice declined by 17.3 percent to P17.78 per kilogram (/kg) from P21/50/kg in the same period last year. From the previous week's level of P17.88/kg, the price only went down by 0.6 percent. Meanwhile, at the wholesale trade, the average price of well milled rice slightly went down to P39.26/kg or by 0.1 percent during the period from its previous week's level of P39.28/kg. Annually, it also moved downward at a rate of 6.4 percent from its level of P41.93/kg a year ago. At the retail trade, the average price of well milled rice slightly fell to P42.81/kg or by 0.1 percent compared with its level of P42.86/kg in the previous week. This is a drop of 4.2 percent from the previous year's level of P44.69/kg. Both prices of at the wholesale and retail trades of regular milled rice are a bit lower, too. For instance, the wholesale average price of regular milled rice dropped to P35.40/kg or by 0.1 percent this week compared with its week ago level of P35.45/kg. Similarly, it decreased at an annual rate of 8.5 percent from its level in the same week of the previous year of P38.69/kg. On the average, the retail price of regular milled rice went down to P38.51/kg or by 0.2 percent this week relative to its previous week's level of P38.60/kg. It is a 6.2 percent drop from its level of P41.07/kg in the same week of the previous year. To protect the farmers from declining palay prices, Philippine Chamber of Agriculture & Food, Inc. (PCAFI) President Danilo Fausto said the government should now implement the safeguard measure under the Rice Tariffication Law, which is to increase the tariff imposed on imported rice. Based on the Rice Tariffication Law or Republic Act (RA) 11203, importers are allowed to bring in any volume of rice in the Philippines at any time provided they pay a 35 percent tariff based on the declared value of their imports if it's coming from member countries of the Association of Southeast Asian Nations (ASEAN) like Thailand and Vietnam. Outside ASEAN, the tariff rate will be higher at 180 percent. Under the Section 10 of RA 11203, in order to protect the Philippine rice industry from sudden or extreme price fluctuations, a special safeguard duty on rice shall be imposed in accordance with Safeguard Measures Act. Agriculture Secretary Emmanuel Piñol said earlier a supply glut could push the tariff rate as high as 180 percent. That, or if the local farmers are already suffering from the oversupply of the staple. "When you increase the tariff to 180 percent, who else will import? That is technically an import ban," Piñol said previously. Since the enforcement of RA 11203, palay prices have fallen non-stop. It had so far dropped by 43 percent from P21.00 per kilogram (/kg) in September 2018 to only P12/kg in June 2019. This, while the farmers have to spend more on production due to higher fuel cost. From an average of P49,745 per hectare in December last year, farmers' production cost now stands at P50,000 per hectare in May.
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.