• 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

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
Renault Logan

7 Days rental at 410.84 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Volkswagen Up

4 Adults, 3 Doors

From 71.58 EUR/day
Volkswagen Up

7 Days rental at 501.08 EUR from 22/05/2023

  1 |
  Manual |
  Yes

Toyota Etios XS

5 Adults, 5 Doors

From 72.56 EUR/day
Toyota Etios XS

7 Days rental at 507.92 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 3 Doors

From 77.11 EUR/day
Volkswagen Golf

7 Days rental at 539.82 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 3 Doors

From 80.97 EUR/day
Volkswagen Golf

7 Days rental at 566.81 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Mystery Car Compact or Larger

4 Adults, 3 Doors

From 92.86 EUR/day
Mystery Car Compact or Larger

7 Days rental at 650.07 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Fiat Palio

5 Adults, 3 Doors

From 93.81 EUR/day
Fiat Palio

7 Days rental at 656.72 EUR from 22/05/2023

  2 |
  Manual |
  Yes

Nissan Versa

5 Adults, 3 Doors

From 94.04 EUR/day
Nissan Versa

7 Days rental at 658.33 EUR from 22/05/2023

  2 |
  Automatic |
  Yes

Chevrolet Onix

5 Adults, 5 Doors

From 94.76 EUR/day
Chevrolet Onix

7 Days rental at 663.35 EUR from 22/05/2023

  2 |
  Manual |
  Yes

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
60
70
60
70
70
1 min (average wait time)

Tucuman Airport car hire information

  • 6.8/10
    Best Rated Agent:
    Europcar EMEA Franchise
  • € 410.83
    Average price:
    (per week)
  • € 58.69
    Best Price:
    Per Week
  • 14
    Most Popular Type:
    Compact
  • 3
    Most popular model:
    Chevrolet Cobalt
  • 25
    Total Cars Available
     

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)
ItemPercent
January€ 92
February€ 95
March€ 94
April€ 102
May€ 96
June€ 67
July€ 78
August€ 74
September€ 75
October€ 68
November€ 89
December€ 77
ItemPercent
January€ 85
February€ 82
March€ 88
April€ 90
May€ 89
June€ 59
July€ 76
August€ 63
September€ 65
October€ 58
November€ 80
December€ 72
ItemPercent
January
February
March
April
May€ 72
June
July€ 71
August€ 83
September€ 89
October
November
December
ItemPercent
January€ 134
February€ 88
March€ 133
April€ 166
May€ 117
June€ 94
July€ 94
August€ 104
September€ 99
October€ 84
November€ 104
December€ 99
ItemPercent
January€ 64
February€ 57
March€ 60
April€ 62
May€ 55
June€ 55
July€ 57
August€ 56
September€ 54
October€ 43
November€ 50
December€ 62
ItemPercent
January€ 172
February€ 63
March€ 140
April€ 212
May€ 146
June€ 96
July€ 100
August€ 116
September€ 120
October€ 104
November€ 136
December€ 115
ItemPercent
ItemPercent
*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
faq
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 Argentina fo find you the best price and that's a promise...

from
€68
per day
ItemPercent
Jan€ 86
Feb€ 73
Mar€ 70
Apr€ 47
May€ 52
Jun€ 52
Jul€ 80
Aug€ 70
Sep€ 73
Oct€ 74
Nov€ 75
Dec
from
€54
per day
ItemPercent
Jan€ 69
Feb€ 58
Mar€ 49
Apr€ 31
May€ 34
Jun€ 51
Jul€ 83
Aug€ 64
Sep€ 51
Oct€ 46
Nov€ 52
Dec€ 58
from
€96
per day
ItemPercent
Jan€ 87
Feb€ 80
Mar€ 76
Apr€ 124
May€ 108
Jun€ 89
Jul€ 109
Aug€ 93
Sep€ 95
Oct€ 96
Nov€ 97
Dec€ 99
from
€83
per day
ItemPercent
Jan€ 84
Feb€ 103
Mar€ 76
Apr€ 67
May€ 72
Jun€ 71
Jul€ 85
Aug€ 87
Sep€ 90
Oct€ 80
Nov€ 92
Dec€ 94