ADVERTISEMENT
970x220

SMPC net income falls 30% due to falling prices

Published Mar 3, 2025 06:36 am

Consunji-led Semirara Mining and Power Corporation (SMPC) reported a drop in its net income in 2024 due to weaker selling prices.

In a disclosure to the Philippine Stock Exchange on Monday, March 3, SMPC said its net income decreased by 30 percent to ₱19.6 billion last year from ₱27.9 billion in 2023. This was driven by weaker selling prices amid a normalized energy market.

According to SMPC, its coal shipments and power generation helped soften the impact of the net income decline.

“The coal segment contributed 57 percent of total net income, followed by Sem-Calaca Power Corporation (SCPC) at 29 percent and Southwest Luzon Power Generation Corporation (SLPGC) at 14 percent,” noted SMPC, a subsidiary of DMCI Holdings Inc.

Its total revenues also fell by 15 percent to ₱65 billion, as coal and electricity prices dropped; however, they were partially offset by increased sales volume in 2024.

SMPC’s total cash costs fell by nine percent to ₱37 billion, while the costs for coal and electricity production remained almost unchanged at ₱26 billion. Increased costs from coal shipments were neutralized by lower fuel costs and reduced power purchases.

Additionally, the firm’s government share dropped from ₱10.68 billion to ₱6.38 billion as a result of lower coal revenues and margins.

Its earnings before interest, taxes, depreciation, and amortization (EBITDA) also declined from ₱35.75 billion to ₱27.75 billion.

On the other hand, the company’s operating expenses (OPEX) grew by 12 percent from ₱4.3 billion to ₱4.81 billion as 2024 brought higher taxes, insurance premiums, maintenance, and office renovations.

Coal performance

During the fourth quarter of 2024, coal’s revenues dipped from ₱17.38 billion to ₱11.8 billion as selling prices and shipment volumes slowed down, while its net income also decreased by 26 percent to ₱3.36 billion.

According to SMPC, reduced shipments were observed after total coal sales volume declined by 19 percent, from 5.3 million metric tons (MMT) to 4.3 MMT, due to lower foreign shipments.

Subsequently, coal production was also down from 4.2 MMT to 2.9 MMT as Narra mine North Block 4 and West Block 2 began their pre-stripping works.

Throughout the year, its total production stood at 16 MMT.

Meanwhile, its overall coal inventory dropped by 50 percent due to record shipments in that same year plus the lower quarterly production.

Power performance

Despite significant decreases found in SMPC’s coal performance, its power segment revenues climbed by 10 percent from ₱4.63 billion to ₱5.08 billion.

SMPC attributed this increase to “improved average capacity and electricity sales, despite a three-percent decline in average selling prices (ASP).”

The ASP also saw a marginal decrease of ₱4.16 per kilowatt-hour (kWh).

Meanwhile, cash costs also rose by 23 percent to ₱3.73 billion.

“Higher generation costs, increased replacement power purchase, and rising OPEX [caused the growth],” SMPC stated.

The firm’s power segment brought in positive financial performance with improved average capacity, as it increased from 682 megawatts (MW) to 778 MW.

“[This followed the] restoration of SCPC Unit 2’s dependable capacity to 300 MW on May 27, tempered by occasional deration of the plants.”

Its plant availability also decreased due to planned maintenance at SLPGC.

However, SCPC’s plant availability grew by 83 percent.

“Despite lower plant availability, gross generation rose by 8 percent, from 1,195 gigawatt-hours (GWh) to 1,290 GWh, largely driven by improvement in SCPC availability and average capacity. Consequently, total power sales grew by 13 percent, from 1,078 GWh to 1,223 GWh,” SMPC said.

Furthermore, SCPC’s revenues grew to ₱3.74 billion, while SLPGC revenues declined by 25 percent due to its lower plant availability and weaker selling prices.

Related Tags

SLPGC Semirara Mining and Power Corporation SCPC
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.