Francistown Mini Guide
Francistown is in the Kalahari Desert near the border of Zimbabwe and is the second largest city in Botswana, it is known for being the centre of the mid 1800’s Gold Rush. It has its own Airport, PG Matante International Airport or also known as Francistown International Airport from which you can collect your rental car. 4 x 4 vehicles and SUVs are especially popular in this area for hiring.
Current Rental Rates in Francistown Airport
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 Fortuner
5 Adults, 5 Doors
From 140.16 EUR/day
7 Days rental at 981.13 EUR from 24/07/2023
Toyota Hilux Double
4 Adults, 4 Doors
From 140.16 EUR/day
7 Days rental at 981.13 EUR from 24/07/2023
Useful to know about Francistown Airport
- More car rental agents are based at Francistown Airport than anywhere else in Botswana offering the widest range of rental cars in country
- Hertz are the highest rated car rental agent at Francistown Airport
- The Volkswagen Polo (or similar) is the most popular car hire model in Francistown due to it's low price as an economy rental car
Popular car hire destinations in Francistown Airport
Best car rental companies in Francistown Airport
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)
Francistown Airport 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 Francistown Airport
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 | € 83 |
---|
February | € 77 |
---|
March | € 85 |
---|
April | € 87 |
---|
May | € 93 |
---|
June | € 96 |
---|
July | € 94 |
---|
August | € 94 |
---|
September | € 86 |
---|
October | € 97 |
---|
November | € 89 |
---|
December | € 88 |
---|
Item | Percent |
---|
January | € 45 |
---|
February | € 51 |
---|
March | € 51 |
---|
April | € 49 |
---|
May | € 49 |
---|
June | € 50 |
---|
July | € 56 |
---|
August | € 49 |
---|
September | € 48 |
---|
October | € 55 |
---|
November | € 51 |
---|
December | € 43 |
---|
Item | Percent |
---|
January | € 130 |
---|
February | € 135 |
---|
March | € 137 |
---|
April | € 135 |
---|
May | € 133 |
---|
June | € 145 |
---|
July | € 138 |
---|
August | € 142 |
---|
September | € 133 |
---|
October | € 136 |
---|
November | € 132 |
---|
December | € 132 |
---|
Item | Percent |
---|
January | € 70 |
---|
February | € 61 |
---|
March | € 78 |
---|
April | € 74 |
---|
May | € 69 |
---|
June | € 71 |
---|
July | € 81 |
---|
August | € 81 |
---|
September | € 56 |
---|
October | € 79 |
---|
November | € 77 |
---|
December | € 56 |
---|
Item | Percent |
---|
January | € 89 |
---|
February | € 90 |
---|
March | € 92 |
---|
April | € 114 |
---|
May | € 101 |
---|
June | € 123 |
---|
July | |
---|
August | € 121 |
---|
September | € 109 |
---|
October | € 111 |
---|
November | € 108 |
---|
December | € 108 |
---|
Item | Percent |
---|
January | € 121 |
---|
February | € 108 |
---|
March | € 120 |
---|
April | € 118 |
---|
May | € 119 |
---|
June | € 123 |
---|
July | € 119 |
---|
August | € 120 |
---|
September | € 122 |
---|
October | € 128 |
---|
November | € 104 |
---|
December | € 107 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:53424 NodeID:27255 pvCT_ID:53424 NodeID:27255 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 =27255 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=53424 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=53424 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.