• 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 Wanganui Airport

Wanganui Airport is close to the town of Wanganui in North Island, New Zealand. The airport is 7 km from the town.

Wanganui is an important city in Kiwi history as it was one of the first places to be settled by Europeans in the country and travelling around, it still evokes memories of early settler days. Once you have collected your hire car and settled into your accommodation, it is time to see what is around.

Pride of place must go to the spectacular Wanganui National Park with scenery you will use hundreds of camera shots on. Through this flows the Wanganui River; at 300 miles long it is the longest navigable river on North Island. It is also a great favourite for kayakers, canoeists and rafters.

Current Rental Rates at Wanganui Airport

Toyota Corolla

5 Adults, 5 Doors

From 45.65 EUR/day
Toyota Corolla

7 Days rental at 319.60 EUR from 24/07/2023

  2 |
  Automatic |
  Yes

Toyota Corolla

5 Adults, 5 Doors

From 46.93 EUR/day
Toyota Corolla

7 Days rental at 328.55 EUR from 24/07/2023

  2 |
  Automatic |
  Yes

Holden Trax

5 Adults, 5 Doors

From 48.43 EUR/day
Holden Trax

7 Days rental at 339.04 EUR from 24/07/2023

  3 |
  Automatic |
  Yes

Mitsubishi ASX

5 Adults, 5 Doors

From 49.71 EUR/day
Mitsubishi ASX

7 Days rental at 348.00 EUR from 24/07/2023

  3 |
  Automatic |
  Yes

Toyota Rav4

5 Adults, 5 Doors

From 50.02 EUR/day
Toyota Rav4

7 Days rental at 350.17 EUR from 24/07/2023

  4 |
  Automatic |
  Yes

Toyota Rav4

5 Adults, 5 Doors

From 51.30 EUR/day
Toyota Rav4

7 Days rental at 359.12 EUR from 24/07/2023

  4 |
  Automatic |
  Yes

Useful to know about Wanganui Airport

  • Wanganui is a small regional airport.
  • It handled less than 200,000 passengers last year.
  • The airport was built in the 1930s and redeveloped in 2007.
  • It handles only internal flights.
  • The airport is home to the Wanganui Commercial Pilot’s School.

 

Popular car hire destinations in Wanganui Airport

Best car rental companies in Wanganui Airport

8.9
No.2: BUDGET,
based on 42 reviews
93
88
83
92
91
31 min (average wait time)
8.9
No.1: AVIS,
based on 24 reviews
90
90
90
90
80
18 min (average wait time)
8.4
No.3: HERTZ,
based on 33 reviews
90
70
80
70
90
26 min (average wait time)

Wanganui Airport car hire information

  • 9.0/10
    Best Rated Agent:
    Budget ABG Franchise
  • € 319.55
    Average price:
    (per week)
  • € 45.65
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Toyota Corolla
  • 6
    Total Cars Available
     

Average prices per day for car hire at Wanganui 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)
ItemPercent
January€ 71
February€ 77
March€ 55
April€ 74
May€ 56
June€ 57
July€ 55
August€ 56
September€ 57
October€ 61
November€ 53
December€ 62
ItemPercent
January€ 83
February€ 75
March€ 52
April€ 71
May€ 55
June€ 56
July€ 57
August€ 58
September€ 56
October€ 61
November€ 49
December€ 71
ItemPercent
January€ 83
February€ 74
March€ 79
April€ 75
May€ 72
June€ 75
July€ 75
August€ 77
September€ 77
October€ 83
November€ 71
December€ 95
ItemPercent
January€ 59
February€ 57
March€ 59
April€ 64
May€ 58
June€ 59
July€ 58
August€ 61
September€ 62
October€ 66
November€ 58
December€ 72
ItemPercent
January€ 101
February€ 101
March€ 54
April€ 98
May€ 59
June€ 58
July€ 96
August€ 96
September€ 99
October€ 111
November€ 83
December€ 100
ItemPercent
January€ 75
February€ 93
March€ 57
April€ 85
May€ 59
June€ 59
July€ 57
August€ 60
September€ 61
October€ 69
November€ 56
December€ 61
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Wanganui Airport

Page_Load: CT_ID:5246 NodeID:10687 pvCT_ID:5246 NodeID:10687 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 =10687 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=5246 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=5246 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€ 55
Feb€ 39
Mar€ 55
Apr€ 53
May€ 28
Jun€ 18
Jul€ 26
Aug€ 22
Sep€ 28
Oct€ 32
Nov€ 37
Dec€ 45
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€ 55
Feb€ 39
Mar€ 55
Apr€ 53
May€ 28
Jun€ 18
Jul€ 26
Aug€ 22
Sep€ 28
Oct€ 32
Nov€ 37
Dec€ 45