// Adds dimensions UUID, Author and Topic into GA4
Sunday, November 16, 2025
30 C
Singapore

Singapore’s economic growth moderates to 2.9% in Q3

SINGAPORE: Singapore’s economic growth moderated to 2.9% year-on-year (YoY) in the third quarter, from 4.5% in the previous quarter, The Edge Singapore reported, citing advance estimates from the Ministry of Trade and Industry (MTI), which largely took into account data from July and August.

On a quarter-on-quarter (QoQ) seasonally adjusted basis, the economy grew by 1.3%, easing slightly from the 1.5% expansion in the previous quarter.

Construction growth eased to 3.1% from 6.2% YoY in the previous quarter, supported by both public and private projects. However, the sector contracted by 1.2% on a quarterly basis, reversing the 6.5% growth seen earlier.

Manufacturing’s YoY growth was flat after a 5% rise in the second quarter, mainly due to lower output in biomedical and general manufacturing, even as other clusters expanded, though the sector rose 6.1%, reversing the 0.7% decline seen in the previous quarter, as stated in MTI’s press release.

Meanwhile, the services sector, which includes information and communications, finance and insurance, and professional services, expanded 4.4%, slightly higher than 4.3% in the previous quarter. /TISG

See also  Singapore GDP grew 0.7% in Q3, up from 0.5% in Q2

Read also: Engineers say the industry ‘saps the life out of you’, urge others to consider different careers amid low pay and long hours

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