• 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

Pietermaritzburg Car Rental Mini Guide

The capital of Kwa-Zulu Natal and located inland, Pietermaritzburg is best accessed by the comfort and safety of a hire car. To drive to Pietermaritzburg from Cape, East London or Port Elizabeth you can use the R56 and to get to Durban or Johannesburg you can use the N3 road. You can prebook your car hire collection in Pietermaritzburg online or from any of our numerous locations throughout South Africa.

Current Rental Rates in Pietermaritzburg

Hyundai i10

4 Adults, 5 Doors

From 22.35 EUR/day
Hyundai i10

7 Days rental at 156.51 EUR from 21/12/2020

  1 |
  Manual |
  Yes

Ford Fiesta

5 Adults, 5 Doors

From 23.35 EUR/day
Ford Fiesta

7 Days rental at 163.51 EUR from 21/12/2020

  2 |
  Manual |
  Yes

Hyundai i10

4 Adults, 5 Doors

From 27.98 EUR/day
Hyundai i10

7 Days rental at 195.89 EUR from 21/12/2020

  1 |
  Manual |
  Yes

Hyundai Accent

5 Adults, 5 Doors

From 28.73 EUR/day
Hyundai Accent

7 Days rental at 201.14 EUR from 21/12/2020

  3 |
  Manual |
  Yes

Ford Fiesta

5 Adults, 5 Doors

From 28.98 EUR/day
Ford Fiesta

7 Days rental at 202.89 EUR from 21/12/2020

  2 |
  Manual |
  Yes

Volkswagen Polo Vivo

5 Adults, 5 Doors

From 30.98 EUR/day
Volkswagen Polo Vivo

7 Days rental at 216.89 EUR from 21/12/2020

  2 |
  Automatic |
  Yes

Toyota Corolla Quest

5 Adults, 4 Doors

From 34.11 EUR/day
Toyota Corolla Quest

7 Days rental at 238.77 EUR from 21/12/2020

  4 |
  Automatic |
  Yes

Hyundai Accent

5 Adults, 5 Doors

From 34.36 EUR/day
Hyundai Accent

7 Days rental at 240.52 EUR from 21/12/2020

  3 |
  Manual |
  Yes

Volkswagen Polo Vivo

5 Adults, 5 Doors

From 36.61 EUR/day
Volkswagen Polo Vivo

7 Days rental at 256.27 EUR from 21/12/2020

  2 |
  Automatic |
  Yes

Useful to know about Pietermaritzburg

  • The city was founded in 1838.
  • It’s the capital of KwaZulu-Natal province.
  • The city’s name is often shortened to PMB.
  • The city hall is the largest red brick building in the southern hemisphere.
  • The England cricketer Kevin Pietersen was born there.

 

Popular car hire destinations in Pietermaritzburg

Best car rental companies in Pietermaritzburg

7.8
No.1: EUROPCAR,
based on 1942 reviews
82
77
74
75
81
14 min (average wait time)

Pietermaritzburg car hire information

  • 7.8/10
    Best Rated Agent:
    EUROPCAR Direct
  • € 156.45
    Average price:
    (per week)
  • € 22.35
    Best Price:
    Per Week
  • 8
    Most Popular Type:
    Intermediate
  • 2
    Most popular model:
    Ford Fiesta
  • 26
    Total Cars Available
     

Average prices per day for car hire in Pietermaritzburg

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)
ItemPercent
April€ 24
May€ 27
June€ 29
July€ 28
August€ 29
September€ 31
October€ 29
November€ 31
December€ 42
ItemPercent
April€ 17
May€ 19
June€ 20
July€ 20
August€ 21
September€ 22
October€ 20
November€ 20
December€ 30
ItemPercent
April€ 48
May€ 47
June€ 50
July€ 48
August€ 51
September€ 54
October€ 50
November€ 54
December€ 98
ItemPercent
April€ 26
May€ 38
June€ 40
July€ 38
August€ 40
September€ 42
October€ 39
November€ 39
December€ 62
ItemPercent
April€ 14
May€ 16
June€ 16
July€ 16
August€ 17
September€ 17
October€ 16
November€ 17
December€ 25
ItemPercent
April€ 39
May€ 37
June€ 39
July€ 38
August€ 40
September€ 42
October€ 39
November€ 40
December€ 64
ItemPercent
April€ 48
May€ 47
June€ 50
July€ 48
August€ 51
September€ 54
October€ 50
November€ 54
December€ 98
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Pietermaritzburg

Page_Load: CT_ID:4560 NodeID:11170 pvCT_ID:4560 NodeID:11170 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 =11170 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4560 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4560 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
faq
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
€26
per day
ItemPercent
Jan€ 22
Feb€ 26
Mar€ 23
Apr€ 31
May€ 23
Jun€ 28
Jul€ 27
Aug€ 29
Sep€ 25
Oct€ 26
Nov€ 30
Dec€ 24
from
€32
per day
ItemPercent
Jan€ 22
Feb€ 26
Mar€ 23
Apr€ 37
May€ 35
Jun€ 41
Jul€ 40
Aug€ 37
Sep€ 35
Oct€ 32
Nov€ 29
Dec€ 24
from
€25
per day
ItemPercent
Jan€ 22
Feb€ 26
Mar€ 23
Apr€ 24
May€ 23
Jun€ 28
Jul€ 26
Aug€ 26
Sep€ 25
Oct€ 26
Nov€ 23
Dec€ 23
from
€0
per day
ItemPercent