// Adds dimensions UUID, Author and Topic into GA4
Thursday, December 4, 2025
29.3 C
Singapore

Singapore sees 5% rise in tourist arrivals in October, boosted by major events

SINGAPORE: Singapore drew 1.4 million international visitors last month, a 5% increase from a year ago, according to new figures from the Singapore Tourism Board (STB).

The rise came on the back of a packed events calendar in October. The Formula One Singapore Night Race, the World Amateur Golf Championship, and Singapore International Energy Week were among the major events that helped pull in more travellers.

South Korea stood out as the fastest-growing market. About 51,000 South Koreans visited Singapore in October, a 21% jump from last year. The surge was driven largely by a run of long weekends and public holidays that made overseas travel more appealing.

From January to October, Singapore received 14.3 million international visitors, up 3% year-on-year.

China, Indonesia, and Malaysia remained Singapore’s top three source markets. Chinese tourists continued to form the largest share at 2.7 million, followed by 2 million visitors from Indonesia and 1 million from Malaysia.

See also  Netizen witnesses mother publicly humiliating her son and making him kneel for 1 hr to apologize to her at food court
- Advertisement -

Hot this week

Malaysia to bar Singaporean tour buses from operating as long-distance services

MALAYSIA: Malaysian Transport Minister Anthony Loke has confirmed that...

Tin Pei Ling sounds alarm over beer bottle thrown from high floor at MacPherson

SINGAPORE: MacPherson MP (Member of Parliament) Tin Pei Ling...

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