• 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

Mini Guide for Whangarei

Whangarei is the northernmost town in New Zealand and on North Island. It is famous for its beaches and diving and is a popular holiday destination.

The easiest option is to fly into Whangarei Airport and pick up your hire car at the Airport to take you into town.

Those interested in the history of the area can visit Heritage Park where you will find out more about the history of the city and the district of Northland. When you want a break from city life, head to Ocean Beach which has miles of family friendly sand and surf.

Current Rental Rates in Whangarei

Holden Barina

5 Adults, 5 Doors

From 49.87 EUR/day
Holden Barina

7 Days rental at 349.13 EUR from 20/07/2020

  2 |
  Automatic |
  Yes

Toyota Corolla

5 Adults, 5 Doors

From 50.89 EUR/day
Toyota Corolla

7 Days rental at 356.25 EUR from 20/07/2020

  3 |
  Automatic |
  Yes

Toyota Rav4

5 Adults, 5 Doors

From 56.49 EUR/day
Toyota Rav4

7 Days rental at 395.44 EUR from 20/07/2020

  3 |
  Automatic |
  Yes

Ford Taurus

5 Adults, 4 Doors

From 67.68 EUR/day
Ford Taurus

7 Days rental at 473.81 EUR from 20/07/2020

  5 |
  Automatic |
  Yes

Useful to know about Whangarei

  • It’s the northernmost city in the country.
  • It’s part of the so called ‘Winterless North’ because of its tropical climate.
  • The bay is called Bream Bay after the fish caught there by Captain James Cook when he first discovered the area.
  • The city’s fortune was based on Kauri gum used in jewellery and for chewing!
  • Eventually coal was discovered and clay to make bricks which helped enrich the city.

 

Popular car hire destinations in Whangarei

Best car rental companies in Whangarei

7.8
No.1: HERTZ,
based on 47 reviews
83
80
73
63
88
15 min (average wait time)

Whangarei car hire information

  • 7.8/10
    Best Rated Agent:
    Hertz Corporate
  • € 349.09
    Average price:
    (per week)
  • € 49.87
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Holden Barina
  • 4
    Total Cars Available
     

Average prices per day in Whangarei

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€ 44
May€ 34
June€ 41
July€ 51
ItemPercent
April€ 43
May€ 33
June€ 38
July€ 50
ItemPercent
April€ 49
May€ 38
June€ 55
July€ 68
ItemPercent
April€ 57
May€ 44
June€ 46
July€ 56
ItemPercent
April€ 57
May€ 44
June€ 46
July€ 56
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:5225 NodeID:10693 pvCT_ID:5225 NodeID:10693 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 =10693 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=5225 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=5225 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.


Other Rhino Car Hire Locations

We specialise in car rentals throughout New Zealand fo find you the best price and that's a promise...

from
€35
per day
ItemPercent
Jan€ 57
Feb€ 58
Mar€ 50
Apr€ 39
May€ 27
Jun€ 17
Jul€ 19
Aug€ 18
Sep€ 26
Oct€ 25
Nov€ 32
Dec€ 45
from
€37
per day
ItemPercent
Jan€ 60
Feb€ 59
Mar€ 56
Apr€ 41
May€ 32
Jun€ 21
Jul€ 30
Aug€ 27
Sep€ 24
Oct€ 28
Nov€ 32
Dec€ 36
from
€37
per day
ItemPercent
Jan€ 55
Feb€ 39
Mar€ 55
Apr€ 53
May€ 28
Jun€ 18
Jul€ 26
Aug€ 22
Sep€ 28
Oct€ 32
Nov€ 37
Dec€ 45
from
€60
per day
ItemPercent
Jan€ 81
Feb€ 85
Mar€ 63
Apr€ 89
May€ 83
Jun€ 34
Jul€ 32
Aug€ 43
Sep€ 54
Oct€ 44
Nov€ 56
Dec€ 58