Friday, June 27, 2025
31.1 C
Singapore

Has Singapore achieved a “Swiss standard” of living by overtaking Zurich as the 3rd most expensive city?

According to a 2019 worldwide ranking on cost of living, Singapore placed third.

Mercer’s 2019 cost of living ranking saw Singapore two ranks above Zurich, Switzerland. In the 2018 ranking, Zurich was placed third, and Singapore, fourth.

In 1984, before now-Emeritus Senior Minister Goh Chok Tong became prime minister he set a target for Singapore to reach a “Swiss standard of living” by 1999.

While ESM Goh told CNN in an interview that he was referring to the per capita of income, or the average income earned per person in a given area.

In his interview, he said, “In 1984, when we talked about the Swiss standard of living, I was using a simple measure of per capita income. By 1999, we would like to achieve the 1984 per capita income of Switzerland”.

Since then however, his measure of “Swiss standard of living” has been used for numerous comparisons and to pit Singapore against various benchmarks along the way.

See also  DBS hit with yet another service outage, just 2 days after MAS ban expired

Following the 2019 Mercer results, many netizens brought up ESM Goh’s words once again. However, they did so in a negative light, saying that Singapore ranking as the 3rd most expensive city globally was hardly something to be proud of.

/TISG

Hot this week

Grab faces pushback from NTUC over incentive changes, delays implementation

SINGAPORE – Ride-hailing platform Grab has postponed changes to...

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