• 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

Cuzco Car Rental Mini Guide

Cuzco is one of the richest cities for archaeological remains in the whole of South America but with most of the highlights being outside the city, you will need to hire a car in Cuzco, or you will be disappointed. Hire cars in Cuzco are particularly good value. We make sure that you are only offered the lowest prices for the best packages of car hire in Cuzco.

You will still be guaranteed a top-quality hire car which will have a full range of insurance cover including collision damage waiver and, although you should not need it, we also include 24-hour emergency roadside assistance.
Cuzco has its own airport on the outskirts of the city with connecting flights from Lima from Paris, Amsterdam and Madrid so UK travellers could have several connections to contend with although there is a flight from Atlanta to Lima. We recommend taking the internal flight, however you can rent a car from Lima and drive.

Current Rental Rates in Cuzco

Toyota Yaris

5 Adults, 5 Doors

From 29.22 EUR/day
Toyota Yaris

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

  2 |
  Manual |
  Yes

Toyota Yaris

5 Adults, 3 Doors

From 34.31 EUR/day
Toyota Yaris

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

  2 |
  Automatic |
  Yes

Toyota Rav4

5 Adults, 5 Doors

From 61.12 EUR/day
Toyota Rav4

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

  3 |
  Automatic |
  Yes

Mitsubishi Montero

5 Adults, 5 Doors

From 89.40 EUR/day
Mitsubishi Montero

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

  3 |
  Automatic |
  Yes

Useful to know about Cuzco

  • Cuzco was the capital of the Inca Empire
  • The entire city is now a UNESCO World Heritage Site
  • The population of Cuzco has tripled over the last two decades
  • Despite Lima being the official capital of Peru, Cuzco has been named as the permanent cultural capital.
  • The city’s flag is rainbow striped which reflects the rainbows often seen in the sky over the Andes

 

Popular car hire destinations in Cuzco

Cuzco car hire information

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

Average prices per day in Cuzco

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€ 32
ItemPercent
April€ 61
ItemPercent
April€ 89
ItemPercent
April€ 61
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:32416 NodeID:20607 pvCT_ID:32416 NodeID:20607 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 =20607 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=32416 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=32416 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.


Other Rhino Car Hire Locations

We specialise in car rentals throughout Peru fo find you the best price and that's a promise...

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