Apply Now
DSCR Loans
Calculator Requirements Current Rates Complete Guide
Account
Borrower Portal Affiliate Portal Become a Partner

DSCR Loans for Real Estate Investors

No Tax Returns. 21-Day Closes.

How It Works

1
Get Your Quote
See your rate in seconds based on the property's cash flow.
2
Apply Online
Complete a simple application in under 10 minutes.
3
Close & Fund
We handle the rest. Most loans close in 14-21 days.

Common Questions

DSCR loans qualify you based on the property's rental income — not your personal tax returns or W-2s. If the rent covers the mortgage, you qualify. Perfect for investors and self-employed borrowers.

Most DSCR loans close in 14-21 days. Our streamlined process ensures quick approvals with minimal delays.
Get Custom Quote
// Expert Form Handler (for disqualified scenarios) document.getElementById('expertForm').addEventListener('submit', async function(e) { e.preventDefault(); const btn = document.getElementById('expertBtn'); const form = e.target; const formData = new FormData(form); const data = Object.fromEntries(formData); data.source = 'dscrflow_expert_review'; data.lead_type = 'borrower'; data.property_data = { scenario_notes: data.scenario_notes }; btn.innerHTML = 'Sending...'; btn.disabled = true; try { await fetch('/api/leads', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(data) }); } catch (err) { console.log('Expert lead submission:', err); } // Show success form.style.display = 'none'; document.getElementById('expertSuccess').style.display = 'block'; // GA event if (typeof gtag !== 'undefined') { gtag('event', 'expert_review_request', { 'event_category': 'lead', 'event_label': 'disqualified_scenario' }); } });