Embed Live DSCR Rates

Free, hourly-updating iframe widget showing today's DSCR purchase, rate/term refinance, and cash-out refinance rates. Drop it on any blog, REIA newsletter, or partner site - no attribution required (though always appreciated).

Live preview

Copy this snippet

<iframe
  src="https://dscrdirect.net/embed/rates"
  width="100%"
  height="320"
  style="border:0;max-width:480px;"
  loading="lazy"
  title="Live DSCR Rates from DSCR Direct"
></iframe>

Notes

  • Recommended dimensions: 480×320. The widget is responsive and shrinks gracefully.
  • Rates refresh hourly. The widget shows a UTC "as of" timestamp so readers know how fresh the data is.
  • The widget links back to dscrdirect.net with utm_source=embed so we can see referral traffic.
  • For developers: machine-readable JSON feed at /api/public/rates.json if you'd rather render rates server-side.