
October 3, 2021 | 12:00am
MANILA, Philippines — Collection of the Bureau of Customs (BOC) reached a record high of almost P60 billion in September due largely to the gradual recovery of global trade.
The BOC said its collection reached P59.9 billion in September, beating by more than five percent its P56.9-billion target for the month.
Aside from posting record revenue, the September performance marked the ninth straight month that the BOC exceeded its collection goal.
The BOC said eight of the 17 ports nationwide surpassed their respective targets for September. These ports are: Limay, Manila, San Fernando, Zamboanga, Davao, Iloilo, Legaspi and Clark.
For the nine-month period, the BOC collected P472.2 billion, accounting for nearly 77 percent of its 2021 revenue goal of P616.74 billion. Last year, revenue declined by about 15 percent to P537.68 billion from P630.31 billion in 2019.
Customs Commissioner Rey Leonardo Guerrero said the agency improved its collection efforts and adjusted its valuation systems to account for the escalating volume of imports.
Likewise, Guerrero said the BOC made sure that goods coming in and out of the Philippines move without disruption despite the logistical regulations in place.
As countries begin to lift border restrictions, commercial activities worldwide start to gain traction as shown by the trade data for the year.
In July, the country’s merchandise trade increased by over 19 percent to $16.13 billion, from $13.53 billion a year ago. Exports went up by close to 13 percent to $6.42 billion, while imports rose by at least 24 percent to $9.71 billion.
From January to July, exports jumped by around 20 percent to $42.39 billion from $35.4 billion a year ago. Electronics, the country’s largest exports, grew by more than 17 percent to $23.95 billion.
On the other hand, imports expanded by over 30 percent to $63.7 billion from $48.91 billion as the country’s trading partners boost their outputs to exploit the lifting of border controls.
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){}); }