2026 Sentra SV

2026 Sentra SV

Spice up your autumn drives with the sleek 2026 Nissan Sentra SV for just $195 bi-weekly, taxes included.


Drive home today during the Nissan Clearout Event and enjoy a FREE 1-year supply of Pumpkin Spice Lattes on us!


Claim your deal and test drive the new Sentra today.

Certain conditions apply. 

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