Buenos Aires Ezeiza Airport
Ezeiza International Airport is situated to the south of Buenos Aires, 22km away from the city centre so a hire car is recommended to continue your journey. It is Argentina’s largest airport, managing 85% of the country's flights, from the three terminals. Most major airports in Europe have a flight direct to Buenos Aires, however, you could also connect easily via North
America, South America and
Australia.
If you are hiring a car, the car hire desks are situated in sector A of the arrivals area.
Current Rental Rates at Buenos Aires Ezeiza Airport
Volkswagen Golf
5 Adults, 3 Doors
From 77.11 EUR/day
7 Days rental at 539.82 EUR from 22/05/2023
Volkswagen Gol
5 Adults, 3 Doors
From 78.72 EUR/day
7 Days rental at 551.09 EUR from 22/05/2023
Mystery Car Compact or Larger
4 Adults, 3 Doors
From 80.54 EUR/day
7 Days rental at 563.82 EUR from 22/05/2023
Nissan Versa
5 Adults, 5 Doors
From 80.94 EUR/day
7 Days rental at 566.64 EUR from 22/05/2023
Volkswagen Golf
5 Adults, 3 Doors
From 80.97 EUR/day
7 Days rental at 566.81 EUR from 22/05/2023
Fiat Palio
5 Adults, 3 Doors
From 81.36 EUR/day
7 Days rental at 569.58 EUR from 22/05/2023
Mystery Car Compact or Larger
4 Adults, 3 Doors
From 82.12 EUR/day
7 Days rental at 574.87 EUR from 22/05/2023
Chevrolet Onix
5 Adults, 5 Doors
From 82.19 EUR/day
7 Days rental at 575.33 EUR from 22/05/2023
Fiat Palio
5 Adults, 3 Doors
From 82.96 EUR/day
7 Days rental at 580.74 EUR from 22/05/2023
Useful to know about Buenos Aires Ezeiza Airport
- The airport is officially called Ministro Pistarini International Airport.
- It’s located 14 miles south west of the city centre.
- It’s Argentina’s largest airport.
- The airport received its first international flight from London Heathrow in 1946.
- Near the airport is the scene of the Ezeiza Massacre which ruined the homecoming plans of Juan Peron.
Popular car hire destinations in Buenos Aires Ezeiza Airport
Buenos Aires Ezeiza Airport car hire information
-
0.0/10
Best Rated Agent:
N/A
-
€ 539.77
Average price:
(per week)
-
€ 77.11
Best Price:
Per Week
Average prices per day for car hire at Buenos Aires Ezeiza 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 | € 109 |
---|
February | € 134 |
---|
March | € 104 |
---|
April | € 90 |
---|
May | € 90 |
---|
June | € 81 |
---|
July | € 87 |
---|
August | € 81 |
---|
September | € 79 |
---|
October | € 79 |
---|
November | € 82 |
---|
December | € 108 |
---|
Item | Percent |
---|
January | € 80 |
---|
February | € 100 |
---|
March | € 84 |
---|
April | € 71 |
---|
May | € 69 |
---|
June | € 63 |
---|
July | € 60 |
---|
August | € 56 |
---|
September | € 59 |
---|
October | € 57 |
---|
November | € 60 |
---|
December | € 81 |
---|
Item | Percent |
---|
January | € 51 |
---|
February | € 55 |
---|
March | € 78 |
---|
April | € 77 |
---|
May | |
---|
June | |
---|
July | € 70 |
---|
August | € 74 |
---|
September | € 69 |
---|
October | € 90 |
---|
November | |
---|
December | € 123 |
---|
Item | Percent |
---|
January | € 163 |
---|
February | € 183 |
---|
March | € 143 |
---|
April | € 125 |
---|
May | € 130 |
---|
June | € 122 |
---|
July | € 113 |
---|
August | € 104 |
---|
September | € 94 |
---|
October | € 90 |
---|
November | € 102 |
---|
December | € 139 |
---|
Item | Percent |
---|
January | € 61 |
---|
February | € 67 |
---|
March | € 66 |
---|
April | € 50 |
---|
May | € 44 |
---|
June | € 55 |
---|
July | € 53 |
---|
August | € 51 |
---|
September | € 46 |
---|
October | € 39 |
---|
November | € 41 |
---|
December | € 56 |
---|
Item | Percent |
---|
January | € 210 |
---|
February | € 232 |
---|
March | € 170 |
---|
April | € 163 |
---|
May | € 176 |
---|
June | € 157 |
---|
July | € 134 |
---|
August | € 125 |
---|
September | € 113 |
---|
October | € 103 |
---|
November | € 123 |
---|
December | € 188 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Buenos Aires Ezeiza Airport
Page_Load: CT_ID:4624 NodeID:6812 pvCT_ID:4624 NodeID:6812 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 =6812 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4624 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4624 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.