Calculate your bike leasing costs in real-time
Add the calculator to your website with just a few lines of code:
<!-- Add this where you want the calculator to appear -->
<div id="bike-calculator"></div>
<!-- Add these scripts before closing </body> tag -->
<link rel="stylesheet" href="https://calculator.gobybike.fi/calculator.min.css">
<script src="https://calculator.gobybike.fi/calculator.min.js"></script>
<script>
BikeCalculator.init({
container: '#bike-calculator'
});
</script>
<iframe
src="https://calculator.gobybike.fi/"
width="100%"
height="650"
frameborder="0"
style="max-width: 600px; border: none;"
></iframe>
BikeCalculator.init({
container: '#bike-calculator',
downPaymentPercent: 20,
monthlyRent: 100,
priceRange: {
min: 0,
max: 5400,
default: 2500
},
colors: {
primary: '#1e3a5f',
accent: '#ff6b4a'
}
});
Rental Period Formula:
Payment Breakdown: