ADVERTISEMENT

PNB earnings jump 55% to P18 B

Published Feb 26, 2024 06:59 am

Philippine National Bank (PNB), the lender controlled by taipan Lucio Tan, reported a 55 percent jump in consolidated net income to P18 billion in 2023 on the back of robust net interest income and lower provisions. 

In a disclosure to the Philippine Stock Exchange (PSE), the bank said its net core banking income, which excludes gains on sale of acquired properties, climbed by a record 156 percent year-on-year. 

This translated to an improved return on equity of 10 percent from the seven percent posted a year ago.

PNB Florido casuela.jpg
PNB President Florido P. Casuela

“Our performance for 2023 is a testament to the Bank’s efforts in upholding our vision of being among the top banks in terms of customer growth and satisfaction as well as return on equity,” said PNB President Florido P. Casuela. 

The bank’s net interest margin widened to 4.2 percent in 2023, compared to the 3.6 percent in the previous year, as its continued its focus on the efficient deployment of funds. 

Gross loans increased by five percent from year-ago to P642 billion by end-2023 as the bank expanded its lending to the commercial sector and small and medium-sized entities. 

PNB plans to sell 3 prime properties worth at least $1 B

Likewise, the bank continued to build up its current and savings accounts (CASA) deposits, growing by four percent year-on-year, and accounting for 83 percent of the bank’s total deposits as of end-2023.

Trading and foreign exchange gains at P1.8 billion rose by more than four times year-on-year as the bank was able to capitalize on market opportunities, despite the limited market liquidity and rising interest rate environment in 2023. 

The bank also offloaded certain high-value foreclosed properties as it continues to aggressively dispose off of non- performing assets.

The healthier performance in 2023 was augmented by lower provisions on distressed loans and other credit assets as the market continued to rebound during the year from the lingering effects of the pandemic and other adverse market conditions in recent years.

Operating expenses remained flat at P28.4 billion in 2023 due to prudent spending despite the continued business growth. As a result, cost efficiency ratio improved to 50 percent from last year’s 54 percent.

As of end-2023, the PNB’s total assets stood at P1.2 trillion, increasing by six percent from the previous year’s level, buoyed by higher loans and investment portfolio. 

Meanwhile, the bank’s capital at P191 billion grew by 13 percent year-on-year, resulting in stronger Common Equity Tier 1 Ratio and Capital Adequacy Ratio of 16.85 percent and 17.7 percent, respectively.
 

Related Tags

Florido P. Casuela Philippine National Bank (PNB)
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.