Revenue Calculator — Estimate Your Venue's Racket Rental Revenue

Use this calculator as a planning tool for a tennis, padel, squash, badminton, or pickleball venue. It estimates gross rental revenue from player traffic and gives a simple payback period for the starting hardware package.

Venue Inputs

<div class="calculator-field">
  <label for="calculator-courts">Number of courts</label>
  <input id="calculator-courts" type="number" min="1" step="1" value="4" inputmode="numeric">
</div>

<div class="calculator-field">
  <label for="calculator-players">Average daily players per court</label>
  <input id="calculator-players" type="number" min="1" step="1" value="24" inputmode="numeric">
</div>

<div class="calculator-field">
  <label for="calculator-price">Rental price per racket (AUD)</label>
  <input id="calculator-price" type="number" min="1" step="0.50" value="1" inputmode="decimal">
</div>

<div class="calculator-field calculator-range-field">
  <div class="calculator-range-label">
    <label for="calculator-rent-rate">Players who rent</label>
    <output id="calculator-rent-rate-output" for="calculator-rent-rate">30%</output>
  </div>
  <input id="calculator-rent-rate" type="range" min="1" max="100" step="1" value="30">
</div>

Estimated Revenue

<div class="calculator-result-grid">
  <div class="calculator-result">
    <span>Daily revenue</span>
    <strong id="calculator-daily">$0</strong>
  </div>
  <div class="calculator-result">
    <span>Monthly revenue</span>
    <strong id="calculator-monthly">$0</strong>
  </div>
  <div class="calculator-result">
    <span>Annual revenue</span>
    <strong id="calculator-annual">$0</strong>
  </div>
  <div class="calculator-result">
    <span>Hardware payback</span>
    <strong id="calculator-payback">—</strong>
  </div>
</div>

<p class="calculator-assumptions">Based on $1 + GST per rental, hardware from $9,200 AUD. This is a gross revenue estimate before payment processing, management fees, GST handling, freight, installation, and venue-specific operating costs.</p>

Ready to Transform Your Venue?

Get a custom quote for your sports facility. Our team will respond within 24 hours.