Fair Market Rent (FMR) is a rent estimate published annually by the US Department of Housing and Urban Development (HUD). It represents the 40th percentile of gross rents paid by recent movers for standard-quality housing in a given area.

Small Area Fair Market Rents (SAFMRs)

Standard FMRs are calculated at the metropolitan area or county level. Small Area FMRs (SAFMRs) drill down to the ZIP code level, providing far more granular rent benchmarks. HUD introduced SAFMRs to better reflect within-metro rent variation — a ZIP code in downtown Austin vs. suburban Round Rock can differ by $800/month even though they're in the same metro.

ZipMarketData sources and publishes SAFMR data for 28,000+ US ZIP codes, covering studio (BR0) through 4-bedroom (BR4) units.

What FMR Means for Investors

FMR is not a guarantee — it's a benchmark. In a hot rental market, achievable rents may exceed FMR by 10–20%. In soft markets, you may only achieve FMR or below. That said, FMR is an excellent starting point for:

  • Estimating rental income before underwriting a property
  • Comparing rental economics across ZIP codes
  • Setting conservative rent assumptions in a DCF model
  • Identifying ZIP codes where the rent-to-price ratio is compelling

HUD SAFMR vs Other Rent Data Sources

SourceCoverageCostUpdate Frequency
HUD SAFMR28K+ ZIPsFreeAnnual
Zillow Rent IndexMajor metrosFree (limited)Monthly
CoStar / Apartments.comNationalPaid ($$$)Monthly
ApartmentListMajor citiesFree (limited)Monthly

Accessing SAFMR Data via API

GET https://zipmarketdata.com/rental-yield?zip_code=60601&bedrooms=1 { "zip_code": "60601", "bedrooms": 1, "fair_market_rent": 1690, "data_year": 2024, "source": "HUD SAFMR" }