Mendoza Airport Mini Guide
Mendoza Airport also known as Gov. Francisco Gabrielli International Airport is a medium sized airport in Argentina and is the easiest way to access the city, it is five miles northeast of the centre. It is an international airport including flights from
Chile. Be aware that as a foreigner arriving on a domestic flight you must pay a surcharge, but you would avoid this flying in from
Santiago.
Current Rental Rates at Mendoza Airport
Renault Logan
5 Adults, 5 Doors
From 55.17 EUR/day
7 Days rental at 386.24 EUR from 22/05/2023
Mystery Car Compact or Larger
4 Adults, 3 Doors
From 56.56 EUR/day
7 Days rental at 395.92 EUR from 22/05/2023
Volkswagen Golf
5 Adults, 3 Doors
From 56.64 EUR/day
7 Days rental at 396.48 EUR from 22/05/2023
Fiat Palio
5 Adults, 3 Doors
From 57.13 EUR/day
7 Days rental at 399.95 EUR from 22/05/2023
Chevrolet Onix
5 Adults, 5 Doors
From 57.71 EUR/day
7 Days rental at 404.01 EUR from 22/05/2023
Mystery Car Compact or Larger
4 Adults, 3 Doors
From 59.38 EUR/day
7 Days rental at 415.72 EUR from 22/05/2023
Volkswagen Golf
5 Adults, 3 Doors
From 59.47 EUR/day
7 Days rental at 416.30 EUR from 22/05/2023
Fiat Palio
5 Adults, 3 Doors
From 59.99 EUR/day
7 Days rental at 419.95 EUR from 22/05/2023
Mystery Car Compact or Larger
4 Adults, 3 Doors
From 60.50 EUR/day
7 Days rental at 423.54 EUR from 22/05/2023
Useful to know about Mendoza Airport
- The airport is called Governor Francisco Gabrielli International Airport.
- It’s located 5 miles north east of Mendoza city centre.
- Having a small terminal building, the airport gets very crowded.
- One million passengers used the airport last year.
- Although an international airport, these flights are from neighbouring countries only.
Popular car hire destinations in Mendoza Airport
Best car rental companies in Mendoza Airport
6.8
No.1: EUROPCAR,
based on 39 reviews
1 min (average wait time)
Mendoza Airport car hire information
-
€ 386.19
Average price:
(per week)
-
€ 55.17
Best Price:
Per Week
Average prices per day for car hire at Mendoza 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 | € 105 |
---|
February | € 95 |
---|
March | € 86 |
---|
April | € 75 |
---|
May | € 72 |
---|
June | € 74 |
---|
July | € 85 |
---|
August | € 76 |
---|
September | € 77 |
---|
October | € 72 |
---|
November | € 75 |
---|
December | € 85 |
---|
Item | Percent |
---|
January | € 87 |
---|
February | € 89 |
---|
March | € 77 |
---|
April | € 57 |
---|
May | € 56 |
---|
June | € 64 |
---|
July | € 61 |
---|
August | € 54 |
---|
September | € 58 |
---|
October | € 57 |
---|
November | € 61 |
---|
December | € 66 |
---|
Item | Percent |
---|
January | € 152 |
---|
February | € 151 |
---|
March | € 146 |
---|
April | € 74 |
---|
May | € 99 |
---|
June | € 137 |
---|
July | € 120 |
---|
August | € 116 |
---|
September | € 105 |
---|
October | € 65 |
---|
November | € 162 |
---|
December | € 194 |
---|
Item | Percent |
---|
January | € 176 |
---|
February | € 137 |
---|
March | € 126 |
---|
April | € 120 |
---|
May | € 107 |
---|
June | € 131 |
---|
July | € 128 |
---|
August | € 115 |
---|
September | € 110 |
---|
October | € 104 |
---|
November | € 120 |
---|
December | € 131 |
---|
Item | Percent |
---|
January | € 67 |
---|
February | € 60 |
---|
March | € 63 |
---|
April | € 58 |
---|
May | € 53 |
---|
June | € 57 |
---|
July | € 65 |
---|
August | € 62 |
---|
September | € 59 |
---|
October | € 40 |
---|
November | € 48 |
---|
December | € 65 |
---|
Item | Percent |
---|
January | € 205 |
---|
February | € 151 |
---|
March | € 143 |
---|
April | € 133 |
---|
May | € 126 |
---|
June | € 153 |
---|
July | € 150 |
---|
August | € 129 |
---|
September | € 129 |
---|
October | € 124 |
---|
November | € 137 |
---|
December | € 146 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Mendoza Airport
Page_Load: CT_ID:6676 NodeID:6821 pvCT_ID:6676 NodeID:6821 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 =6821 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=6676 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=6676 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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.