• Search & compare prices from leading car hire companies & save!
  • Flexible Rentals, Worldwide locations, No Hidden Fees
  • Get in touch via Facebook
  • 24/7 Multi Lingual Customer Service

Stellenbosch Car Rental Mini Guide

Stellenbosch is in a beautiful valley surrounded by vineyards that stretch up the slopes of the dramatic mountains that surround it. The whole region cries out to be explored and with your Stellenbosch hire car you will have no trouble getting around the historic sights of the town or doing one of the wine routes that stretch away from the town.

There is a small airfield at Stellenbosch but it is only for light aircraft so unless you are going to charter a private plane you will need to fly to Cape Town, just over half an hour away and drive from there. The proximity of Cape Town Airport means that international travellers will find it easy to get to Stellenbosch from Europe, the Middle East and other parts of Africa. Public transport is available at the airport, but most people choose to hire a car at Cape Town Airport unless they are on package tours.

Current Rental Rates in Stellenbosch

Datsun Go

4 Adults, 5 Doors

From 9.46 EUR/day
Datsun Go

7 Days rental at 66.28 EUR from 20/07/2020

  1 |
  Manual |
  Yes

Kia Picanto

4 Adults, 5 Doors

From 9.47 EUR/day
Kia Picanto

7 Days rental at 66.30 EUR from 20/07/2020

  1 |
  Manual |
  Yes

Hyundai i10

4 Adults, 5 Doors

From 10.03 EUR/day
Hyundai i10

7 Days rental at 70.26 EUR from 20/07/2020

  1 |
  Manual |
  Yes

Datsun Go

4 Adults, 5 Doors

From 10.04 EUR/day
Datsun Go

7 Days rental at 70.28 EUR from 20/07/2020

  1 |
  Manual |
  Yes

Kia Picanto

4 Adults, 5 Doors

From 10.04 EUR/day
Kia Picanto

7 Days rental at 70.30 EUR from 20/07/2020

  1 |
  Manual |
  Yes

Ford Figo

5 Adults, 5 Doors

From 11.18 EUR/day
Ford Figo

7 Days rental at 78.26 EUR from 20/07/2020

  2 |
  Manual |
  Yes

Volkswagen Polo Vivo

5 Adults, 5 Doors

From 11.18 EUR/day
Volkswagen Polo Vivo

7 Days rental at 78.30 EUR from 20/07/2020

  2 |
  Manual |
  Yes

Ford Figo

5 Adults, 5 Doors

From 11.18 EUR/day
Ford Figo

7 Days rental at 78.28 EUR from 20/07/2020

  2 |
  Manual |
  Yes

Datsun Go

4 Adults, 5 Doors

From 11.76 EUR/day
Datsun Go

7 Days rental at 82.38 EUR from 20/07/2020

  1 |
  Manual |
  Yes

Useful to know about Stellenbosch

  • Stellenbosch is South Africa’s second oldest city, founded in 1679 and is known as the ‘Oak City’ for the hundreds of oak treess that line its streets
  • Stellenbosch is in the middle of the Cape Winelands and is recognised across the world as one of the finest new world wine regions
  • The town began as a Dutch colony and developed rapidly but was almost totally destroyed by fire thirty years later

 

Popular car hire destinations in Stellenbosch

Best car rental companies in Stellenbosch

8.7
No.3: BIDVEST,
based on 1247 reviews
88
87
84
84
87
15 min (average wait time)
8.7
No.2: BIDVEST,
based on 1247 reviews
88
87
84
84
87
15 min (average wait time)
8.7
No.1: BIDVEST,
based on 1248 reviews
89
87
84
84
88
15 min (average wait time)

Stellenbosch car hire information

  • 8.6/10
    Best Rated Agent:
    Bidvest
  • € 66.22
    Average price:
    (per week)
  • € 9.46
    Best Price:
    Per Week
  • 25
    Most Popular Type:
    Intermediate
  • 7
    Most popular model:
    Toyota Fortuner
  • 120
    Total Cars Available
     

Average prices per day in Stellenbosch

ItemPercent
April€ 20
May€ 23
June€ 25
July€ 25
ItemPercent
April€ 15
May€ 15
June€ 16
July€ 16
ItemPercent
April€ 46
May€ 44
June€ 46
July€ 48
ItemPercent
April€ 33
May€ 35
June€ 36
July€ 34
ItemPercent
April€ 77
May€ 73
June€ 77
July€ 76
ItemPercent
April€ 12
May€ 11
June€ 12
July€ 12
ItemPercent
April€ 40
May€ 40
June€ 42
July€ 41
ItemPercent
April
May€ 29
June€ 30
July€ 33

