2026 Nissan Sentra

2026 Nissan Sentra

Drive the all-new 2026 Nissan Sentra starting from an MSRP of $29,855. Lease the 2026 Nissan Sentra for just $317 monthly for 36 months with a $799 down payment. This offer features a 1.4% APR which includes a 0.5% loyalty rate reduction. An additional loyalty rate reduction of up to 1% is available for eligible customers. Visit us today to learn more before this offer expires September 30, 2026.

*Conditions apply. Price/payment includes freight, PDI, and applicable fees. Taxes and licensing extra. Details at nissan.ca/offers.html.

function colorChooserRedirect(colorCode) { const currentUrl = window.location; const currentUrlParams = new URLSearchParams(window.location.search); currentUrlParams.set('extColorCode', colorCode); window.location = currentUrl.origin + currentUrl.pathname + '?' + currentUrlParams.toString(); } document.addEventListener("DOMContentLoaded", () => { const chooserItem = document.querySelectorAll('[data-color-chooser-redirect="true"] [data-color-chooser-item]'); chooserItem.forEach(item => { item.addEventListener('click', e => { e.preventDefault(); colorChooserRedirect(item.dataset.colorChooserCode); }) }); });