Pretoria Airport Car Rental Mini Guide
There is a lot to see and do in Pretoria as well as outside the city and the best way to see it all is by a hire car. You could rely on public transport but the waiting for unreliable buses or the expense of taxis will soon make you realise the benefit of collecting a pre-booked hire car at Pretoria Airport. We can offer you cars for all kinds of activities; small cars for city driving and tight parking spaces or rugged 4x4s for people who want to see more of the true Africa.
Pretoria is quite a big airport with flights to
Durban,
Cape Town and
Johannesburg. Hiring a car in Pretoria is done for a variety of reasons; It is the administrative capital of the country and as with many South African cities, you are not far from game reserves and one of South Africa’s least well known; Rietvlei Game Reserve, is close to the city.
Current Rental Rates in Pretoria Airport
Datsun Go
4 Adults, 5 Doors
From 13.78 EUR/day
7 Days rental at 96.48 EUR from 16/11/2020
Toyota Yaris
5 Adults, 5 Doors
From 14.93 EUR/day
7 Days rental at 104.52 EUR from 16/11/2020
Toyota Corolla
5 Adults, 5 Doors
From 14.99 EUR/day
7 Days rental at 104.96 EUR from 16/11/2020
Toyota Yaris
5 Adults, 5 Doors
From 19.65 EUR/day
7 Days rental at 137.55 EUR from 16/11/2020
Toyota Corolla
5 Adults, 5 Doors
From 20.73 EUR/day
7 Days rental at 145.14 EUR from 16/11/2020
Toyota Avanza
5 Adults, 5 Doors
From 28.45 EUR/day
7 Days rental at 199.16 EUR from 16/11/2020
Toyota Rush
5 Adults, 5 Doors
From 35.91 EUR/day
7 Days rental at 251.39 EUR from 16/11/2020
Volkswagen Tiguan
5 Adults, 5 Doors
From 39.99 EUR/day
7 Days rental at 279.96 EUR from 16/11/2020
Audi A4
5 Adults, 4 Doors
From 51.66 EUR/day
7 Days rental at 361.65 EUR from 16/11/2020
Useful to know about Pretoria Airport
- The airport that serves Pretoria is better known as Wonderboom Airport, named after the farm on which it was built
- The airport opened in 1937 and after being a military airport in the Second World War, returned to civilian duty afterwards. It is currently owned by the city of Pretoria
- Wonderboom Airport began to accept flights to and from Durban and Cape Town in 2009 after an absence in commercial flights for several decades
Popular car hire destinations in Pretoria Airport
Best car rental companies in Pretoria Airport
8.6
No.1: BIDVEST,
based on 1248 reviews
15 min (average wait time)
8.1
No.2: AVIS,
based on 2501 reviews
14 min (average wait time)
Pretoria Airport car hire information
-
8.6/10
Best Rated Agent:
Bidvest
-
€ 96.46
Average price:
(per week)
-
€ 13.78
Best Price:
Per Week
Average prices per day for car hire in Pretoria Airport
Item | Percent |
---|
April | € 17 |
---|
May | € 22 |
---|
June | € 25 |
---|
July | € 21 |
---|
August | € 21 |
---|
November | € 24 |
---|
Item | Percent |
---|
April | € 16 |
---|
May | € 16 |
---|
June | € 15 |
---|
July | € 16 |
---|
August | € 15 |
---|
November | € 17 |
---|
Item | Percent |
---|
April | € 50 |
---|
May | € 48 |
---|
June | € 49 |
---|
July | € 45 |
---|
August | € 45 |
---|
November | € 55 |
---|
Item | Percent |
---|
April | € 53 |
---|
May | € 56 |
---|
June | € 44 |
---|
July | € 46 |
---|
August | € 45 |
---|
November | € 69 |
---|
Item | Percent |
---|
April | € 72 |
---|
May | € 68 |
---|
June | € 72 |
---|
July | € 64 |
---|
August | € 64 |
---|
November | € 85 |
---|
Item | Percent |
---|
April | € 12 |
---|
May | € 12 |
---|
June | € 11 |
---|
July | € 12 |
---|
August | € 12 |
---|
November | € 14 |
---|
Item | Percent |
---|
April | € 38 |
---|
May | € 37 |
---|
June | € 45 |
---|
July | € 35 |
---|
August | € 34 |
---|
November | € 40 |
---|
Item | Percent |
---|
April | |
---|
May | € 32 |
---|
June | € 33 |
---|
July | € 30 |
---|
August | € 30 |
---|
November | € 36 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Pretoria Airport
Page_Load: CT_ID:5701 NodeID:20112 pvCT_ID:5701 NodeID:20112 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 =20112 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=5701 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=5701 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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.