ADVERTISEMENT

Meralco core income up 8% to P11.4-B in H1

Published Jul 26, 2021 04:26 pm

With combined uptrend in energy sales and expanding customer base, the core net income of power utility giant Manila Electric Company (Meralco) had risen 8.0-percent to P11.399 billion in the first half of 2021 from the year-ago level of P10.588 billion.

On the company’s reported net income, that climbed by a significant 45-percent to P9.949 billion in the first six months of the year versus P6.844 billion within the same period in 2020.

According to Meralco Chief Financial Officer Betty Siy-Yap, one major item that accounted for the difference in the income reported last year was the ‘impairment’ on the Pacific Light venture of the company which had been booked at P2.7 billion.

22042

For this year, she emphasized that Meralco’s core earnings before interest, taxes, depreciation and amortization (EBITDA) stood at P23.3 billion, which was 52-percent higher than last year’s P15.4 billion; while reported EBIDTA was at P22.8 billion.

The major adjustments between the core EBITDA and consolidated core net income, as noted by the company’s finance executive, had been depreciation of P5.5 billion; interest expenses amounting to P417 million; taxes at P7.1 billion as well as other items.

Yap also stated that the Meralco board approved on Monday (July 26), the declaration of an interim cash dividend amounting to P5.057 per share that will be extended to all shareholders as of record date August 23, 2021 and to be paid on September 15 this year. That represents the company’s 50-percent of core earnings per share.

Meralco Chairman Manuel V. Pangilinan has not given any ‘core income guidance’ for the power firm this year, but he hinted that the overall expectation will be for it to top its P21.71 billon scale of profitability last year.

“We have not given any guidance for the full year; because we’re quite concerned about the recent spread of the Delta variant of the virus which could further the lockdowns; so that’s a factor that we cannot foresee on the impact on sales moving forward,” he said.

Pangilinan qualified though that “profits would be ahead barring any unforeseen circumstances...it will be ahead of last year for 2021.”

In terms of sales growth, Meralco President and CEO Ray C. Espinosa indicated that the main driver in the 7.0-percent sales uptrend within January to June this year was still attributed to the demand of residential consumers; as well as the expanding customer count of the utility firm -- wherein more than 300,000 new customers had been connected by Meralco in this year’s first semester.

It was expounded that consolidated volumes had grown 3.0-percent for residential end- users compared to last year; while commercial volumes had just been slightly up by 0.1-percent within the six-month stretch; although in the months of May and June, the demand of that segment had grown remarkably by 54-percent and 29-percent, respectively.

“The growing public confidence with the gradual increase in the number of people vaccinated and first full month of GCQ (general community quarantine) in June 2021, resulted in the uptick in business activities and foot traffic to malls, restaurants, hotels and other retail outlets,” Meralco stressed.

The company added that “the second quarter of 2021 also saw increasing onsite work activities, which contributed to the rise in commercial sales volumes.”

Related Tags

#MERALCO #INCOME #FIRSTHALF #MVP #ESPINOSA #EBITDA #COVID #DELTAVARIANT
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.