ADVERTISEMENT

Stocks to watch for US CPI this week

Published Oct 9, 2022 07:00 pm

The local stock market will be waiting for the US inflation report this week but is seen to start weaker due to the latest US jobs report but tempered by some bargain-hunting.

“Next week, the local market is expected to move sideways with a downward bias within its 5,700 support and 6,000 - 6,100 resistance range,” said Philstocks Financial Research Manager Japhet Tantiangco.

He noted that, “We may still see bargain hunting in the market since it remains at attractive levels with a price-to-earnings ratio of 15.58 times as of October 7, 2022, below its last 5-year average of 20.58 times.”

“However, a breach of the 6,000 - 6,100 resistance range may not be seen yet amid the lack of positive catalyst that could drive optimism,” Tantiangco said.

He also pointed out that, “lingering concerns from the Philippine Peso’s weakness, to inflationary risks in the Philippines, to the hawkish monetary policy outlooks of the Federal Reserve and the Bangko Sentral ng Pilipinas may weigh on sentiment.”

“Worries over further rate hikes by the Fed could be strong this week following the US’ strong September labor market data. This week, investors may also look towards our balance of trade and foreign investment data for cues,” Tantiangco added.

“Eyes will be on US September CPI due next week which, combined with US jobs data due late this week, will build a picture of how the Fed will move in November,” said online brokerage firm 2TradeAsia.com.

It explained that, “Stubborn inflation could force the Fed to extend restrictive policy until 2023... Protracted hawkish policy increases the risk of a hard landing and tilts downward pressure on 2023 valuations, especially as most equity plays are currently cyclical.”

“This supports some weakness in the medium-term, as inflation has yet to show signs of material deceleration,” the brokerage noted.

While the PSEi was able to bounce back near the 6,000 level, 2TradeAsia.com said the trek above it will depend on broader market fundamentals being more accommodative for 2023.

“Stick to gradually picking-up value plays, keeping in mind that if economic cycles in the past are to be believed, at some point inflation will come down, and doves will come back,” it advised.

As market sentiment remains bearish, Abacus Securities Corporation advises investors to remain defensive or be choosy especially to those who are willing to buy into names at current prices.

“One defensive play that we believe investors with longer time horizons could find beneficial is looking into high dividend or yielding stocks,” it noted.

Among such stocks, Abacus said its top pick it LT Group as it is “the cheapest conglomerate (currently, trading at 3 times price-to-earnings ratio). In the past weeks, LTG has been moving closer to its 52-week low at P8.00 per share, where the yield would be closer to 19 percent.

“We may see another set of payout in November and with the expected volatility in the market, this could be a consolation of holding into LTG as it is also expected to maintain its yield in the short-to- medium term,” the brokerage said.

Another high-yield stock chosen by Abacus is GMA7 because of its major rival's loss of a national franchise in 2020 and this year's election ad spending boost.

“We expect its high dividend yield to be sustainable at least until next year, when this year's election boost is expected to be paid out, and as long as attempts by ABS to regain a nationwide free TV platform are thwarted,” it noted.

Abacus also favors Semirara as coal prices have remained resilient, staying above $400 per metric ton.

“It appears that our free cash flow to equity (FCFE) forecast of P5.00 per share for SCC is turning out to be a conservative estimate, as previously-shelved coal plants going back online in Europe suggests that demand for coal would likely be sustained moving forward,” it added.

Abacus also pointed out that, “The continuous purchase of SCC shares from the open market by company directors and officers also points to another cash dividend this month that we expect to be extra special.”

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.