Wednesday, June 25, 2025
31.9 C
Singapore

Singapore secures 67% of Southeast Asia’s tech funding in 2024, defying regional downturn

SINGAPORE: Singapore solidified its position as the leader in Southeast Asia’s (SEA) tech funding landscape in 2024, securing a remarkable $2.6 billion (US$1.9 billion), according to Tracxn’s Geo Annual Report: SEA Tech 2024.

This figure represents 67% of the region’s total funding, reaffirming the country’s status as a regional hub for technological innovation and investment.

While late-stage funding across the region experienced steep declines, Singapore’s robust performance in early-stage and seed funding demonstrated its continued appeal to investors.

The report highlighted that government initiatives, such as the allocation of $440 million (US$328.5 million) to the Startup SG Equity scheme, played a critical role in fostering innovation and supporting the startup ecosystem through strategic investment.

The broader SEA region, however, faced significant challenges. Startups across Southeast Asia raised a combined $2.84 billion through 420 deals in 2024, a 59% drop compared to the previous year.

Despite this downturn, Singapore maintained its dominance over key markets, with startups in Jakarta and Bangkok raising $276 million and $261 million, respectively.

See also  CDL Hospitality Trust to acquire Hotel Indigo Exeter for S$33.2M

Amid the regional slump, certain sectors such as FinTech, CleanTech, and Blockchain continued to attract investor interest. These industries benefited from supportive regulatory frameworks and government-backed programs, further cementing their growth potential.

Singapore’s focus on innovation was highlighted by a 50% increase in AI-related patents over the past five years, reflecting its growing influence on the global tech stage.

As the region’s funding landscape seeks to recover, Singapore is expected to maintain its leadership, driven by strategic policies, a well-established innovation ecosystem, and resilience in attracting early-stage investments.

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

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