Friday, June 27, 2025
32.9 C
Singapore

Singapore ranked 21st in Global Cities Index 2025 by Oxford Economics

SINGAPORE: Singapore has clinched the 21st spot in the Global Cities Index 2025, a comprehensive ranking of the world’s top 1,000 cities published by UK-based think tank Oxford Economics.

The index evaluates cities based on five key dimensions: economy, human capital, quality of life, environment, and governance.

Singapore scored a total of 83.9 out of 100, putting it ahead of many regional peers and just outside the global top 20. Notably, Singapore’s performance in the “quality of life” category stood out, placing it 4th worldwide, affirming the country’s clean urban environment, high safety standards, and strong infrastructure.

New York City retained its crown as the world’s top-ranked city for the second year running, achieving a perfect score of 100. London and Paris followed in second and third places respectively.

Rounding out the top 10 were San Jose, Seattle, Melbourne, Sydney, Boston, Tokyo, and San Francisco—underscoring the dominance of cities from the United States and advanced economies in the index.

See also  Polish blogger: Is the SDP dishonest or just unbelievably incompetent?

While Singapore fared well overall, its rankings across the different categories varied. It came in 23rd for environment and 41st for human capital—categories that assess ecological sustainability and workforce talent, respectively.

However, its rankings in economy (106th) and governance (135th) were noticeably lower, suggesting room for improvement in areas such as business dynamism, economic diversity, and government transparency or regulatory effectiveness.

The Global Cities Index, produced annually, is widely regarded as a benchmark for assessing urban competitiveness and liveability. Oxford Economics compiled the rankings using a mix of quantitative data points and expert assessments across all five dimensions.

Hot this week

US and China strike deal to expedite rare earth shipments amid trade tensions

WASHINGTON/BEIJING: China and the United States have reached an...

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