Salta Airport Mini Guide
Salta Airport gets you right into the heart of Argentina’s part of the Andes Mountain range and close to the beautiful city of Salta. We would recommend four-wheel drive hire cars from Salta Airport for as soon as you see the stunning scenery that surrounds the city you will want to get out and into it.
Travellers to Argentina who want to see something a little different are the ones who travel to Salta. People come from the capital Buenos Aires as well as the capital of
Chile,
Santiago.
Current Rental Rates in Salta Airport
Volkswagen Up
4 Adults, 3 Doors
From 76.75 EUR/day
7 Days rental at 537.29 EUR from 24/07/2023
Volkswagen Golf
5 Adults, 3 Doors
From 77.45 EUR/day
7 Days rental at 542.16 EUR from 24/07/2023
Toyota Etios XS
5 Adults, 5 Doors
From 82.08 EUR/day
7 Days rental at 574.61 EUR from 24/07/2023
Chevrolet Onix
5 Adults, 5 Doors
From 82.75 EUR/day
7 Days rental at 579.27 EUR from 24/07/2023
Mystery Car Compact or Larger
4 Adults, 3 Doors
From 83.22 EUR/day
7 Days rental at 582.54 EUR from 24/07/2023
Fiat Palio
5 Adults, 3 Doors
From 84.06 EUR/day
7 Days rental at 588.48 EUR from 24/07/2023
Chevrolet Onix
5 Adults, 5 Doors
From 84.91 EUR/day
7 Days rental at 594.43 EUR from 24/07/2023
Mystery Car Compact or Larger
4 Adults, 3 Doors
From 90.78 EUR/day
7 Days rental at 635.49 EUR from 24/07/2023
Volkswagen Gol
5 Adults, 3 Doors
From 91.71 EUR/day
7 Days rental at 641.98 EUR from 24/07/2023
Useful to know about Salta Airport
- Salta Airport’s full name is Martin Miguel de Guemes International Airport and it’s also known as El Aybal Airport
- 400,000 passengers use the airport annually
- It’s the hub airport for all flights to and from the Andes
- It’s only just under four miles into the city of Salta
Popular car hire destinations in Salta Airport
Best car rental companies in Salta Airport
7.7
No.1: EUROPCAR,
based on 39 reviews
1 min (average wait time)
Salta Airport car hire information
-
€ 537.25
Average price:
(per week)
-
€ 76.75
Best Price:
Per Week
Average prices per day in Salta 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 | € 89 |
---|
February | € 84 |
---|
March | € 85 |
---|
April | € 81 |
---|
May | € 81 |
---|
June | € 76 |
---|
July | € 81 |
---|
August | € 69 |
---|
September | € 71 |
---|
October | € 71 |
---|
November | € 81 |
---|
December | € 80 |
---|
Item | Percent |
---|
January | € 78 |
---|
February | € 70 |
---|
March | € 81 |
---|
April | € 67 |
---|
May | € 72 |
---|
June | € 60 |
---|
July | € 78 |
---|
August | € 59 |
---|
September | € 61 |
---|
October | € 59 |
---|
November | € 70 |
---|
December | € 68 |
---|
Item | Percent |
---|
January | € 152 |
---|
February | € 157 |
---|
March | € 120 |
---|
April | € 106 |
---|
May | € 109 |
---|
June | € 140 |
---|
July | € 52 |
---|
August | € 103 |
---|
September | € 111 |
---|
October | € 71 |
---|
November | € 159 |
---|
December | € 162 |
---|
Item | Percent |
---|
January | € 118 |
---|
February | € 121 |
---|
March | € 125 |
---|
April | € 136 |
---|
May | € 116 |
---|
June | € 111 |
---|
July | € 110 |
---|
August | € 87 |
---|
September | € 80 |
---|
October | € 82 |
---|
November | € 91 |
---|
December | € 99 |
---|
Item | Percent |
---|
January | € 59 |
---|
February | € 58 |
---|
March | € 59 |
---|
April | € 63 |
---|
May | € 60 |
---|
June | € 59 |
---|
July | € 63 |
---|
August | € 53 |
---|
September | € 55 |
---|
October | € 46 |
---|
November | € 46 |
---|
December | € 59 |
---|
Item | Percent |
---|
January | € 144 |
---|
February | € 150 |
---|
March | € 151 |
---|
April | € 157 |
---|
May | € 139 |
---|
June | € 125 |
---|
July | € 131 |
---|
August | € 104 |
---|
September | € 97 |
---|
October | € 95 |
---|
November | € 116 |
---|
December | € 109 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:48648 NodeID:20504 pvCT_ID:48648 NodeID:20504 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 =20504 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=48648 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=48648 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.