ADVERTISEMENT
970x220

BSP net income surges 330% to P85 billion

Published Sep 15, 2024 09:31 pm

The Bangko Sentral ng Pilipinas (BSP) reported a net income of P85.5 billion as of end-June this year, up significantly by 330 percent from only P19.86 billion in the same period in 2023, mainly due to foreign exchange gains and higher miscellaneous income.

Based on the latest central bank data released over the weekend, revenues totaled P164.08 billion in the first half, 56.9 percent higher than the previous year’s P104.58 billion. BSP revenues came from its interest income from international reserves and domestic securities.

During the period, miscellaneous income surged by 296 percent to P44.32 billion versus P11.17 billion same time in 2023. Miscellaneous income includes trading gains/losses, fees, penalties, and other operating income, among others.

BSP expenses for the first six months totaled P106.13 billion, down by 8.9 percent compared to same time last year of P116.52 billion. The BSP pays high costs for its banknotes production and coin minting cost, as well as taxes and license fees, and from its open market operations.

Interest expenses reached P84.31 billion, up by 5.19 percent from P80.15 billion in 2023 while other expenses such as net trading losses totaled P21.82 billion, down 40 percent from P36.38 billion last year.

As of end-June, the BSP’s foreign exchange or FX gains amounted to P27.56 billion. It was lower by 13.36 percent compared to the previous year’s P31.81 billion. FX gains are realized gains from fluctuations in FX rates arising from BSP’s foreign currency-denominated transactions.

As per the latest statement on assets and liabilities, the BSP had total assets of P7.874 trillion as of end-June, up eight percent compared to same period last year of P7.294 trillion.

The BSP said its assets grew because of higher international reserves and holdings of derivative instruments. It also noted that its financial condition has remained strong, with international reserves accounting for the bulk of its assets.

Total liabilities also increased by 7.6 percent to P7.666 trillion from P7.126 trillion because of the higher net income from the net gain on FX rate fluctuations and higher miscellaneous income.

The BSP’s net worth, meanwhile, stood at P207.73 billion during the period, 24 percent more than the previous year’s P167.34 billion.

The net worth was boosted by surplus reserves amounting to P147.73 billion, which was 37.62 percent higher than last year’s P107.34 billion.

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.