// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
29 C
Singapore

Singapore shares edged down on Wednesday morning—STI fell by 0.1%

SINGAPORE: Singapore shares edged down on Wednesday morning, Oct 30, as global markets showed mixed results overnight.

The Straits Times Index (STI) fell by 0.1%, down 2.96 points to 3,587.4 by 9:02 am, as reported by The Business Times.

In the broader market, 78 stocks gained while 50 declined, with approximately 53 million shares worth S$86.3 million traded.

Livingstone Health Holdings Limited, a healthcare company, led the trading volume, jumping 16.7%, or S$0.004, to S$0.028 with 7.4 million shares exchanged.

Other actively traded stocks included Oceanus Group, a marine aquaculture company, which dropped 14.3%, or S$0.001, to S$0.006, and Jiutian Chemical, which fell 3.3%, or S$0.001, to S$0.029.

Banking shares fell as trading began. DBS slid by 0.7%, or S$0.26, to S$39.03. OCBC was down 0.2%, or S$0.03, to S$15.40, and UOB retreated 0.9%, or S$0.29, to S$32.46.

Wall Street stocks closed on Tuesday with mixed results after major tech companies like Google’s parent, Alphabet, released their earnings reports.

See also  Singapore stocks open higher on Friday—STI climbed by 1%

The Nasdaq Composite Index reached a record high, climbing 0.8% to close at 18,712.75. However, the Dow Jones Industrial Average dropped by 0.4% to 42,233.05, while the S&P 500 edged up 0.2%, closing at 5,832.92.

The main stock index in Europe declined, influenced by disappointing earnings reports from major companies such as BP, Novartis, and Santander.

The pan-European Stoxx 600 Index fell 0.6% to 517.99 after reaching an over one-week high during the day. /TISG

Read also: Singapore stocks opened nearly unchanged on Tuesday’s open—STI slightly rose by 0.02%

Featured image by Depositphotos

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

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