ADVERTISEMENT

Philex earnings drop as mine nears depletion

Published Nov 10, 2023 03:44 am

Philex Mining Corporation, one of the oldest and largest gold and copper producers in Southeast Asia, reported a drop in core net income to P864 million for the first nine months of 2023 from the P1.54 billion earned in the same period last year as its Padcal mine nears depletion.

In a disclosure to the Philippine Stock Exchange (PSE), the firm said core net income for the third quarter was also lower at P163 million from P210 million in the same period last year.

Philex Eulalio Austin.jpg
Philex President and CEO Eulalio B. Austin Jr.

EBITDA of P337 million for the third quarter of 2023 was lower compared to the P611 million EBITDA for the same quarter of 2022 while the nine-month EBITDA of P1.53 billion was lower compared to P2.96 billion of in 2022.

Gold and copper prices remained within similar levels as those of the second quarter of 2023 at $1,927 per ounce and $3.73 per pound, respectively, but higher at 13 percent and three percent, respectively, compared with the third quarter 2022 prices of $1,701 per ounce for gold and $3.61 per pound for copper.

Philex milled a total of 1.69 million tons during the third quarter of 2023, lower than the 1.87 million tons milled in 2022 and the 1.83 million tons milled in the second quarter of 2023.

Total tonnage milled for the first nine months of 2023 was at 5.23 million tons, slightly lower than the 5.55 million tons in the same period last year.

Ore grades for gold and copper for the third quarter of 2023 are opportunistically almost the same when compared with the same period in 2022, as well as with the second and first quarters of 2023.

Gold output for the third quarter of 2023 dipped to 8,775 ounces, lower than the 10,300 ounces of the second quarter of 2023 and the 12,144 ounces of the third quarter last year.

Copper output for the third quarter of 2023 at 5.22 million pounds was also lower than the 5.64 million pounds of the second quarter of 2023 and the 6.38 million pounds in the third quarter of 2022.

Total gold output for the first nine months of 2023 stood at 29,136 ounces while copper output was at 16.4 million pounds, lower by 22 percent and 14 percent, respectively when compared with the same period in 2022.

Development works continue on the Silangan Copper and Gold Project in Surigao del Norte with the ongoing tunneling works, breaching more than 35 percent of the distance towards the ore body.

Clearing works and access road to the tailings storage facility (TSF) area are nearing completion with the issuance of the permit by the Municipality of Sison, Surigao del Norte for the construction of the TSF.

Management is set to award the general contract works for the tailings storage facility as well as the process plant EPCM or EPC contractor this November 2023. Likewise, the project footprint area had been secured.

Philex President and CEO Eulalio B. Austin Jr. said that, aside from exploring the vicinity of Padcal Mine, the Company is also studying the viability of exhausting reserves in the Padcal under the current drain tunnel, which could again extend Padcal’s mine life beyond 2027. The drain tunnel services all the water from the mine towards the TSF.

“If the study yields positive results, this could further extend Padcal’s mine life beyond 2027. Hopefully, we can have the initial results by the end of the year,” Austin said.

He added that at Silangan, "we are progressing with the driving of the decline to access the ore body which we expect to reach by the second half of 2024.”

According to Philex Chairman Manuel V. Pangilinan, the company is also looking at expanding into nickel mining to meet the increasing demand of the mineral by the electric vehicle industry.

“We are prospecting for nickel resources to develop in this country because the future for electric vehicles is bright, so we have to be in well-positioned for this opportunity,” Pangilinan said.

Related Tags

Philex Mining Corporation Manuel V Pangilinan Eulalio Austin Jr.
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.