• 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

Arequipa Car Rental Mini Guide

Arequipa is a big city with much to see and outside the city limits there is more still. Without a hire car you will miss so much of what the city has to offer and not get the chance to drive close to the volcanoes that overshadow the city.

Many travellers believe that the cost of car hire is prohibitive, but our customers know differently. You will not find anywhere else that offers Arequipa car hire for the same low cost and includes one of the highest levels of insurance and breakdown cover in the price.
 
Rodriguez Ballon Airport is only five miles from the city and whilst only a regional airport, it has daily flights from Lima and Cuzco so it’s easy to get to. Lima has several flights from North America and from Europe so travellers can fly in from airports such as Madrid Airport, Amsterdam or Paris as well as Atlanta or Newark.

Current Rental Rates in Arequipa

Toyota Yaris

5 Adults, 5 Doors

From 25.73 EUR/day
Toyota Yaris

7 Days rental at 180.16 EUR from 20/04/2020

  2 |
  Manual |
  Yes

Toyota Yaris

5 Adults, 3 Doors

From 27.21 EUR/day
Toyota Yaris

7 Days rental at 190.48 EUR from 20/04/2020

  2 |
  Automatic |
  Yes

Toyota Hilux

4 Adults, 4 Doors

From 87.93 EUR/day
Toyota Hilux

7 Days rental at 615.54 EUR from 20/04/2020

  0 |
  Manual |
  Yes

Useful to know about Arequipa

  • Arequipa is the legislative capital of Peru
  • The city is Peru’s second biggest and is known as the ‘white city’ because of the stone called ‘sillar’ that it’s mainly constructed from
  • It was founded by the conquistador Francisco Pizarro in August 1540
  • In 2001, the city was struck by an earthquake of magnitude 8.4; one of the strongest of modern times
  • The city is located at an altitude of over 2,400m and is surrounded by impressive volcanoes

 

Popular car hire destinations in Arequipa

Arequipa car hire information

  • 0.0/10
    Best Rated Agent:
    N/A
  • € 180.11
    Average price:
    (per week)
  • € 25.73
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 2
    Most popular model:
    Toyota Yaris
  • 3
    Total Cars Available
     

Average prices per day for car hire in Arequipa

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
April€ 88
ItemPercent
April€ 26
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Arequipa

Page_Load: CT_ID:29632 NodeID:20921 pvCT_ID:29632 NodeID:20921 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 =20921 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=29632 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=29632 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 Peru fo find you the best price and that's a promise...

from
€40
per day
ItemPercent
Jan€ 37
Feb€ 36
Mar€ 36
Apr€ 35
May€ 30
Jun€ 45
Jul€ 38
Aug€ 39
Sep€ 40
Oct€ 41
Nov€ 46
Dec€ 53
from
€27
per day
ItemPercent
Jan€ 23
Feb€ 23
Mar€ 23
Apr€ 21
May€ 22
Jun€ 22
Jul€ 30
Aug€ 31
Sep€ 32
Oct€ 33
Nov€ 33
Dec€ 34
from
€24
per day
ItemPercent
Jan€ 23
Feb€ 23
Mar€ 23
Apr€ 21
May€ 22
Jun€ 22
Jul€ 24
Aug€ 25
Sep€ 26
Oct€ 30
Nov€ 26
Dec€ 27
from
€0
per day
ItemPercent