Harare Mini Guide
Harare is a big city, home to two million people and has its own airport, Harare International Airport. Most flights to the city come from neighbouring countries with the longest distance flight being from
Dubai. Most people now travel to
Johannesburg and take a short flight into Harare.
Hire the ideal rental car in Harare through Rhinocarhire.com and benefit from the best rates on car hire in Harare. Having checked the rates of our competitors we are sure that our prices for car hire in Harare cannot be beaten. Book online to make sure your choice of vehicle is waiting for you at car hire Harare and to guarantee the lowest price.
Current Rental Rates in Harare
Chevrolet Spark
4 Adults, 5 Doors
From 89.73 EUR/day
7 Days rental at 628.15 EUR from 21/11/2022
Hyundai i20
4 Adults, 3 Doors
From 160.06 EUR/day
7 Days rental at 1120.45 EUR from 21/11/2022
Hyundai Accent
5 Adults, 5 Doors
From 205.47 EUR/day
7 Days rental at 1438.30 EUR from 21/11/2022
Nissan Almera
5 Adults, 5 Doors
From 222.50 EUR/day
7 Days rental at 1557.50 EUR from 21/11/2022
Hyundai Creta
4 Adults, 5 Doors
From 262.23 EUR/day
7 Days rental at 1835.62 EUR from 21/11/2022
Hyundai Elantra
5 Adults, 4 Doors
From 267.90 EUR/day
7 Days rental at 1875.35 EUR from 21/11/2022
Nissan NP300 Double Cab
5 Adults, 4 Doors
From 313.31 EUR/day
7 Days rental at 2193.21 EUR from 21/11/2022
Hyundai H1
8 Adults, 4 Doors
From 313.31 EUR/day
7 Days rental at 2193.21 EUR from 21/11/2022
Useful to know about Harare
- Harare was called Salisbury until 1982 and is nicknamed is the Sunshine City
- It began as a fort built in 1890 by a pioneering group led by Sir Cecil Rhodes
- The city is high up with an average altitude of nearly 5,000 feet
- Harare has a new modern suburb called Joina City which altered the cityscape substantially
Popular car hire destinations in Harare
Harare car hire information
-
0.0/10
Best Rated Agent:
N/A
-
€ 628.11
Average price:
(per week)
-
€ 89.73
Best Price:
Per Week
Average prices per day in Harare
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 | |
---|
February | € 65 |
---|
March | € 64 |
---|
April | |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | € 116 |
---|
October | € 132 |
---|
November | € 242 |
---|
December | |
---|
Item | Percent |
---|
January | € 57 |
---|
February | € 56 |
---|
March | € 56 |
---|
April | € 65 |
---|
May | € 62 |
---|
June | € 61 |
---|
July | € 65 |
---|
August | € 65 |
---|
September | € 68 |
---|
October | € 72 |
---|
November | € 122 |
---|
December | € 63 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | € 143 |
---|
October | € 164 |
---|
November | € 291 |
---|
December | |
---|
Item | Percent |
---|
January | € 54 |
---|
February | € 42 |
---|
March | € 42 |
---|
April | € 46 |
---|
May | € 44 |
---|
June | € 44 |
---|
July | € 46 |
---|
August | € 46 |
---|
September | € 51 |
---|
October | € 55 |
---|
November | € 67 |
---|
December | € 45 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | € 143 |
---|
October | € 163 |
---|
November | € 262 |
---|
December | |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:4770 NodeID:12801 pvCT_ID:4770 NodeID:12801 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 =12801 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4770 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4770 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.