Car Rental in Salta, Argentina
Our car rental package in Salta includes insurance without collision excess and free mileage to ensure your rental experience is hassle-free (please refer to current terms and conditions for any limitations or restrictions). Our staff at the Airport and City Locations strive to expedite the check-in process for our customers, making it quick, easy, and secure, just make sure you have your car rental booking voucher and driving licence and you will soon be on your way.
Salta is one of the best preserved old colonial cities in Argentina with the largest range of well-preserved colonial buildings in the whole country. El Aybal Airport is only four miles from the centre of the city and is an international airport in the sense that it takes flights from
Chile as well as Argentina. Also known as Martin Miguel de Guemes Airport, travellers from outside South America will have to find a hub city to fly on from but
Buenos Aires and
Santiago de Chile both have excellent connections with the rest of the world.
Current Rental Rates in Salta
Volkswagen Golf
5 Adults, 3 Doors
From 77.45 EUR/day
7 Days rental at 542.16 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
Chevrolet Onix
5 Adults, 5 Doors
From 92.63 EUR/day
7 Days rental at 648.47 EUR from 24/07/2023
Chevrolet Corsa Classic
5 Adults, 3 Doors
From 95.17 EUR/day
7 Days rental at 666.19 EUR from 24/07/2023
Chevrolet Cobalt
5 Adults, 5 Doors
From 101.91 EUR/day
7 Days rental at 713.38 EUR from 24/07/2023
Useful to know about Salta
- Salta is reputed to have the best preserved colonial architecture in Argentina
- It was founded in 1582 by the conquistador Hernando de Lerma, after whom the valley wherein Salta is situated was named
- It’s also said to have the most liveable climate in Argentina
- The city is nearly 4,000ft above sea level
- The Lerma Valley produces some of Argentina’s fine wines
Popular car hire destinations in Salta
Best car rental companies in Salta
6.4
No.1: EUROPCAR,
based on 6 reviews
1 min (average wait time)
Salta car hire information
-
€ 542.15
Average price:
(per week)
-
€ 77.45
Best Price:
Per Week
Average prices per day in Salta
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 | € 78 |
---|
February | € 80 |
---|
March | € 82 |
---|
April | € 76 |
---|
May | € 78 |
---|
June | € 68 |
---|
July | € 76 |
---|
August | € 65 |
---|
September | € 69 |
---|
October | € 69 |
---|
November | € 72 |
---|
December | € 75 |
---|
Item | Percent |
---|
January | € 70 |
---|
February | € 69 |
---|
March | € 81 |
---|
April | € 65 |
---|
May | € 68 |
---|
June | € 57 |
---|
July | € 74 |
---|
August | € 57 |
---|
September | € 57 |
---|
October | € 59 |
---|
November | € 68 |
---|
December | € 65 |
---|
Item | Percent |
---|
January | € 58 |
---|
February | € 57 |
---|
March | € 59 |
---|
April | € 65 |
---|
May | € 65 |
---|
June | € 56 |
---|
July | € 48 |
---|
August | € 48 |
---|
September | € 52 |
---|
October | € 49 |
---|
November | € 48 |
---|
December | € 69 |
---|
Item | Percent |
---|
January | € 112 |
---|
February | € 63 |
---|
March | € 95 |
---|
April | € 149 |
---|
May | € 111 |
---|
June | € 99 |
---|
July | € 94 |
---|
August | € 98 |
---|
September | € 81 |
---|
October | € 81 |
---|
November | € 90 |
---|
December | € 95 |
---|
Item | Percent |
---|
January | € 48 |
---|
February | € 31 |
---|
March | € 48 |
---|
April | € 49 |
---|
May | € 43 |
---|
June | € 40 |
---|
July | € 43 |
---|
August | € 34 |
---|
September | € 39 |
---|
October | € 38 |
---|
November | € 36 |
---|
December | € 48 |
---|
Item | Percent |
---|
January | € 140 |
---|
February | € 63 |
---|
March | € 111 |
---|
April | € 182 |
---|
May | € 143 |
---|
June | € 111 |
---|
July | € 114 |
---|
August | € 112 |
---|
September | € 102 |
---|
October | € 95 |
---|
November | € 114 |
---|
December | € 106 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:5449 NodeID:6826 pvCT_ID:5449 NodeID:6826 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 =6826 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=5449 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=5449 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.