Tucuman Airport Mini Guide
Around 45 minutes away from the city centre is Tucuman Airport which has flights by different carriers from Buenos Aires and other big Argentinian cities. Although the airport serves an important region of the country, it is not big and so has limited facilities.
Easy to spot, the car hire desk is in the arrival’s hall, and it is recommended that you pre-book any rental requirements as there are limited availability of vehicles to hire.
Current Rental Rates in Tucuman Airport
Renault Logan
5 Adults, 5 Doors
From 58.69 EUR/day
7 Days rental at 410.84 EUR from 22/05/2023
Volkswagen Up
4 Adults, 3 Doors
From 71.58 EUR/day
7 Days rental at 501.08 EUR from 22/05/2023
Toyota Etios XS
5 Adults, 5 Doors
From 72.56 EUR/day
7 Days rental at 507.92 EUR from 22/05/2023
Volkswagen Golf
5 Adults, 3 Doors
From 77.11 EUR/day
7 Days rental at 539.82 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
Mystery Car Compact or Larger
4 Adults, 3 Doors
From 92.86 EUR/day
7 Days rental at 650.07 EUR from 22/05/2023
Fiat Palio
5 Adults, 3 Doors
From 93.81 EUR/day
7 Days rental at 656.72 EUR from 22/05/2023
Nissan Versa
5 Adults, 3 Doors
From 94.04 EUR/day
7 Days rental at 658.33 EUR from 22/05/2023
Chevrolet Onix
5 Adults, 5 Doors
From 94.76 EUR/day
7 Days rental at 663.35 EUR from 22/05/2023
Useful to know about Tucuman Airport
- Tucuman Airport is five miles from the main city of San Miguel de Tucuman.
- The airport opened in 1981 replacing a city centre airport that had become too small.
- Nearly half a million passengers used the airport last year.
- The majority of the flights to Tucuman come from the capital, Buenos Aires.
- The airport is named after Argentine General Benjamin Matienzo.
Popular car hire destinations in Tucuman Airport
Best car rental companies in Tucuman Airport
6.8
No.1: EUROPCAR,
based on 39 reviews
1 min (average wait time)
Tucuman Airport car hire information
-
€ 410.83
Average price:
(per week)
-
€ 58.69
Best Price:
Per Week
Average prices per day for car hire in Tucuman 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 | € 92 |
---|
February | € 95 |
---|
March | € 94 |
---|
April | € 102 |
---|
May | € 96 |
---|
June | € 67 |
---|
July | € 78 |
---|
August | € 74 |
---|
September | € 75 |
---|
October | € 68 |
---|
November | € 89 |
---|
December | € 77 |
---|
Item | Percent |
---|
January | € 85 |
---|
February | € 82 |
---|
March | € 88 |
---|
April | € 90 |
---|
May | € 89 |
---|
June | € 59 |
---|
July | € 76 |
---|
August | € 63 |
---|
September | € 65 |
---|
October | € 58 |
---|
November | € 80 |
---|
December | € 72 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | |
---|
May | € 72 |
---|
June | |
---|
July | € 71 |
---|
August | € 83 |
---|
September | € 89 |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 134 |
---|
February | € 88 |
---|
March | € 133 |
---|
April | € 166 |
---|
May | € 117 |
---|
June | € 94 |
---|
July | € 94 |
---|
August | € 104 |
---|
September | € 99 |
---|
October | € 84 |
---|
November | € 104 |
---|
December | € 99 |
---|
Item | Percent |
---|
January | € 64 |
---|
February | € 57 |
---|
March | € 60 |
---|
April | € 62 |
---|
May | € 55 |
---|
June | € 55 |
---|
July | € 57 |
---|
August | € 56 |
---|
September | € 54 |
---|
October | € 43 |
---|
November | € 50 |
---|
December | € 62 |
---|
Item | Percent |
---|
January | € 172 |
---|
February | € 63 |
---|
March | € 140 |
---|
April | € 212 |
---|
May | € 146 |
---|
June | € 96 |
---|
July | € 100 |
---|
August | € 116 |
---|
September | € 120 |
---|
October | € 104 |
---|
November | € 136 |
---|
December | € 115 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Tucuman Airport
Page_Load: CT_ID:4636 NodeID:6832 pvCT_ID:4636 NodeID:6832 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 =6832 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4636 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4636 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.