Gaberone Mini Guide
Gaborone is the capital city of Botswana and is not far from the border with
South Africa. To get into Botswana by plane, you could to fly to one of South Africa’s international airports such as
Johannesburg from the
UK and and take a connecting flight from there. You can pre book a hire car and collect from the car rental desks at Gaborone’s’ own airport namely Sir Seretse Khama Airport which is around 15 kilometres from downtown Gaberone.
Current Rental Rates in Gaborone
Toyota Yaris
4 Adults, 3 Doors
From 38.51 EUR/day
7 Days rental at 269.58 EUR from 24/07/2023
Toyota Corolla Quest
5 Adults, 4 Doors
From 46.11 EUR/day
7 Days rental at 322.77 EUR from 24/07/2023
Toyota Yaris
5 Adults, 5 Doors
From 55.23 EUR/day
7 Days rental at 386.61 EUR from 24/07/2023
Toyota Corolla Quest
5 Adults, 4 Doors
From 55.23 EUR/day
7 Days rental at 386.61 EUR from 24/07/2023
Toyota Avanza
5 Adults, 5 Doors
From 76.50 EUR/day
7 Days rental at 535.55 EUR from 24/07/2023
Toyota Fortuner
5 Adults, 5 Doors
From 140.16 EUR/day
7 Days rental at 981.13 EUR from 24/07/2023
Useful to know about Gaborone
- Gaborone is the capital of Botswana.
- The city is one of the fastest growing in the world.
- Botswana was the former British Protectorate of Bechuanaland.
- It’s only around ten minutes’ drive to the South African border.
- Alexander McCall Smith’s series of novels, The No.1 Ladies Detective Agency is set in Gaborone.
- If you are flying into Gaborone Airport, you can rent from trusted rental agents like Budget, Europcar and Dollar.
Popular car hire destinations in Gaborone
Best car rental companies in Gaborone
5.5
No.2: HERTZ,
based on 17 reviews
15 min (average wait time)
5.5
No.1: HERTZ,
based on 17 reviews
15 min (average wait time)
Gaborone car hire information
-
5.4/10
Best Rated Agent:
Hertz
-
€ 269.57
Average price:
(per week)
-
€ 38.51
Best Price:
Per Week
Average prices per day in Gaborone
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.RemoveAt(Int32 index)
at CMSWebParts_MyWebParts_ChartCityAmchartsV1.generateGraph(String pvNodeID, String pvChartTitle)
at CMSWebParts_MyWebParts_ChartCityAmchartsV1.Page_Load(Object sender, EventArgs e)
Item | Percent |
---|
January | € 41 |
---|
February | € 49 |
---|
March | € 50 |
---|
April | € 44 |
---|
May | € 51 |
---|
June | € 46 |
---|
July | € 47 |
---|
August | € 44 |
---|
September | € 42 |
---|
October | € 43 |
---|
November | € 42 |
---|
December | € 42 |
---|
Item | Percent |
---|
January | € 127 |
---|
February | € 135 |
---|
March | € 138 |
---|
April | € 139 |
---|
May | € 133 |
---|
June | € 146 |
---|
July | € 140 |
---|
August | € 143 |
---|
September | € 131 |
---|
October | € 134 |
---|
November | € 131 |
---|
December | € 131 |
---|
Item | Percent |
---|
January | € 71 |
---|
February | € 76 |
---|
March | € 78 |
---|
April | € 75 |
---|
May | € 80 |
---|
June | € 83 |
---|
July | € 59 |
---|
August | € 81 |
---|
September | € 76 |
---|
October | € 79 |
---|
November | € 77 |
---|
December | € 79 |
---|
Item | Percent |
---|
January | € 89 |
---|
February | € 90 |
---|
March | € 92 |
---|
April | € 113 |
---|
May | € 101 |
---|
June | € 123 |
---|
July | |
---|
August | € 121 |
---|
September | € 109 |
---|
October | € 111 |
---|
November | € 108 |
---|
December | € 108 |
---|
Item | Percent |
---|
January | € 127 |
---|
February | € 135 |
---|
March | € 138 |
---|
April | € 139 |
---|
May | € 133 |
---|
June | € 146 |
---|
July | € 140 |
---|
August | € 143 |
---|
September | € 131 |
---|
October | € 134 |
---|
November | € 131 |
---|
December | € 131 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:155204 NodeID:19846 pvCT_ID:155204 NodeID:19846 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 =19846 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=155204 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=155204 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.