ADVERTISEMENT

Globe raising P32 B via stock rights offer

Published Jun 20, 2022 09:20 am

Globe Telecom Inc. is raising P32 billion via stock rights offer for the expansion of its mobile and broadband network and to pay its debts.

“This marks the first time Globe will do a rights offer in the capital market in over two decades," according to Chief Finance Officer Rizza Maniego-Eala following the approval by Globe's Board of the stock rights offer on Monday, June 20.

The proposed Stock Rights Offer will also enable Globe to expand its digital ecosystem and further differentiate itself in the market, as it capitalizes on opportunities in and beyond telco.

The common shares for the offer will be issued out of the increase in the company’s authorized capital stock, which was approved by Globe’s Board of Directors and Shareholders on 25 April 25 and 26 April 2022, respectively.

89378

With connectivity becoming an essential part of our customers lives, Globe’s products and services are now more important than ever.

Globe has seen data traffic in its network grow significantly, with the first quarter of 2022 reporting a 27 petcent increase against the same period last year.

This growth was buoyed by the increased smartphone penetration in the network, which grew from 81 percent in 2020 to 85 percent in 2021 and led to an increase in per person data usage of 22 percent.

Despite this increase, Filipino data usage still lags behind neighboring countries and there is still latent demand in the market today, Globe noted.

To support this fast growing demand, Globe has been continuously investing in its network, spending close to ₱250 billion in capital over the last four years and committing to spend another ₱89 billion in 2022.

Capitalizing on the data trend, Globe has likewise invested in businesses adjacent to the telco sector, like its fintech platform, GCash, which reached 60 Million registered users in March 2022.

In addition to fintech, the Company has founded and is pursuing digital health through healthcare apps KonsultaMD and Healthnow; adtech through awardwinning digital media agency Adspark; e-commerce solutions through leading loyalty solutions provider Rush and online grocery platform PureGo; business solutions through multi-channel communications platform M360; and recently, entertainment by supporting Kroma Entertainment.

These initiatives are a testament to the company’s conscious move to become a total digital solutions platform, and a well-timed response in the face of the accelerated shift of Filipinos towards digitalization.

The company believes there are still significant growth opportunities in the wider ecosystem, which Globe is well-positioned to take full advantage of to further improve its market position.

"We believe there is excitement in the market for Globe's future prospects and potential amid the massive demand for data-related services as more Filipinos are now embracing the benefits of digitalization," said Eala.

"This capital raise will also provide Globe added flexibility to properly compete as we aim to continue delivering quality services to our millions of customers and keep our leadership position in the country," she maintained.

"This effort will also further strengthen our Balance Sheet and empower us to further develop adjacent businesses that will enable the Filipino digital lifestyle.”

The increase in capital stock, the Stock Rights Offer and the listing of the Shares on the Philippine Stock Exchange are each subject to the relevant regulatory approvals.

Globe expects to launch the Stock Rights Offer after receiving the required approvals, under favorable market conditions.Singapore Telecom International Pte. Ltd, a wholly owned subsidiary of Singtel, and Ayala Corporation, Globe’s principal shareholders, have both indicated their support for the Stock Rights Offer.

Related Tags

GLOBE STOCK RIGHTS OFFER 2022 Globe Telecom
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.