La Tontouta Airport Mini Guide
Grand Terre, the main island of New Caledonia, is a big island covering over 7,000 square miles. A hire car is essential to be able to make the most of your time on the island and you can be pre-book your rental car at La Tontouta Airport online with Rhino Car Hire.
La Tontouta is the name of the busiest airport in New Caledonia but even so it is not overrun with tourists. The airport handles around half a million passengers annually with the majority coming from
Australia and other Pacific islands. If travelling from Europe, you can leave from
Paris Charles de Gaulle and most European travellers will need to make a connection in
France. The airport is some thirty miles away from the city of Noumea and car hire is the most popular method.
Current Rental Rates in Tontouta Airport
Volkswagen Up
4 Adults, 3 Doors
From 57.76 EUR/day
7 Days rental at 404.33 EUR from 19/06/2023
Peugeot 208
5 Adults, 5 Doors
From 63.11 EUR/day
7 Days rental at 441.77 EUR from 19/06/2023
Hyundai Getz
5 Adults, 3 Doors
From 80.40 EUR/day
7 Days rental at 562.81 EUR from 19/06/2023
Peugeot 207 Estate
5 Adults, 5 Doors
From 83.23 EUR/day
7 Days rental at 582.62 EUR from 19/06/2023
Peugeot Partner
5 Adults, 5 Doors
From 83.23 EUR/day
7 Days rental at 582.62 EUR from 19/06/2023
Citroen C4 Cactus
5 Adults, 5 Doors
From 87.31 EUR/day
7 Days rental at 611.17 EUR from 19/06/2023
Peugeot 3008
5 Adults, 5 Doors
From 103.91 EUR/day
7 Days rental at 727.41 EUR from 19/06/2023
Peugeot Traveller
9 Adults, 5 Doors
From 129.84 EUR/day
7 Days rental at 908.90 EUR from 19/06/2023
Useful to know about Tontouta Airport
- New Caledonia Airport is also called La Tontouta Airport
- The airport has been in operation for nearly fifty years
- It’s thirty miles northwest of Noumea
- Nearly half a million passengers used La Tontouta Airport last year
- Air Austral with Air France operate flights from Europe
Popular car hire destinations in Tontouta Airport
Tontouta Airport car hire information
-
0.0/10
Best Rated Agent:
N/A
-
€ 389.20
Average price:
(per week)
-
€ 55.60
Best Price:
Per Week
Average prices per day in Tontouta 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)
Item | Percent |
---|
January | € 68 |
---|
February | € 70 |
---|
March | € 69 |
---|
April | € 69 |
---|
May | € 76 |
---|
June | € 76 |
---|
July | € 72 |
---|
August | € 70 |
---|
September | € 74 |
---|
October | € 75 |
---|
November | € 72 |
---|
December | € 73 |
---|
Item | Percent |
---|
January | € 60 |
---|
February | € 61 |
---|
March | € 63 |
---|
April | € 63 |
---|
May | € 67 |
---|
June | € 68 |
---|
July | € 64 |
---|
August | € 62 |
---|
September | € 65 |
---|
October | € 66 |
---|
November | € 63 |
---|
December | € 65 |
---|
Item | Percent |
---|
January | € 84 |
---|
February | € 85 |
---|
March | € 87 |
---|
April | € 83 |
---|
May | € 93 |
---|
June | € 93 |
---|
July | € 88 |
---|
August | € 86 |
---|
September | € 90 |
---|
October | € 91 |
---|
November | € 87 |
---|
December | € 89 |
---|
Item | Percent |
---|
January | € 46 |
---|
February | € 47 |
---|
March | € 48 |
---|
April | € 45 |
---|
May | € 51 |
---|
June | € 51 |
---|
July | € 49 |
---|
August | € 47 |
---|
September | € 50 |
---|
October | € 50 |
---|
November | € 48 |
---|
December | € 49 |
---|
Item | Percent |
---|
January | € 105 |
---|
February | € 106 |
---|
March | € 109 |
---|
April | € 113 |
---|
May | € 111 |
---|
June | € 117 |
---|
July | € 111 |
---|
August | € 108 |
---|
September | € 113 |
---|
October | € 114 |
---|
November | € 110 |
---|
December | € 112 |
---|
Item | Percent |
---|
January | € 84 |
---|
February | € 85 |
---|
March | € 87 |
---|
April | € 90 |
---|
May | € 93 |
---|
June | € 93 |
---|
July | € 88 |
---|
August | € 86 |
---|
September | € 90 |
---|
October | € 91 |
---|
November | € 87 |
---|
December | € 89 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:26240 NodeID:10643 pvCT_ID:26240 NodeID:10643 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 =10643 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=26240 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=26240 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.