Select category to see average car hire prices in Stellenbosch

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:4543 NodeID:20115 pvCT_ID:4543 NodeID:20115 DECLARE @CountryKeyword varchar(200), @CountryCode varchar(50),@DocumentPageTitle varchar(200), @DocumentPageDescription varchar(2000),@CT_ID int SELECT @DocumentPageTitle = DocumentPageTitle,@DocumentPageDescription = DocumentPageDescription from CMS_Document where DocumentNodeID =20115 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4543 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4543 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) as TotalReviews from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID)) SET @higest_rating = ( SELECT TOP 1 X.higest_rate * 2 as higest_rate FROM ( SELECT VendorName,CAST(overall AS decimal(5, 1)) AS higest_rate, CartrawlerCode FROM[cartrawler_v2].[dbo].[Review] WHERE CartrawlerCode = @CT_ID AND overall IS NOT NULL GROUP BY VendorName, overall, CartrawlerCode ) X ORDER BY CartrawlerCode, CAST(X.higest_rate AS decimal(5, 1)) DESC) SET @cheapest_price = ( SELECT CONVERT(Numeric(19, 2), min(computeddailyrate)) best_price FROM[cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode = @CT_ID and vehiclematrixcategory<>'' and vehiclematrixcategory is not null and vehiclematrixcategory<> 'NULL' and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from [cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode=@CT_ID)) SET @CheapestVendor = ( select TOP 1 VendorShortName FROM[cartrawler_v2].[dbo].[ExtLocationVehicleV1] WHERE CartrawlerCode = @CT_ID AND RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[ExtLocationVehicleV1] where CartrawlerCode = @CT_ID ) order by computeddailyrate ) SET @expensive_price = ( SELECT TOP 1 CONVERT(Numeric(19,2),X.ComputedDailyRate) as expensive_price FROM ( SELECT [Expr1], MAX(ComputedDailyRate) as ComputedDailyRate, CountryCode, RecordDateTime, CountryName FROM [cartrawler_v2].[dbo].[LocationVehicleV2] group by [Expr1], CountryCode, RecordDateTime, RecordDateTimeDt, CountryName, CartrawlerCode HAVING (CountryCode= @CountryCode or CountryName = @CountryCode) AND ISNULL([Expr1], '') <> '' and CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[LocationVehicleV2] where(CountryCode= @CountryCode or CountryName = @CountryCode) and CartrawlerCode = @CT_ID) ) X ORDER BY X.ComputedDailyRate desc ) SET @offercount = (SELECT FLOOR(RAND() *(100-5+1))+5) SELECT @TotalReviews as TotalReviews, ratingavailable = CASE when @higest_rating is not null then @TotalReviews ELSE 0 END , higest_rating = CASE when @higest_rating is not null then @higest_rating ELSE 0 END , @cheapest_price as cheapest_price,@CheapestVendor as CheapestVendor, @expensive_price as expensive_price, @offercount as offercount,@DocumentPageTitle as DocumentPageTitle,@DocumentPageDescription as DocumentPageDescription
FAQs - How can we help?

There are always some points on which you are not sure when hiring a car, so we have done our best to answer the frequently asked questions. Just click this link and you will find the questions are sorted by category for easy navigation.


Other Rhino Car Hire Locations

We specialise in car rentals throughout South Africa fo find you the best price and that's a promise...

from
€28
per day
ItemPercent
Jan€ 22
Feb€ 26
Mar€ 23
Apr€ 24
May€ 21
Jun€ 35
Jul€ 34
Aug€ 34
Sep€ 32
Oct€ 34
Nov€ 30
Dec€ 24
from
€32
per day
ItemPercent
Jan€ 25
Feb€ 33
Mar€ 24
Apr€ 25
May€ 23
Jun€ 42
Jul€ 43
Aug€ 44
Sep€ 36
Oct€ 34
Nov€ 30
Dec€ 26
from
€26
per day
ItemPercent
Jan€ 25
Feb€ 30
Mar€ 24
Apr€ 22
May€ 22
Jun€ 28
Jul€ 27
Aug€ 29
Sep€ 25
Oct€ 26
Nov€ 27
Dec€ 25
from
€24
per day
ItemPercent
Jan€ 22
Feb€ 24
Mar€ 23
Apr€ 22
May€ 21
Jun€ 28
Jul€ 26
Aug€ 26
Sep€ 25
Oct€ 26
Nov€ 26
Dec€ 22