• 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

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
Volkswagen Up

7 Days rental at 404.33 EUR from 19/06/2023

  2 |
  Manual |
  Yes

Peugeot 208

5 Adults, 5 Doors

From 63.11 EUR/day
Peugeot 208

7 Days rental at 441.77 EUR from 19/06/2023

  2 |
  Manual |
  Yes

Hyundai Getz

5 Adults, 3 Doors

From 80.40 EUR/day
Hyundai Getz

7 Days rental at 562.81 EUR from 19/06/2023

  2 |
  Automatic |
  Yes

Peugeot 207 Estate

5 Adults, 5 Doors

From 83.23 EUR/day
Peugeot 207 Estate

7 Days rental at 582.62 EUR from 19/06/2023

  5 |
  Manual |
  Yes

Peugeot Partner

5 Adults, 5 Doors

From 83.23 EUR/day
Peugeot Partner

7 Days rental at 582.62 EUR from 19/06/2023

  3 |
  Manual |
  Yes

Citroen C4 Cactus

5 Adults, 5 Doors

From 87.31 EUR/day
Citroen C4 Cactus

7 Days rental at 611.17 EUR from 19/06/2023

  3 |
  Manual |
  Yes

Peugeot 3008

5 Adults, 5 Doors

From 103.91 EUR/day
Peugeot 3008

7 Days rental at 727.41 EUR from 19/06/2023

  4 |
  Automatic |
  Yes

Peugeot Traveller

9 Adults, 5 Doors

From 129.84 EUR/day
Peugeot Traveller

7 Days rental at 908.90 EUR from 19/06/2023

  4 |
  Manual |
  Yes

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
  • 3
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Hyundai Getz
  • 8
    Total Cars Available
     

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)
ItemPercent
January€ 68
February€ 70
March€ 69
April€ 69
May€ 76
June€ 76
July€ 72
August€ 70
September€ 74
October€ 75
November€ 72
December€ 73
ItemPercent
January€ 60
February€ 61
March€ 63
April€ 63
May€ 67
June€ 68
July€ 64
August€ 62
September€ 65
October€ 66
November€ 63
December€ 65
ItemPercent
January€ 84
February€ 85
March€ 87
April€ 83
May€ 93
June€ 93
July€ 88
August€ 86
September€ 90
October€ 91
November€ 87
December€ 89
ItemPercent
January€ 46
February€ 47
March€ 48
April€ 45
May€ 51
June€ 51
July€ 49
August€ 47
September€ 50
October€ 50
November€ 48
December€ 49
ItemPercent
January€ 105
February€ 106
March€ 109
April€ 113
May€ 111
June€ 117
July€ 111
August€ 108
September€ 113
October€ 114
November€ 110
December€ 112
ItemPercent
January€ 84
February€ 85
March€ 87
April€ 90
May€ 93
June€ 93
July€ 88
August€ 86
September€ 90
October€ 91
November€ 87
December€ 89
ItemPercent
ItemPercent
*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.


Other Rhino Car Hire Locations

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

from
€46
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 35
Apr€ 56
May€ 46
Jun€ 26
Jul€ 68
Aug€ 67
Sep€ 45
Oct€ 50
Nov€ 45
Dec€ 42
from
€44
per day
ItemPercent
Jan€ 37
Feb€ 35
Mar€ 37
Apr€ 47
May€ 52
Jun€ 36
Jul€ 66
Aug€ 67
Sep€ 47
Oct€ 34
Nov€ 33
Dec€ 41
from
€37
per day
ItemPercent
Jan€ 39
Feb€ 39
Mar€ 37
Apr€ 39
May
Jun€ 27
Jul€ 37
Aug€ 37
Sep€ 43
Oct€ 37
Nov€ 37
Dec€ 38
from
€45
per day
ItemPercent
Jan€ 41
Feb€ 41
Mar€ 38
Apr€ 45
May€ 52
Jun€ 36
Jul€ 69
Aug€ 69
Sep€ 36
Oct€ 41
Nov€ 31
Dec€ 36