ADVERTISEMENT

Geopolitical conflict, new data may shake PSEi this week

Published Oct 16, 2023 05:18 am

The local stock market is expected to draw uneven results and mixed investor sentiments throughout the week, depending on the results of global and local economic data and developments on the Israel-Hamas war.

Philstocks Financial Research Manager Japhet Tantiangco said that “while there are negative developments that are causing selling pressures, we’re also seeing the entry of bargain hunters, giving the market support, hence the sideways movement.”

However, Tantiangco noted that “we may not yet see a strong rally amid lingering worries.”

“Next week, investors may also take cues from our upcoming OFW cash remittance and Balance of Payments data. Investors may also wait for the Q3 corporate earnings report season,” he added.

For his part, China Bank Capital Corp. Managing Director Juan Paolo Colet explained that “after a relatively benign week in the local market, traders will gauge whether upcoming economic data, including Philippine August remittances, China's third quarter GDP, and the Federal Reserve's Beige Book, can provide some bullish impetus.”

“In addition, market participants will keep track of movements in US bond yields given the growing influence of this data point on how the Federal Reserve thinks about policy rates,” he added.

Colet and online brokerage firm 2TradeAsia noted that investors will continue to observe the Israel-Hamas war as further intensification of the conflict “could impact oil prices” and “exacerbate recessionary fears.”

The brokerage firm said the “upcoming third quarter (3Q) earnings results may inject some life back to markets, especially with some of the inflation-tied in Q2 having been relieved partly in Q3.”

The firm advises investors to “brace for dry but volatile trades, at least until after the Fed’s meeting by the month-end, when the smoke clears.”

Abacus Securities Corporation is also advising investors to look towards the travel sector, particularly the airline industry, as the “demands continue to recover and is likely to exceed pre-pandemic levels by next year with domestic and international passengers reaching 115 percent and 90 percent of the pre-pandemic numbers respectively.”

Cebu Pacific (CEB) is expecting to increase its international capacity by 63 percent of pre-pandemic levels, and is eyeing diversification of its fleet.

“However, share price of CEB has still been at a fraction of its pre-Covid numbers but they remain to be viable long-term plays,” said Abacus.

Meanwhile, COL Financial suggests investors buy stocks of the Philippine National Bank (PNB), saying the bank has reported “strong growth in the net interest income (+18.4 percent y/y) and fee income (+36.1 percent y/y) as its lending business continued to recover post pandemic.”

The brokerage revised its net income forecast of PNB to “P14.4 billion (+67.4 percent) for 2023 and Php12.6 billion (+45.8 percent) for 2024."

“We maintain our BUY rating on the stock as we continue to view PNB as a deep value play. As interest rates stay higher for longer, we expect PNB to be a net beneficiary due to its substantial low-cost deposit base. The bank is also pushing forward with its endeavour to reduce low-earning assets and trimming down non-performing loans,” it said.

COL Financial also recommends investors buy the Manila Electric Company (Meralco)’s stocks, stating that “its power demand is expected to continue to expand in line with the country’s GDP growth and as the country fully recovers from the impact of the Covid-19 pandemic.”

Meralco’s renewable energy (RE) development platform MGreen will invest P15.9 billion in SPNEC, acquiring 50 percent of voting interest in SPNEC with the aim of expanding a “solar power generation portfolio with 3,500MW of solar power generation pipeline and 4,000 MW of solar battery energy storage systems in Luzon.”

Related Tags

stock market Philippine Stock Exchange (PSE)
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.