
September 30, 2021 | 4:22pm
MANILA, Philippines — Higher prices of oil, electricity and other basic consumer items likely pushed inflation beyond 5% in September, the Bangko Sentral ng Pilipinas said Thursday.
In a statement, the BSP said consumer price growth likely settled between 4.8-5.6% this month.
So far, inflation has been hovering above the upper-end of the government’s 2-4% annual target this year. The reading briefly returned within that target in July — when inflation stood at 4% — before accelerating to 4.9% in August.
In the first eight months, inflation averaged 4.4%.
“Inflation will be driven by the upward adjustments in domestic oil prices, Meralco electricity rates, suggested retail prices (SRP) of basic necessities and prime commodities, and prices of selected fruits and vegetables as well as rice,” the central bank said.
To recall, Manila Electric Co. (Meralco) announced that the overall rate for a typical household inched up by P0.1055 per kWh in September. At the same time, energy department data shows oil companies made four price adjustments in September, all of which were increases.
The country was also hit by typhoons in September, damaging crops and farmlands.
But the BSP said the price spikes “could be partially offset by the decline in meat prices along with the slight appreciation of the peso.”
The Department of Agriculture said it observed a drop in the retail prices of fresh pork. Based on the agency’s price monitoring, the prevailing price of kasim is now at P280 per kilo, down from its peak price of P360 per kilo in January. Liempo sells at P340 per kilo, P60 cheaper than its peak price of P400 per kilo in January.
Meanwhile, data shows the peso has weakened by nearly 2% month-on-month in September.
Last week, BSP Deputy Governor Francisco Dakila Jr. said inflation “is now tilted towards the upside” for the rest of the year due to supply problems that do not require any action from the central bank. At its meeting this month, the Monetary Board kept its benchmark rate at record-low 2%.
But Dakila said inflation may return within the target band in November this year. The BSP forecast inflation to average 4.4% this year, up from its previous projection of 4.1%.
“Moving forward, the BSP will continue to monitor emerging price developments to help ensure that its primary mandate of price stability conducive to balanced and sustainable economic growth is achieved,” the BSP said.
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }