2026 Sentra S

2026 Sentra S

No hidden fees. No surprises. Just $197 bi-weekly, taxes included. 

Get behind the wheel of the All-New 2026 Nissan Sentra S with our most transparent offer yet. We’ve cut through the noise to give you a straight-up deal: $197 bi-weekly with taxes already baked in. It’s the sleek, fuel-efficient sedan you need at a price that actually makes sense.

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