Nadi Airport Mini Guide
Nadi Airport is the main international airport serving the Fijian Islands, it is located on the western side of Viti Levu and close to Mamanuca and Yasawa Islands which are the main tourist centres of the islands. In the heart of the South Pacific, the Fiji Islands are a very convenient and popular stopover point for flights travelling between the
USA and
Canada and
Australia and
New Zealand.
We have an impressive range of rental cars available here including the ever popular 4 x 4’s and Cabriolets. The number of cars is limited so please ensure you book as soon as possible to secure a hire car.
Current Rental Rates at Nadi Airport
Volkswagen Polo
5 Adults, 5 Doors
From 61.38 EUR/day
7 Days rental at 429.66 EUR from 22/08/2022
Volkswagen Polo
5 Adults, 5 Doors
From 70.65 EUR/day
7 Days rental at 494.58 EUR from 22/08/2022
Volkswagen Jetta
5 Adults, 4 Doors
From 86.11 EUR/day
7 Days rental at 602.78 EUR from 22/08/2022
Volkswagen Vento
5 Adults, 4 Doors
From 86.11 EUR/day
7 Days rental at 602.78 EUR from 22/08/2022
Jeep Compass
5 Adults, 5 Doors
From 128.05 EUR/day
7 Days rental at 896.41 EUR from 22/08/2022
Hyundai Santa Fe
5 Adults, 5 Doors
From 132.47 EUR/day
7 Days rental at 927.33 EUR from 22/08/2022
Useful to know about Nadi Airport
- Over a million passengers used the airport’s facilities last year.
- It’s a major hub for the airline, Air Pacific.
- The airport is located six miles from Nadi.
- It was built in 1939 with help from New Zealand.
- It was a major base for the US in fighting the war in the Pacific.
Popular car hire destinations in Nadi Airport
Best car rental companies in Nadi Airport
6.2
No.1: EUROPCAR,
based on 92 reviews
10 min (average wait time)
5.1
No.2: EUROPCAR,
based on 92 reviews
12 min (average wait time)
Nadi Airport car hire information
-
€ 429.66
Average price:
(per week)
-
€ 61.38
Best Price:
Per Week
Average prices per day for car hire at Nadi 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 | € 63 |
---|
February | € 63 |
---|
March | € 55 |
---|
April | € 65 |
---|
May | € 73 |
---|
June | € 70 |
---|
July | € 78 |
---|
August | € 78 |
---|
September | € 73 |
---|
October | € 72 |
---|
November | € 67 |
---|
December | € 73 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 50 |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 97 |
---|
February | € 96 |
---|
March | € 82 |
---|
April | € 99 |
---|
May | € 114 |
---|
June | € 107 |
---|
July | € 116 |
---|
August | € 116 |
---|
September | € 108 |
---|
October | € 106 |
---|
November | € 101 |
---|
December | € 108 |
---|
Item | Percent |
---|
January | € 65 |
---|
February | € 64 |
---|
March | € 59 |
---|
April | € 72 |
---|
May | € 72 |
---|
June | € 72 |
---|
July | € 77 |
---|
August | € 77 |
---|
September | € 72 |
---|
October | € 71 |
---|
November | € 70 |
---|
December | € 72 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 104 |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 97 |
---|
February | € 96 |
---|
March | € 82 |
---|
April | € 99 |
---|
May | € 114 |
---|
June | € 107 |
---|
July | € 116 |
---|
August | € 116 |
---|
September | € 108 |
---|
October | € 106 |
---|
November | € 101 |
---|
December | € 108 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Nadi Airport
Page_Load: CT_ID:6532 NodeID:7963 pvCT_ID:6532 NodeID:7963 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 =7963 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=6532 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=6532 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.