EN PL ES
Reservar Visita
Apartment

Apartment in Calpe

Calpe Centro, Calpe

569,000€

Listed: 09 March 2026

Apartment in Calpe
+21 fotos

Descripción

This residence, located in a privileged area just 260 meters from Arenal-Bol beach and 700 meters from the lively center of Calpe, perfectly combines the tranquility of the sea with the convenience of urban life. Upon entering this 91 m² gem, you will be enveloped by a sense of modernity and luxury. Its open-concept design creates a fluid transition between the living room, dining area, and kitchen, allowing you to enjoy panoramic views from every corner.The kitchen, equipped with high-end appliances and elegant design, invites you to awaken your culinary creativity while admiring the landscape. The apartment features 2 exquisitely decorated bedrooms, each with its own modern bathroom, offering privacy and comfort for both you and your guests.The star of the show is its 16 m² terrace, a perfect space for relaxing outdoors while admiring the stunning views of the Mediterranean Sea and the surrounding mountains. For added convenience, there is the option to purchase a parking space and a storage room in the basement for an additional cost, ensuring storage space and easy parking.Thanks to its south-facing orientation, the residence receives abundant natural light throughout the day, creating a warm and inviting atmosphere in every room. The urbanization offers a wide variety of services, such as a spectacular swimming pool, a paddle court for sports lovers, landscaped areas ideal for relaxing, and a play area for the little ones.In short, this apartment in the Alexia building is much more than just a property: it is a contemporary refuge where elegance meets comfort and natural beauty merges with luxury. Come discover it and make this place your home, where each day will feel like a getaway.

Technical Detalles

90 m²

Área

2

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 = 569000.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 = 569000.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(); } });