// Adds dimensions UUID, Author and Topic into GA4
Thursday, January 15, 2026
26.8 C
Singapore

Singapore tops fintech funding in Southeast Asia for 2024 with $995 million

SINGAPORE: Singapore cemented its position as Southeast Asia’s (SEA) leading hub for fintech investment in 2024, raising an impressive $995 million, according to a report by Traxcn.

The country outpaced its regional counterparts by a significant margin, with Jakarta securing second place at $242 million and Bangkok ranking third with $198 million.

Singapore dominated the top five funding rounds in SEA, contributing to three of them. ANEXT Bank led the way with a $148 million Series D round, earning second place.

Close behind was Bolttech’s $100 million Series C round in third, while Partior’s $60 million Series B funding secured fifth place.

The report also highlighted Singapore’s role as a key player in early-stage fintech investment. Hashkey Capital and Signum Capital were ranked the second and seventh most active venture capital firms in seed funding, respectively.

Additionally, UOB emerged as the top performer in early-stage funding, further showcasing the city’s robust financial ecosystem.

Traxcn’s All-time Stats data reinforced Singapore’s dominance, revealing a cumulative $10.8 billion raised by fintech companies based in the country.

See also  Swiftonomics boosted 35% UOB card billings; cardholders spent over S$30M on Eras Tour tickets

This dwarfed Jakarta’s $4.7 billion, making Singapore the undisputed fintech leader in the region.

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