{"id":4402,"date":"2025-07-03T12:56:02","date_gmt":"2025-07-03T12:56:02","guid":{"rendered":"https:\/\/junehomes.com\/blog\/?page_id=4402"},"modified":"2025-09-05T09:49:45","modified_gmt":"2025-09-05T09:49:45","slug":"rent-calculator-how-much-rent-can-you-afford","status":"publish","type":"post","link":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/","title":{"rendered":"How Much Rent Can You Afford? Salary-Based Rent Calculators"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-1024x768.webp\" alt=\"An illustration of a man sitting on a couch, reading an article on how to determine how much rent he can afford using a rent calculator.\" class=\"wp-image-4388\" srcset=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-1024x768.webp 1024w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-300x225.webp 300w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-768x576.webp 768w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"><svg aria-hidden=\"true\" focusable=\"false\" data-icon=\"clock\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" style=\"display:inline-block;vertical-align:-0.1em\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg><\/span><span class=\"yoast-reading-time__spacer\" style=\"display:inline-block;width:1em\"><\/span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time:  <\/span><span class=\"yoast-reading-time__reading-time\">10<\/span><span class=\"yoast-reading-time__time-unit\"> minutes<\/span><\/p>\n\n\n\n<p><strong>How Much Rent Can You Afford?<\/strong><\/p>\n\n\n\n<p>How much rent you can afford depends on your monthly income, other expenses, and the type of apartment you want. A common rule of thumb is the 3x rent rule: your gross monthly income should be at least three times the rent.<\/p>\n\n\n\n<p>Example: If you earn $4,500 per month before taxes, you can comfortably afford around $1,500 in rent.<\/p>\n\n\n\n<p>Consider your city: In high-cost areas like NYC, Boston, DC, or Chicago, average rents may require adjusting this guideline or finding roommates.<\/p>\n\n\n\n<p>Other factors: Utilities, debt, and savings goals should be included in your budget to avoid financial strain.<\/p>\n\n\n\n<p>\ud83d\udca1 Use our rent calculator to see exactly how much rent fits your budget in your city and household situation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Calculate Rent Based on Annual Salary<\/h2>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<!-- June Homes Rent Calculator Widget -->\n<div ng-app=\"RentCalcApp\" ng-controller=\"RentCalcCtrl\" ng-init=\"init()\" class=\"june-widget-container\">\n  <div class=\"june-widget\">\n    <label for=\"city\"><strong>Choose the city<\/strong><\/label><br>\n    <select id=\"city\" ng-model=\"selectedCity\" ng-options=\"city.label for city in cities\" required>\n      <option value=\"\">&#8212; Select &#8212;<\/option>\n    <\/select>\n\n    <label>Enter Your Annual Income<\/label>\n    <input type=\"number\" placeholder=\"$\" ng-model=\"income\" step=\"1000\" min=\"0\">\n\n    <label>Choose % of income for rent (30%+ not recommended)<\/span><\/label>\n    <input type=\"range\" min=\"15\" max=\"50\" ng-model=\"percent\" ng-change=\"update()\" list=\"rangeList\" id=\"percentRange\">\n    <datalist id=\"rangeList\">\n      <option ng-repeat=\"val in [15,20,25,30,40,50]\" value=\"{{val}}\">{{val}}<\/option>\n    <\/datalist>\n    <div class=\"june-range-value\" ng-style=\"{'color': percentColor}\">{{ percent }}%<\/div>\n\n    <p><strong>Your Estimated Monthly Rent $<\/strong><\/p>\n    <input type=\"text\" readonly value=\"{{ calculatedRent }}\">\n\n    <button ng-click=\"seeListings()\">Rentals That You Qualify For<\/button>\n\n    <div class=\"june-adtext\" ng-if=\"showGuarantorInfo\">\n      Want to qualify for a more expensive apartment? You can bring a guarantor \u2013 \n      <a href=\"https:\/\/junehomes.com\/blog\/2023\/08\/04\/guarantor-for-apartment\/\" target=\"_blank\">What&#8217;s a guarantor?<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- AngularJS -->\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/angularjs\/1.6.9\/angular.min.js\"><\/script>\n\n<!-- Widget Logic -->\n<script>\n  angular.module('RentCalcApp', [])\n    .controller('RentCalcCtrl', ['$scope', function($scope) {\n      $scope.init = function () {\n        $scope.income = 60000;\n        $scope.percent = 30;\n        $scope.showGuarantorInfo = true;\n\n        $scope.cities = [\n          { id: \"1\", label: \"New York\", url: \"new-york-city-ny\" },\n          { id: \"2\", label: \"Boston\", url: \"boston-ma\" },\n          { id: \"3\", label: \"Washington DC\", url: \"washington-dc\" },\n          { id: \"4\", label: \"Austin\", url: \"austin\" },\n          { id: \"5\", label: \"Chicago\", url: \"chicago\" },\n          { id: \"7\", label: \"Los Angeles\", url: \"los-angeles-ca\" },\n          { id: \"8\", label: \"San Francisco\", url: \"san-francisco-ca\" },\n          { id: \"9\", label: \"Dallas\", url: \"dallas\" },\n          { id: \"10\", label: \"San Diego\", url: \"san-diego\" },\n          { id: \"11\", label: \"Jersey\", url: \"jersey-city\" },\n          { id: \"other\", label: \"Other\", url: \"\" } \/\/ homepage\n        ];\n\n        $scope.update();\n      };\n\n      $scope.update = function () {\n        $scope.calculatedRent = Math.round(($scope.income * $scope.percent) \/ 100 \/ 12);\n\n        \/\/ Thumb & percent color logic\n        if ($scope.percent <= 30) {\n          $scope.percentColor = '#2759C5';\n        } else if ($scope.percent <= 40) {\n          $scope.percentColor = '#F4A300'; \/\/ orange\n        } else {\n          $scope.percentColor = '#E14C4C'; \/\/ red\n        }\n\n        \/\/ Update input[type=range] thumb color via CSS variable\n        const range = document.getElementById('percentRange');\n        if (range) {\n          range.style.setProperty('--thumb-color', $scope.percentColor);\n        }\n      };\n\n      $scope.seeListings = function () {\n        if (!$scope.selectedCity) {\n          alert(\"Please choose the city\");\n          return;\n        }\n\n        const rent = $scope.calculatedRent;\n        let targetUrl;\n\n        if ($scope.selectedCity.url) {\n          \/\/ Use residence city URL\n          targetUrl = \"https:\/\/junehomes.com\/residences\/\" + $scope.selectedCity.url + \"?priceto=\" + rent;\n        } else {\n          \/\/ Other city, go homepage with priceto param\n          targetUrl = \"https:\/\/junehomes.com\/?priceto=\" + rent;\n        }\n\n        window.open(targetUrl, '_blank');\n      };\n    }]);\n<\/script>\n\n<!-- Widget Styles -->\n<style>\n.june-widget-container {\n  display: flex;\n  justify-content: center;\n  margin: 40px 0;\n}\n\n.june-widget {\n  width: 100%;\n  max-width: 460px;\n  padding: 25px;\n  border: 1px solid #ddd;\n  border-radius: 10px;\n  font-family: 'DM Sans', sans-serif;\n  color: #000;\n  text-align: center;\n  background: #fff;\n  box-shadow: 0 4px 10px rgba(0,0,0,0.03);\n}\n\n.june-widget select,\n.june-widget input[type=\"number\"],\n.june-widget input[type=\"text\"] {\n  width: 100%;\n  padding: 12px;\n  margin-bottom: 16px;\n  border-radius: 6px;\n  border: 1px solid #ccc;\n  font-size: 16px;\n}\n\n.june-widget input[type=\"range\"] {\n  width: 100%;\n  margin: 10px 0;\n\n  \/* Thumb color handled via CSS variable *\/\n  --thumb-color: #2759C5;\n}\n\n\/* Webkit *\/\n.june-widget input[type=\"range\"]::-webkit-slider-thumb {\n  -webkit-appearance: none;\n  appearance: none;\n  width: 22px;\n  height: 22px;\n  background: var(--thumb-color);\n  cursor: pointer;\n  border-radius: 50%;\n  border: none;\n  margin-top: -8px;\n  transition: background-color 0.3s ease;\n}\n\n\/* Firefox *\/\n.june-widget input[type=\"range\"]::-moz-range-thumb {\n  width: 22px;\n  height: 22px;\n  background: var(--thumb-color);\n  cursor: pointer;\n  border-radius: 50%;\n  border: none;\n  transition: background-color 0.3s ease;\n}\n\n.june-range-value {\n  margin-bottom: 16px;\n  font-weight: 500;\n  \/* Color changed dynamically *\/\n}\n\n.june-widget button {\n  background-color: #2759C5;\n  color: white;\n  border: none;\n  padding: 12px 20px;\n  font-size: 16px;\n  border-radius: 6px;\n  cursor: pointer;\n  width: 100%;\n  transition: background 0.3s ease;\n}\n\n.june-widget button:hover {\n  background-color: #1c469a;\n}\n\n.june-adtext {\n  font-size: 14px;\n  margin-top: 20px;\n}\n\n.june-adtext a {\n  color: #2759C5;\n  text-decoration: underline;\n}\n<\/style>\n<\/div>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Calculate Rent Based on Monthly Salary<\/h2>\n\n\n\n<!-- Rent Calculator (Monthly Income) -->\n<div id=\"june-rent-monthly\" class=\"june-widget-monthly-container\">\n  <div class=\"june-widget-monthly\" ng-controller=\"RentCalcMonthlyCtrl\">\n    <label for=\"city\"><strong>Choose the city<\/strong><\/label><br>\n    <select id=\"city\" ng-model=\"selectedCity\" ng-options=\"city.label for city in cities\" required>\n      <option value=\"\">-- Select --<\/option>\n    <\/select>\n\n    <label>Enter Your Monthly Income<\/label>\n    <input type=\"number\" placeholder=\"$\" ng-model=\"income\" step=\"100\" min=\"0\">\n\n    <label>Choose % of income for rent (30%+ not recommended)<\/label>\n    <input type=\"range\" min=\"15\" max=\"50\" ng-model=\"percent\" ng-change=\"update()\" list=\"rangeList\" id=\"percentRangeMonthly\">\n    <datalist id=\"rangeList\">\n      <option ng-repeat=\"val in [15,20,25,30,40,50]\" value=\"{{val}}\">{{val}}<\/option>\n    <\/datalist>\n    <div class=\"june-range-value\" ng-style=\"{'color': percentColor}\">{{ percent }}%<\/div>\n\n    <p><strong>Your Estimated Monthly Rent $<\/strong><\/p>\n    <input type=\"text\" readonly ng-model=\"calculatedRent\">\n\n    <button ng-click=\"seeListings()\">Rentals That You Qualify For<\/button>\n\n    <div class=\"june-adtext\" ng-if=\"showGuarantorInfo\">\n      Want to qualify for a more expensive apartment? You can bring a guarantor \u2013 \n      <a href=\"https:\/\/junehomes.com\/blog\/2023\/08\/04\/guarantor-for-apartment\/\" target=\"_blank\">What's a guarantor?<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- AngularJS (if not already on page) -->\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/angularjs\/1.6.9\/angular.min.js\"><\/script>\n\n<!-- Scoped Angular App -->\n<script>\n(function() {\n  var app = angular.module('RentCalcMonthlyApp', []);\n  app.controller('RentCalcMonthlyCtrl', ['$scope', function($scope) {\n    $scope.income = 5000;\n    $scope.percent = 30;\n    $scope.showGuarantorInfo = true;\n\n    $scope.cities = [\n      { id: \"1\", label: \"New York\", url: \"new-york-city-ny\" },\n      { id: \"2\", label: \"Boston\", url: \"boston-ma\" },\n      { id: \"3\", label: \"Washington DC\", url: \"washington-dc\" },\n      { id: \"4\", label: \"Austin\", url: \"austin\" },\n      { id: \"5\", label: \"Chicago\", url: \"chicago\" },\n      { id: \"7\", label: \"Los Angeles\", url: \"los-angeles-ca\" },\n      { id: \"8\", label: \"San Francisco\", url: \"san-francisco-ca\" },\n      { id: \"9\", label: \"Dallas\", url: \"dallas\" },\n      { id: \"10\", label: \"San Diego\", url: \"san-diego\" },\n      { id: \"11\", label: \"Jersey\", url: \"jersey-city\" },\n      { id: \"other\", label: \"Other\", url: \"\" }\n    ];\n\n    $scope.update = function () {\n      $scope.calculatedRent = Math.round(($scope.income * $scope.percent) \/ 100);\n\n      if ($scope.percent <= 30) {\n        $scope.percentColor = '#2759C5';\n      } else if ($scope.percent <= 40) {\n        $scope.percentColor = '#F4A300';\n      } else {\n        $scope.percentColor = '#E14C4C';\n      }\n\n      var range = document.getElementById('percentRangeMonthly');\n      if (range) {\n        range.style.setProperty('--thumb-color', $scope.percentColor);\n      }\n    };\n\n    $scope.seeListings = function () {\n      if (!$scope.selectedCity) {\n        alert(\"Please choose the city\");\n        return;\n      }\n\n      var rent = $scope.calculatedRent;\n      var targetUrl = $scope.selectedCity.url\n        ? \"https:\/\/junehomes.com\/residences\/\" + $scope.selectedCity.url + \"?priceto=\" + rent\n        : \"https:\/\/junehomes.com\/?priceto=\" + rent;\n\n      window.open(targetUrl, '_blank');\n    };\n\n    $scope.update();\n  }]);\n\n  \/\/ Manual bootstrap to avoid ng-app conflict\n  angular.bootstrap(document.getElementById('june-rent-monthly'), ['RentCalcMonthlyApp']);\n})();\n<\/script>\n\n<!-- Scoped CSS -->\n<style>\n.june-widget-monthly-container {\n  display: flex;\n  justify-content: center;\n  margin: 40px 0;\n}\n\n.june-widget-monthly {\n  width: 100%;\n  max-width: 460px;\n  padding: 25px;\n  border: 1px solid #ddd;\n  border-radius: 10px;\n  font-family: 'DM Sans', sans-serif;\n  color: #000;\n  text-align: center;\n  background: #fff;\n  box-shadow: 0 4px 10px rgba(0,0,0,0.03);\n}\n\n.june-widget-monthly select,\n.june-widget-monthly input[type=\"number\"],\n.june-widget-monthly input[type=\"text\"] {\n  width: 100%;\n  padding: 12px;\n  margin-bottom: 16px;\n  border-radius: 6px;\n  border: 1px solid #ccc;\n  font-size: 16px;\n}\n\n.june-widget-monthly input[type=\"range\"] {\n  width: 100%;\n  margin: 10px 0;\n  --thumb-color: #2759C5;\n}\n\n.june-widget-monthly input[type=\"range\"]::-webkit-slider-thumb {\n  -webkit-appearance: none;\n  appearance: none;\n  width: 22px;\n  height: 22px;\n  background: var(--thumb-color);\n  cursor: pointer;\n  border-radius: 50%;\n  border: none;\n  margin-top: -8px;\n  transition: background-color 0.3s ease;\n}\n\n.june-widget-monthly input[type=\"range\"]::-moz-range-thumb {\n  width: 22px;\n  height: 22px;\n  background: var(--thumb-color);\n  cursor: pointer;\n  border-radius: 50%;\n  border: none;\n  transition: background-color 0.3s ease;\n}\n\n.june-range-value {\n  margin-bottom: 16px;\n  font-weight: 500;\n}\n\n.june-widget-monthly button {\n  background-color: #2759C5;\n  color: white;\n  border: none;\n  padding: 12px 20px;\n  font-size: 16px;\n  border-radius: 6px;\n  cursor: pointer;\n  width: 100%;\n  transition: background 0.3s ease;\n}\n\n.june-widget-monthly button:hover {\n  background-color: #1c469a;\n}\n\n.june-adtext {\n  font-size: 14px;\n  margin-top: 20px;\n}\n\n.june-adtext a {\n  color: #2759C5;\n  text-decoration: underline;\n}\n<\/style>\n\n\n\n<h3 class=\"wp-block-heading\">Related Tools to Help You Calculate Rent<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a class=\"\" href=\"https:\/\/junehomes.com\/blog\/2025\/06\/24\/hourly-pay-to-rent-calculator\/\">Hourly Pay to Rent Calculator<\/a><\/li>\n\n\n\n<li><a class=\"\" href=\"https:\/\/junehomes.com\/blog\/2025\/03\/21\/monthly-room-rent-calculator\/\">Monthly Room Rent Calculator<\/a><\/li>\n\n\n\n<li><a class=\"\" href=\"https:\/\/junehomes.com\/blog\/2023\/06\/12\/nyc-rent-calculator\/\">NYC Rent Calculator<\/a><\/li>\n\n\n\n<li><a class=\"\" href=\"https:\/\/junehomes.com\/blog\/2023\/05\/31\/how-much-do-you-need-to-make-to-afford-rent\/\">How Much Do You Need to Make to Afford Rent?<\/a><\/li>\n\n\n\n<li><a class=\"\" href=\"https:\/\/junehomes.com\/blog\/2023\/05\/23\/3x-rent-calculator\/\">3x Rent Calculator<\/a><\/li>\n\n\n\n<li><a class=\"\" href=\"https:\/\/junehomes.com\/blog\/2023\/05\/16\/prorated-rent-calculator\/\">Prorated Rent Calculator<\/a><\/li>\n\n\n\n<li><a class=\"\" href=\"https:\/\/junehomes.com\/blog\/2023\/02\/09\/renting-an-apartment-with-no-income-but-savings-calculator\/\">Renting an Apartment With No Income but Savings Calculator<\/a><\/li>\n\n\n\n<li><a class=\"\" href=\"https:\/\/junehomes.com\/blog\/2023\/02\/17\/how-to-split-rent-fairly-rent-split-calculators\/\">How to Split Rent Fairly \u2014 Rent Split Calculators<\/a><\/li>\n<\/ul>\n\n\n\n<p>When it comes to <a href=\"https:\/\/junehomes.com\/blog\/2024\/09\/06\/how-to-rent-an-apartment\/\" target=\"_blank\" rel=\"noreferrer noopener\">finding a new place to live<\/a>, one of the most important factors to consider is how much rent you can afford. While you may have your heart set on a spacious apartment with all the amenities, it's essential to ensure that you can comfortably pay for it without sacrificing other essential expenses.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-much-rent-can-i-afford-chart\">How Much Rent Can I Afford - Chart<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-contrast-color has-tertiary-background-color has-text-color has-background has-link-color\"><tbody><tr><td><strong>Your Annual Salary ($)<\/strong><\/td><td><strong>Monthly Rent ($)<\/strong><\/td><\/tr><tr><td>40,000<\/td><td>1,000.00<\/td><\/tr><tr><td>50,000<\/td><td>1,250.00<\/td><\/tr><tr><td>65,000<\/td><td>1,625.00<\/td><\/tr><tr><td>70,000<\/td><td>1,750.00<\/td><\/tr><tr><td>70,000<\/td><td>1,750.00<\/td><\/tr><tr><td>72,000<\/td><td>1,800.00<\/td><\/tr><tr><td>75,000<\/td><td>1,875.00<\/td><\/tr><tr><td>80,000<\/td><td>2,000.00<\/td><\/tr><tr><td>100,000<\/td><td>2,500.00<\/td><\/tr><tr><td>110,000<\/td><td>2,750.00<\/td><\/tr><tr><td>130,000<\/td><td>3,250.00<br><\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\"><em>How Much Rent Can I Afford - Chart<\/em><\/figcaption><\/figure>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)\">\n<h4 class=\"wp-block-heading has-text-align-center has-medium-font-size\" style=\"padding-top:0;padding-bottom:0\"><em>Enjoy a hassle-free, high-end rental experience for stays of one month or longer in major US cities.<\/em><\/h4>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<figure class=\"wp-block-gallery has-nested-images columns-2 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https:\/\/junehomes.com\/residences\/boston-ma?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=boston\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"1024\" height=\"682\" data-id=\"19020\" src=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/5_resized-1-1024x682.jpg\" alt=\"A spacious and well-lit living room in Boston, featuring contemporary furniture, a large rug, and greenery adding a fresh touch.\" class=\"wp-image-19020\" style=\"border-radius:5px\" srcset=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/5_resized-1-1024x682.jpg 1024w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/5_resized-1-300x200.jpg 300w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/5_resized-1-768x512.jpg 768w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/5_resized-1-1536x1024.jpg 1536w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/5_resized-1-150x100.jpg 150w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/5_resized-1.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\"><strong><a href=\"https:\/\/junehomes.com\/residences\/boston-ma?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=boston\" target=\"_blank\" rel=\"noreferrer noopener\">Boston<\/a><\/strong><\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https:\/\/junehomes.com\/residences\/washington-dc?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=wdc\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"1024\" height=\"681\" data-id=\"19027\" src=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/11_resized-1024x681.jpg\" alt=\"A cozy seating area in DC with two black chairs next to a large window, providing ample natural light and a view of the city.\" class=\"wp-image-19027\" style=\"border-radius:5px\" srcset=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/11_resized-1024x681.jpg 1024w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/11_resized-300x200.jpg 300w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/11_resized-768x511.jpg 768w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/11_resized-1536x1021.jpg 1536w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/11_resized-150x100.jpg 150w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/11_resized.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\"><strong><a href=\"https:\/\/junehomes.com\/residences\/washington-dc?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=wdc\" target=\"_blank\" rel=\"noreferrer noopener\">Washington DC<\/a><\/strong><\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border is-style-rounded\"><a href=\"https:\/\/junehomes.com\/residences\/new-york-city-ny?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=nyc\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-id=\"18979\" src=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1_resized-1-1024x682.jpg\" alt=\"A bright, modern living room in New York City with exposed brick walls, large windows, and stylish wooden furniture.\" class=\"wp-image-18979\" style=\"border-radius:5px\" srcset=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1_resized-1-1024x682.jpg 1024w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1_resized-1-300x200.jpg 300w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1_resized-1-768x512.jpg 768w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1_resized-1-150x100.jpg 150w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1_resized-1.jpg 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\"><strong><a href=\"https:\/\/junehomes.com\/residences\/new-york-city-ny?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=nyc\">New York City<\/a><\/strong><\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https:\/\/junehomes.com\/residences\/chicago?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=chicago\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-id=\"19014\" src=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/4_resized-14-1024x682.jpg\" alt=\"A comfortable living room in Chicago with modern furniture, a large plant, and natural light streaming through the windows.\" class=\"wp-image-19014\" style=\"border-radius:5px\" srcset=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/4_resized-14-1024x682.jpg 1024w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/4_resized-14-300x200.jpg 300w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/4_resized-14-768x512.jpg 768w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/4_resized-14-1536x1024.jpg 1536w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/4_resized-14-150x100.jpg 150w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/4_resized-14.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\"><strong><a href=\"https:\/\/junehomes.com\/residences\/chicago?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=chicago\" target=\"_blank\" rel=\"noreferrer noopener\">Chicago<\/a><\/strong><\/figcaption><\/figure>\n<\/figure>\n<\/div>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><a href=\"https:\/\/junehomes.com\/?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=mainpage\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"250\" src=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1.png\" alt=\"June Homes Banner\" class=\"wp-image-19074\" style=\"border-radius:5px\" srcset=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1.png 1024w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1-300x73.png 300w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1-768x188.png 768w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1-150x37.png 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center has-small-font-size\"><em>Fully-furnished rooms and apartments with flexible lease. Apply today and move in tomorrow.<\/em><\/h4>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"line-height:1.1\">Probably, You're Curious<\/h2>\n\n\n\n<p class=\"has-medium-font-size\">You might be wondering how much rent you can afford to live comfortably while keeping your finances in check. There is no one-size-fits-all answer, as the amount you can afford will depend on your income and expenses.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">When considering <a href=\"https:\/\/junehomes.com\/blog\/2023\/10\/27\/moving-to-a-new-city-alone-in-your-20s\/\" target=\"_blank\" rel=\"noreferrer noopener\">moving to a new place<\/a>, your finances are a priority. <a href=\"https:\/\/junehomes.com\/blog\/2023\/12\/28\/benefits-of-renting\/\" target=\"_blank\" rel=\"noreferrer noopener\">Renting<\/a> is a significant financial responsibility affecting other aspects of your life. Also, understand that it goes beyond your monthly rental payments as there are other expenses to think about.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">As such, it\u2019s important to determine how much of your salary should go to rent. There are widely accepted rules, such as the<a href=\"#50\/30\/20-rule\"> 50\/30\/20 rule<\/a>, you can use to determine your ideal rent-to-income ratio and how much you should spend on rent.&nbsp;<\/p>\n\n\n\n<p class=\"has-medium-font-size\">We\u2019ve prepared answers to commonly asked questions on rent calculations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"rent-rules\">What is 3 times the rent rule?<\/h2>\n\n\n\n<p class=\"has-medium-font-size\">The \"<a href=\"https:\/\/junehomes.com\/blog\/2023\/05\/23\/3x-rent-calculator\/\" target=\"_blank\" rel=\"noreferrer noopener\">3 times the rent<\/a>\" rule is a guideline that is often used to determine how much a person or household can afford to pay in rent. According to this rule, a person or household should not spend more than 3 times their gross monthly income on rent. <\/p>\n\n\n\n<p class=\"has-medium-font-size\">For example, if a person earns <strong>$3,000 <\/strong>per month before taxes, they should not pay more than <strong>$900<\/strong> in rent. This rule is based on the idea that housing expenses, including rent and utilities, should not take up more than a third of a person's income.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">While this rule can be a useful guide, it is important to keep in mind that actual rent prices can vary significantly based on a variety of factors, including location, local cost of living, and the availability of affordable housing units. It is always a good idea to carefully consider your budget and financial situation when looking for a place to rent.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"50\/30\/20-rule\">What is the 50\/30\/20 rule?<\/h2>\n\n\n\n<p class=\"has-medium-font-size\">The <strong>50\/30\/20<\/strong> is a guideline for allocating your budget into three categories\u2014needs\/necessities, wants, and savings.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">According to the rule, necessities like rent, groceries, health, insurance, minimum debt repayments, and <strong>utilities should take up 50%<\/strong> of your <a href=\"https:\/\/www.talent.com\/tax-calculator\" target=\"_blank\" rel=\"noreferrer noopener\">after-tax salary<\/a>. This does not include extras like dining out and Starbucks, even if you might see them as food expenses.<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Any wants should take up 30%<\/strong>. These are things you desire but are not absolutely essential for you to survive. They include dining out, vacations, hobbies, entertainment services like Netflix and sports tickets, and upgrade decisions like choosing between using an Uber or public transport.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Finally, <strong>allocate 20% towards savings and investments<\/strong>, such as making IRA contributions, funding an emergency account, and investing in money markets. It also includes debt repayment. While minimum debt repayments are allocated for in the needs category, making extra debt repayments will reduce the amount you owe and the interest. It\u2019s therefore considered as savings.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What percent of income should go to rent?<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/How-Much-1024x768.webp\" alt=\"An image of money with wings, symbolizing the idea of financial freedom and how using a rent calculator can help determine how much rent one can afford.\" class=\"wp-image-4389\" srcset=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/How-Much-1024x768.webp 1024w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/How-Much-300x225.webp 300w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/How-Much-768x576.webp 768w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/How-Much-jpg.webp 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns has-text-color has-background is-layout-flex wp-container-core-columns-is-layout-d7d455e7 wp-block-columns-is-layout-flex\" style=\"color:#000000;background-color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.938), 24px);line-height:1.3\"><strong>20%<\/strong><\/h3>\n\n\n\n<p class=\"has-medium-font-size\">Spending 20% of your income on rent allows you to save more and repay large debts. But if you\u2019re not careful, you could spend more on non-essentials. Spending 20% also means you\u2019ll have to avoid costlier neighborhoods and metros. But if you prefer to forego extra comfort to save more, spending 20% can help you reach your goals.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.938), 24px);line-height:1.3\"><strong>30%<\/strong><\/h3>\n\n\n\n<p class=\"has-medium-font-size\">Spending 30% of your income on rent is a rule of thumb. It allows you to afford comfortable housing, still have enough money left for other living expenses, and contribute toward your savings goals. 30% will get you a comfortable, decent apartment on a regular, medium income.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.938), 24px);line-height:1.3\"><strong>40%<\/strong><\/h3>\n\n\n\n<p class=\"has-medium-font-size\">If you think you\u2019ve found the perfect house or want to live in a metro area close to amenities and leisure facilities, you might be tempted to spend more on rent. However, spending an extra 10% every month can make a significant difference over time and has risks. If your income is above average, spending 40% on rent should afford you a larger space in a good area.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Is it OK to spend half salary on rent?<\/h2>\n\n\n\n<p>Well, it really depends on your personal financial situation. If you're making a pretty penny and have minimal other expenses, maybe you can swing it. But for most of us, spending half of our income on rent doesn't leave a lot of wiggle room for other expenses like food, transportation, savings, and don't forget, a little fun now and then! <\/p>\n\n\n\n<p><strong>Most financial experts suggest aiming for about 30% of your income to go toward rent.<\/strong> This leaves you with a more balanced budget, and let's be honest, a little more peace of mind. But remember, there's no one-size-fits-all answer, so make the choice that works best for you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"line-height:1.1\">How much rent can I afford?<\/h2>\n\n\n\n<p class=\"has-medium-font-size\">To know how much rent you can afford, you need to calculate your <a href=\"https:\/\/www.nerdwallet.com\/article\/finance\/budget-worksheet\" target=\"_blank\" rel=\"noreferrer noopener\">monthly budget<\/a> first. A budget helps you know where your money is going; then, make a plan of where you want it to go.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Make a list of everything you spend on monthly and the amounts. Categorize them into <strong>needs, wants and savings<\/strong>. Based on your after-tax income, use a rent budget calculator to determine if your present savings are in line with your financial goals.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">The general rule is to spend 30% of your income on rent. However, although it works for many renters, it is not the ideal percentage for everyone. For instance, it doesn\u2019t account for people with large outstanding or high-interest debt. Also, understand that besides your monthly rent payments, you\u2019ll need to spend on other costs like utilities, transport, and health.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-how-much-rent-can-i-afford-on-60k\">How much rent can I afford on $60k?<\/h2>\n\n\n\n<p class=\"has-medium-font-size\">If you make $60,000 per year \u2014 using the 30% standard \u2014 you can afford to spend $18,000 per year on rent or $1,500 per month before taxes. Using the 50\/30\/20 percent rule, you\u2019ll have $30,000 annually or $2,500 a month to cover your essentials, which includes rent.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">The best way to figure out how much rent you can afford on $60K is to list all your essential expenses and use a rent calculator based on salary. Input your net income, expenses, and the percentage you\u2019re willing to spend on rent in <a href=\"#rent-calculator\">this rent calculator<\/a>. It\u2019ll show you how much rent you can afford and potential amounts in annual savings.<\/p>\n\n\n\n<p>If you make $53,000, we suggest spending no more than $1,325 on rent accordingly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Don't forget about additional costs<\/h2>\n\n\n\n<p class=\"has-medium-font-size\">When <a href=\"https:\/\/junehomes.com\/blog\/2024\/01\/02\/best-moving-apps\/\" target=\"_blank\" rel=\"noreferrer noopener\">moving into a new house<\/a>, bear in mind that besides your monthly rent payment, you will also have other upfront costs you\u2019ll need to pay. If you use an agent, you might pay an agent\u2019s fee equivalent to one month\u2019s rent or 10-15% of your annual lease amount. Other costs include security deposit, parking fees, application fee, pet <a href=\"https:\/\/junehomes.com\/blog\/2023\/08\/11\/how-much-is-a-security-deposit-on-an-apartment\/\" target=\"_blank\" rel=\"noreferrer noopener\">deposit<\/a>, furniture, and moving expenses.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">In addition, you\u2019ll have <a href=\"https:\/\/junehomes.com\/blog\/2024\/10\/04\/what-are-utilities\/\" target=\"_blank\" rel=\"noreferrer noopener\">utilities<\/a> and recurring monthly expenses to pay along with your rent. Expenses, such as renter\u2019s insurance, amenities like a pool, gas, electric, and water bills, monthly pet fee, internet\/cable fees, and extra storage space, will add up to higher rental costs.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Consider all your additional costs when deciding how much to spend on rent. Contact utility providers to get the average utility costs at your new address if possible.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-To-Qualify\">How Do I Qualify as a June Homes Resident?<\/h2>\n\n\n\n<p class=\"has-medium-font-size\">Here\u2019s what you\u2019ll need in order to qualify as a resident, based on the city you want to live in.<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong><a href=\"https:\/\/junehomes.com\/residences\/new-york-city-ny\" target=\"_blank\" rel=\"noreferrer noopener\">New York City<\/a>, <a href=\"https:\/\/junehomes.com\/residences\/boston-ma\" target=\"_blank\" rel=\"noreferrer noopener\">Boston<\/a>, <a href=\"https:\/\/junehomes.com\/residences\/washington-dc\" target=\"_blank\" rel=\"noreferrer noopener\">Washington DC<\/a>, <a href=\"https:\/\/junehomes.com\/residences\/san-francisco-ca\" target=\"_blank\" rel=\"noreferrer noopener\">San Francisco<\/a>, and <a href=\"https:\/\/junehomes.com\/residences\/chicago\" target=\"_blank\" rel=\"noreferrer noopener\">Chicago<\/a>:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list has-tertiary-background-color has-background has-medium-font-size\">\n<li>Proof that your monthly income is 3x the monthly rent or proof that you have 60x the monthly fee in cash assets. You can prove cash assets by providing banking statements.<\/li>\n\n\n\n<li>An above <strong>650 <\/strong>credit score.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size\"><strong><a href=\"https:\/\/junehomes.com\/residences\/los-angeles-ca\" target=\"_blank\" rel=\"noreferrer noopener\">Los Angeles<\/a>:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list has-tertiary-background-color has-background has-medium-font-size\">\n<li>Proof that your monthly income is 3x the monthly rent or proof that you have 60x the monthly fee in cash assets. You can prove cash assets by providing banking statements.<\/li>\n\n\n\n<li>An above <strong>630 <\/strong>credit score.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size\"><strong><a href=\"https:\/\/junehomes.com\/residences\/austin\" target=\"_blank\" rel=\"noreferrer noopener\">Austin<\/a>, <a href=\"https:\/\/junehomes.com\/residences\/dallas\" target=\"_blank\" rel=\"noreferrer noopener\">Dallas<\/a>:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list has-tertiary-background-color has-background has-medium-font-size\">\n<li>Proof that your monthly income is 3x the monthly rent or proof that you have 60x the monthly fee in cash assets.<\/li>\n\n\n\n<li>An above <strong>550 <\/strong>credit score.<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full has-custom-border\"><a href=\"https:\/\/junehomes.com\/?utm_source=blog&amp;utm_medium=city_listing&amp;utm_id=mainpage\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"250\" src=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1.png\" alt=\"June Homes Banner\" class=\"wp-image-19074\" style=\"border-radius:5px\" srcset=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1.png 1024w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1-300x73.png 300w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1-768x188.png 768w, https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2024\/08\/1-1-150x37.png 150w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\">More Tools<\/h3>\n\n\n<ul class=\"wp-block-latest-posts__list has-dates wp-block-latest-posts\"><li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/junehomes.com\/blog\/2025\/12\/19\/boston-rent-calculator-how-much-can-you-afford\/\">Boston Rent Calculator: How Much Can You Afford?<\/a><time datetime=\"2025-12-19T13:17:10+00:00\" class=\"wp-block-latest-posts__post-date\">December 19, 2025<\/time><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/junehomes.com\/blog\/2025\/10\/10\/renting-an-apartment-with-no-income-but-savings-calculator\/\">Renting With No Income But Savings Calculator<\/a><time datetime=\"2025-10-10T08:57:01+00:00\" class=\"wp-block-latest-posts__post-date\">October 10, 2025<\/time><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/junehomes.com\/blog\/2025\/10\/09\/nyc-rent-calculator\/\">NYC Rent Calculator: How Much Can You Afford?<\/a><time datetime=\"2025-10-09T14:03:15+00:00\" class=\"wp-block-latest-posts__post-date\">October 9, 2025<\/time><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/junehomes.com\/blog\/2025\/10\/02\/roommate-bill-split-calculator\/\">Roommate Bill-Splitting: Calculator and Tips<\/a><time datetime=\"2025-10-02T09:24:51+00:00\" class=\"wp-block-latest-posts__post-date\">October 2, 2025<\/time><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/junehomes.com\/blog\/2025\/10\/01\/buy-vs-rent-calculator\/\">Buy vs. Rent Calculator<\/a><time datetime=\"2025-10-01T14:04:44+00:00\" class=\"wp-block-latest-posts__post-date\">October 1, 2025<\/time><\/li>\n<\/ul><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Use June&#8217;s rent calculator to determine how much rent you can afford while staying within your budget.<\/p>\n","protected":false},"author":1,"featured_media":4388,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[438],"tags":[849,851],"class_list":["post-4402","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-rent-calculators","tag-financial-literacy","tag-how-much-rent-can-you-afford"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How Much Rent Can You Afford? Salary-Based Rent Calculators<\/title>\n<meta name=\"description\" content=\"Use our rent calculator to determine how much rent you can afford while staying within your budget.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Much Rent Can You Afford? Salary-Based Rent Calculators\" \/>\n<meta property=\"og:description\" content=\"Use our rent calculator to determine how much rent you can afford while staying within your budget.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/\" \/>\n<meta property=\"og:site_name\" content=\"June Homes Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/JuneHomesLiving\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/JuneResidences\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-03T12:56:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-05T09:49:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"June Homes Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@junehomes_\" \/>\n<meta name=\"twitter:site\" content=\"@junehomes_\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"June Homes Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/\"},\"author\":{\"name\":\"June Homes Team\",\"@id\":\"https:\/\/junehomes.com\/blog\/#\/schema\/person\/b0fb39ca54b892bab4394d77185580fe\"},\"headline\":\"How Much Rent Can You Afford? Salary-Based Rent Calculators\",\"datePublished\":\"2025-07-03T12:56:02+00:00\",\"dateModified\":\"2025-09-05T09:49:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/\"},\"wordCount\":1708,\"publisher\":{\"@id\":\"https:\/\/junehomes.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp\",\"keywords\":[\"Financial Literacy\",\"How much rent can you afford\"],\"articleSection\":[\"Rent Calculators\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/\",\"url\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/\",\"name\":\"How Much Rent Can You Afford? Salary-Based Rent Calculators\",\"isPartOf\":{\"@id\":\"https:\/\/junehomes.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp\",\"datePublished\":\"2025-07-03T12:56:02+00:00\",\"dateModified\":\"2025-09-05T09:49:45+00:00\",\"description\":\"Use our rent calculator to determine how much rent you can afford while staying within your budget.\",\"breadcrumb\":{\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#primaryimage\",\"url\":\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp\",\"contentUrl\":\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp\",\"width\":1280,\"height\":960,\"caption\":\"how much rent can i afford\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/junehomes.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Much Rent Can You Afford? Salary-Based Rent Calculators\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/junehomes.com\/blog\/#website\",\"url\":\"https:\/\/junehomes.com\/blog\/\",\"name\":\"June Homes Blog\",\"description\":\"Tips &amp; Guides for Renters and Homeowners\",\"publisher\":{\"@id\":\"https:\/\/junehomes.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/junehomes.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Organization\",\"Place\"],\"@id\":\"https:\/\/junehomes.com\/blog\/#organization\",\"name\":\"June Homes\",\"alternateName\":\"June\",\"url\":\"https:\/\/junehomes.com\/blog\/\",\"logo\":{\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-organization-logo\"},\"image\":{\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-organization-logo\"},\"sameAs\":[\"https:\/\/www.facebook.com\/JuneHomesLiving\/\",\"https:\/\/x.com\/junehomes_\",\"https:\/\/www.linkedin.com\/company\/june-homes\",\"https:\/\/www.instagram.com\/june.homes\/\"],\"legalName\":\"June Homes PA LLC\",\"address\":{\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-place-address\"},\"telephone\":[\"6012875609\"],\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"opens\":\"09:00\",\"closes\":\"17:00\"}],\"faxNumber\":\"June Homes PA LLC\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/junehomes.com\/blog\/#\/schema\/person\/b0fb39ca54b892bab4394d77185580fe\",\"name\":\"June Homes Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/junehomes.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8a4931c18bd36f05457a54591a791e4bca47f91f956105c603a36c3654f10d8d?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8a4931c18bd36f05457a54591a791e4bca47f91f956105c603a36c3654f10d8d?s=96&d=identicon&r=g\",\"caption\":\"June Homes Team\"},\"description\":\"The June Homes Team is here to help with all your rental needs. We\u2019re passionate about sharing useful advice and details on everything you need to know. From picking the right neighborhood and understanding tenant rights to tips on moving, decorating, and saving on rent, our articles offer clear and practical guidance. Trust us for straightforward, helpful information to make your rental experience smooth and successful.\",\"sameAs\":[\"https:\/\/junehomes.com\/\",\"https:\/\/www.facebook.com\/JuneResidences\/\",\"https:\/\/www.instagram.com\/june.homes\/\",\"https:\/\/www.linkedin.com\/company\/june-homes\/\",\"@junehomes\"],\"knowsAbout\":[\"Rentals\"],\"knowsLanguage\":[\"English\"],\"url\":\"https:\/\/junehomes.com\/blog\/author\/junehomes\/\"},{\"@type\":\"PostalAddress\",\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-place-address\",\"streetAddress\":\"164 West 46th Street, New York, NY 10036\",\"addressLocality\":\"New York\",\"postalCode\":\"10036\",\"addressCountry\":\"US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-organization-logo\",\"url\":\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2022\/03\/mainLogoBlackShort@2x.png\",\"contentUrl\":\"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2022\/03\/mainLogoBlackShort@2x.png\",\"width\":920,\"height\":300,\"caption\":\"June Homes\"}]}<\/script>\n<meta name=\"geo.placename\" content=\"New York\" \/>\n<meta name=\"geo.region\" content=\"United States (US)\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How Much Rent Can You Afford? Salary-Based Rent Calculators","description":"Use our rent calculator to determine how much rent you can afford while staying within your budget.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/","og_locale":"en_US","og_type":"article","og_title":"How Much Rent Can You Afford? Salary-Based Rent Calculators","og_description":"Use our rent calculator to determine how much rent you can afford while staying within your budget.","og_url":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/","og_site_name":"June Homes Blog","article_publisher":"https:\/\/www.facebook.com\/JuneHomesLiving\/","article_author":"https:\/\/www.facebook.com\/JuneResidences\/","article_published_time":"2025-07-03T12:56:02+00:00","article_modified_time":"2025-09-05T09:49:45+00:00","og_image":[{"width":1280,"height":960,"url":"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp","type":"image\/jpeg"}],"author":"June Homes Team","twitter_card":"summary_large_image","twitter_creator":"@junehomes_","twitter_site":"@junehomes_","twitter_misc":{"Written by":"June Homes Team","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#article","isPartOf":{"@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/"},"author":{"name":"June Homes Team","@id":"https:\/\/junehomes.com\/blog\/#\/schema\/person\/b0fb39ca54b892bab4394d77185580fe"},"headline":"How Much Rent Can You Afford? Salary-Based Rent Calculators","datePublished":"2025-07-03T12:56:02+00:00","dateModified":"2025-09-05T09:49:45+00:00","mainEntityOfPage":{"@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/"},"wordCount":1708,"publisher":{"@id":"https:\/\/junehomes.com\/blog\/#organization"},"image":{"@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#primaryimage"},"thumbnailUrl":"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp","keywords":["Financial Literacy","How much rent can you afford"],"articleSection":["Rent Calculators"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/","url":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/","name":"How Much Rent Can You Afford? Salary-Based Rent Calculators","isPartOf":{"@id":"https:\/\/junehomes.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#primaryimage"},"image":{"@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#primaryimage"},"thumbnailUrl":"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp","datePublished":"2025-07-03T12:56:02+00:00","dateModified":"2025-09-05T09:49:45+00:00","description":"Use our rent calculator to determine how much rent you can afford while staying within your budget.","breadcrumb":{"@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#primaryimage","url":"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp","contentUrl":"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp","width":1280,"height":960,"caption":"how much rent can i afford"},{"@type":"BreadcrumbList","@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/junehomes.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How Much Rent Can You Afford? Salary-Based Rent Calculators"}]},{"@type":"WebSite","@id":"https:\/\/junehomes.com\/blog\/#website","url":"https:\/\/junehomes.com\/blog\/","name":"June Homes Blog","description":"Tips &amp; Guides for Renters and Homeowners","publisher":{"@id":"https:\/\/junehomes.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/junehomes.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Organization","Place"],"@id":"https:\/\/junehomes.com\/blog\/#organization","name":"June Homes","alternateName":"June","url":"https:\/\/junehomes.com\/blog\/","logo":{"@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-organization-logo"},"image":{"@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-organization-logo"},"sameAs":["https:\/\/www.facebook.com\/JuneHomesLiving\/","https:\/\/x.com\/junehomes_","https:\/\/www.linkedin.com\/company\/june-homes","https:\/\/www.instagram.com\/june.homes\/"],"legalName":"June Homes PA LLC","address":{"@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-place-address"},"telephone":["6012875609"],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],"opens":"09:00","closes":"17:00"}],"faxNumber":"June Homes PA LLC"},{"@type":"Person","@id":"https:\/\/junehomes.com\/blog\/#\/schema\/person\/b0fb39ca54b892bab4394d77185580fe","name":"June Homes Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/junehomes.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8a4931c18bd36f05457a54591a791e4bca47f91f956105c603a36c3654f10d8d?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8a4931c18bd36f05457a54591a791e4bca47f91f956105c603a36c3654f10d8d?s=96&d=identicon&r=g","caption":"June Homes Team"},"description":"The June Homes Team is here to help with all your rental needs. We\u2019re passionate about sharing useful advice and details on everything you need to know. From picking the right neighborhood and understanding tenant rights to tips on moving, decorating, and saving on rent, our articles offer clear and practical guidance. Trust us for straightforward, helpful information to make your rental experience smooth and successful.","sameAs":["https:\/\/junehomes.com\/","https:\/\/www.facebook.com\/JuneResidences\/","https:\/\/www.instagram.com\/june.homes\/","https:\/\/www.linkedin.com\/company\/june-homes\/","@junehomes"],"knowsAbout":["Rentals"],"knowsLanguage":["English"],"url":"https:\/\/junehomes.com\/blog\/author\/junehomes\/"},{"@type":"PostalAddress","@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-place-address","streetAddress":"164 West 46th Street, New York, NY 10036","addressLocality":"New York","postalCode":"10036","addressCountry":"US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/junehomes.com\/blog\/2025\/07\/03\/rent-calculator-how-much-rent-can-you-afford\/#local-main-organization-logo","url":"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2022\/03\/mainLogoBlackShort@2x.png","contentUrl":"https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2022\/03\/mainLogoBlackShort@2x.png","width":920,"height":300,"caption":"June Homes"}]},"geo.placename":"New York","geo.region":"United States (US)"},"uagb_featured_image_src":{"full":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp",1280,960,false],"thumbnail":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-150x150.webp",150,150,true],"medium":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-300x225.webp",300,225,true],"medium_large":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-768x576.webp",768,576,true],"large":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-1024x768.webp",1024,768,true],"1536x1536":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp",1280,960,false],"2048x2048":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp",1280,960,false],"web-stories-poster-portrait":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp",640,480,false],"web-stories-publisher-logo":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp",96,72,false],"web-stories-thumbnail":["https:\/\/junehomes.com\/blog\/wp-content\/uploads\/2023\/01\/50-30-20-Rule-jpg.webp",150,113,false]},"uagb_author_info":{"display_name":"June Homes Team","author_link":"https:\/\/junehomes.com\/blog\/author\/junehomes\/"},"uagb_comment_info":0,"uagb_excerpt":"Use June's rent calculator to determine how much rent you can afford while staying within your budget.","_links":{"self":[{"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/posts\/4402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/comments?post=4402"}],"version-history":[{"count":30,"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/posts\/4402\/revisions"}],"predecessor-version":[{"id":21661,"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/posts\/4402\/revisions\/21661"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/media\/4388"}],"wp:attachment":[{"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/media?parent=4402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/categories?post=4402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/junehomes.com\/blog\/wp-json\/wp\/v2\/tags?post=4402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}