Saturday, June 28, 2025
30.9 C
Singapore

Singapore stocks traded lower on Friday’s open—STI fell 0.4%

SINGAPORE: Singapore stocks traded lower when the stock exchange opened on Friday (Nov 29), as concerns persisted over US president-elect Donald Trump’s tariff threats.

The Straits Times Index (STI) fell 0.4%, or 15.47 points, to 3,721.78 by 9:01 am, as reported by The Business Times.

In the broader market, 61 stocks declined, outpacing 37 gainers, with 27.3 million securities valued at S$40.3 million traded.

Seatrium led the trading volume, dropping 0.5%, or S$0.01, to S$1.92, with 4.6 million shares exchanged. Clearbridge jumped 25%, rising S$0.001 to S$0.005. Meanwhile, Genting Singapore traded flat at S$0.77.

- Advertisement -

Singapore banks were also down at the open. UOB dropped 0.5%, or S$0.18, to S$36.32. DBS slipped 0.5%, or S$0.23, to S$42.02, while OCBC retreated 0.4%, or S$0.06, to S$16.22.

European stocks bounced back on Thursday, led by tech shares, after two days of losses linked to concerns over potential US tariffs and France’s economic and political issues. The pan-European Stoxx 600 index rose 0.5% to 507.3, with investors focusing on inflation data for signals on future interest rate cuts.

See also  Info-Tech Systems files for Singapore listing, eyes HK and India expansion

Trading was expected to be quiet with US markets closed for Thanksgiving. /TISG

Read also: Singapore stocks rose on Thursday’s open—STI gained 0.4%

Featured image by Depositphotos

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });