less than 1 minute read

US YoY Rental Costs

My apartment lease is expiring soon. Looking at rent prices in the Bay Area, I am surprised how much it has gone up. Therefore, this week, my visualization focuses on the rent cost increases from Feb 2025 to Feb 2026, based on the Zillow Observed Rent Index data.

My Visualization

This week’s visualization is mainly a Gantt chart. I combined it with shapes on the two ends to show the directions from 2025 to 2026.

<script type='text/javascript'>              
  var divElement = document.getElementById('viz1774683743143');           
  var vizElement = divElement.getElementsByTagName('object')[0];     
  if ( divElement.offsetWidth > 800 ) { vizElement.style.width='600px';vizElement.style.height='727px';} else if ( divElement.offsetWidth > 500 ) { vizElement.style.width='600px';vizElement.style.height='727px';} else { vizElement.style.width='100%';vizElement.style.height='727px';}  
  var scriptElement = document.createElement('script');          
  scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js';   
  vizElement.parentNode.insertBefore(scriptElement, vizElement);        
</script>

Dashboard link

Insights

  • Among the top 20 largest regions in the US, San Francisco saw the highest rent increases in the past year (6.3%);
  • New York saw 4.2% y/y rent increase, and has the highest rent in 2026 among the top 20 regions.

Follow this link to find more weekly vizzes :)