EN PL ES
Reservar Visita
Apartment

Apartment in Calpe

Calpe Centro, Calpe

749,000€

Listed: 09 March 2026

Apartment in Calpe
+23 fotos

Descripción

Spectacular apartment with panoramic views of the sea, Calpe port and Peñón de IfachFor sale: a stunning and exceptionally spacious apartment offering breathtaking panoramic views of the Mediterranean Sea, the iconic Peñón de Ifach, and the picturesque port of Calpe.This bright and elegant property boasts 165 m² of interior space and a generous terrace that invites you to enjoy the best sunsets on the Costa Blanca. The apartment features a large living and dining room with direct access to the main terrace, a fully equipped independent kitchen with modern appliances and access to a secondary terrace at the rear, two comfortable bedrooms (the master with en-suite bathroom), and two full bathrooms.The property stands out for its excellent distribution, abundant natural light, and spectacular views from every room. Thanks to its elevated position, the apartment offers a unique perspective of the Mediterranean coast — from the yachts moored in the port to the vibrant life along Calpe's promenade.Located in one of the most sought-after areas of Calpe, the building sits just a few steps from Playa del Cantal Roig and the famous Playa del Arenal-Bol, as well as the natural park of Peñón de Ifach. You'll find restaurants, cafes, supermarkets, and all essential services within walking distance, making this apartment ideal for both permanent living and investment.The property is sold with a private parking space and a storage room, both included in the price. The building offers elevators, secure access, and well-maintained communal areas.This is a perfect choice for those who appreciate space, privacy, and breathtaking views — all in the heart of Calpe's coastal paradise.

Technical Detalles

168 m²

Área

3

Bedhabitaciones

2

Bathhabitaciones

0 m²

Plot

Amenities

Ubicación

Mortgage Calculator

Deposit amount:
Monthly payment:

Interested?

Contacto us to get more information about this property.

Teléfono

+44 20 1234 5678

Correo Electrónico

info@tripinvestuk.co.uk

function updateDepositAmount() { const propertyPrice = 749000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const depositAmount = propertyPrice * depositPercent; const displaySpan = document.getElementById('deposit_amount_display'); displaySpan.textContent = depositAmount.toLocaleString() + ' EUR'; } function calculateMortgage() { const propertyPrice = 749000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const loanAmount = propertyPrice * (1 - depositPercent); const years = parseInt(document.getElementById('loan_years').value); const annualRate = parseFloat(document.getElementById('interest_rate').value); const monthlyRate = annualRate / 12; const numPayments = years * 12; const monthlyPayment = loanAmount * (monthlyRate * Math.pow(1 + monthlyRate, numPayments)) / (Math.pow(1 + monthlyRate, numPayments) - 1); const resultDiv = document.getElementById('monthly_payment_result'); const amountSpan = document.getElementById('monthly_amount'); amountSpan.textContent = Math.round(monthlyPayment).toLocaleString() + ' EUR/month'; resultDiv.style.display = 'block'; // Update deposit amount display updateDepositAmount(); } // Dynamiczne obliczanie przy zmianie wartości document.addEventListener('DOMContentLoaded', function() { const loanYearsSelect = document.getElementById('loan_years'); const interestRateSelect = document.getElementById('interest_rate'); const depositPercentSelect = document.getElementById('deposit_percent'); if (loanYearsSelect && interestRateSelect && depositPercentSelect) { loanYearsSelect.addEventListener('change', calculateMortgage); interestRateSelect.addEventListener('change', calculateMortgage); depositPercentSelect.addEventListener('input', calculateMortgage); // Oblicz przy ładowaniu strony updateDepositAmount(); calculateMortgage(); } });