
October 30, 2021 | 12:00am
MANILA, Philippines — Pangilinan-led Philex Mining Corp. reported a 116 percent jump in its core net income in the first nine months of the year to P1.87 billion, driven by higher copper prices and efficient operating costs.
In a disclosure to the Philippine Stock Exchange, Philex said total revenues grew by 22 percent to P7.7 billion.
“This is attributable to the significant increase in the realized price of copper since the third quarter of 2020 resulting in a higher contribution of revenues from copper at 52 percent of total revenues for the nine months of 2021 from 40 percent of total revenues for the nine months of 2020,” Philex said.
Revenue contribution from gold declined to 47 percent, mainly due to the slightly lower gold output brought by lower copper grade.
Gold output totaled 41,295 ounces compared to last year’s 43,136 ounces.
Operating costs inched up by three percent to P4.8 billion due to higher power and labor costs from higher tonnage milled, and higher excise taxes attributed to the higher total revenues.
“With higher metal prices and a better economic outlook for the mining industry moving forward, we can maintain the momentum of last year’s exemplary performance into this year, notwithstanding the pandemic and the challenges we have faced in our operations,” Philex chairman Manuel V. Pangilinan said.
“With the extension of Padcal mine life for another two years, the prospect of a viable financial package for our Silangan project, and the rollout of our vaccination program for our employees and their dependents, it looks like the full year 2021 will produce excellent results for your company,” Pangilinan said.
The Padcal mine’s life was extended rom Dec. 31, 2022 to Dec. 31, 2024.
It emphasized that the recent lifting of the moratorium on new mineral agreements would pave the way for the development of stalled mining projects, which will lead to renewed investor’s interest in its Silangan project.
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){}); }