// Adds dimensions UUID, Author and Topic into GA4
Sunday, February 8, 2026
26.1 C
Singapore

Singapore stocks dipped as trading began on Thursday—STI edged down 0.1%

SINGAPORE: Singapore stocks dipped as trading began on Thursday (Feb 13) after overnight mixed performance in the US and European markets. The Straits Times Index (STI) edged down 0.1% or 4.98 points to 3,869.64 at 9:01 am, as reported by The Business Times.

In the broader market, 53 stocks rose while 53 fell, with 52.1 million securities valued at S$57.8 million traded.

Seatrium led in trading volume, gaining 1.3% or S$0.03 to S$2.33 with 4.2 million shares traded. Tritech Group jumped 25% or S$0.002 to S$0.01, while shares of Memiontec, a water treatment company, retreated 21.6% or S$0.011 to S$0.04.

Local banks rose at the open. DBS increased 0.02% or S$0.01 to S$44.97, OCBC gained 0.1% or S$0.01 to S$17.31, and UOB rose 0.2% or S$0.06 to S$37.56.

In the US, Wall Street mostly closed lower after new inflation data reduced hopes of further interest rate cuts. The Dow Jones Industrial Average fell 0.5% to 44,368.56, while the S&P 500 dropped 0.3% to 6,051.97. The Nasdaq Composite Index bucked the trend and increased 0.03% to 19,649.95.

See also  Singapore stocks showed little movement as trading began on Wednesday

Meanwhile, European stocks hit a record high despite concerns over US inflation data and trade policies. The pan-European Stoxx 600 Index increased 0.1% to 547.78, helped by strong earnings from Heineken and ABN Amro. /TISG

Read also: Singapore stocks rose as trading began on Wednesday — STI increased by 0.5%

Featured image by Depositphotos

- Advertisement -

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); } });
// //