Thursday, June 26, 2025
30.8 C
Singapore

Freehold land parcel in District 15 up for sale with $38 million price tag

SINGAPORE: A prime freehold land parcel in District 15 has been launched for sale via tender with an asking price of $38 million, according to Edmund Tie & Company, the appointed marketing agent.

Located at Jalan Jamal/Elite Park Avenue, the vacant plot spans approximately 3,300.7 square metres (35,528 square feet). It is designated for “3-storey mixed landed housing” under the Master Plan 2019, offering developers the flexibility to build detached, semi-detached, or terrace houses.

With a land rate of $1,070 per square foot (psf), the site presents an attractive opportunity for investors or developers looking to capitalise on the demand for landed homes in the highly sought-after East Coast area.

The land parcel is situated just 180 metres from East Coast Road, providing easy access to various lifestyle amenities and retail hubs, including Parkway Parade, Siglap V, and i12 Katong. Additionally, its proximity to East Coast Park enhances its appeal for homeowners seeking a vibrant, seaside lifestyle.

See also  Executive maisonettes, flats facing rubbish bins, top floor units: Property agent advises 1st-time homeowners on what NOT to buy

The tender exercise for the site will close on 18 March 2025 at 3 p.m. Interested parties can contact Edmund Tie & Company for further details or to arrange site viewings.

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

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