• 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

Penzance Mini Guide

Hiring a car is a great way to explore what is one of the most scenic parts of England and there are some stunning coastal drives which you can do. Another place you can drive to without too much difficulty is Trereife House and this 18th century manor house opens its rooms and gardens to visitors.
 
It takes around six hours to drive from London to Penzance and the routes you would use are via the motorways M4 and M5, followed by the A30 road.
 

Current Rental Rates in Penzance

Kia Sorento

5 Adults, 5 Doors

From 93.18 EUR/day
Kia Sorento

7 Days rental at 652.29 EUR from 19/10/2020

  6 |
  Automatic |
  Yes

Peugeot 107

4 Adults, 3 Doors

From 101.34 EUR/day
Peugeot 107

7 Days rental at 709.40 EUR from 19/10/2020

  2 |
  Manual |
  Yes

Volkswagen Golf

5 Adults, 5 Doors

From 109.49 EUR/day
Volkswagen Golf

7 Days rental at 766.49 EUR from 19/10/2020

  3 |
  Manual |
  Yes

Useful to know about Penzance

  • From Penzance airport you can get a helicopter trip to The Isles of Scilly.
  • The town is famed for its connection to the opera, ‘The Pirates of Penzance’.
  • It houses a museum celebrating the internationally acclaimed ‘Newlyn School of Art’.
  • The death of Admiral Nelson was first proclaimed in the town.
  • It is in Mount’s Bay, the location of St Michael’s Mount.

 

Popular car hire destinations in Penzance

Penzance car hire information

  • 0.0/10
    Best Rated Agent:
    N/A
  • € 652.26
    Average price:
    (per week)
  • € 93.18
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Fullsize
  • 1
    Most popular model:
    Peugeot 107
  • 3
    Total Cars Available
     

Average prices per day in Penzance

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€ 119
May€ 120
June€ 120
July€ 115
August€ 116
September€ 112
October€ 109
ItemPercent
April€ 101
May€ 102
June€ 102
July€ 98
August€ 99
September€ 96
October€ 93
ItemPercent
April€ 110
May€ 111
June€ 111
July€ 107
August€ 108
September€ 104
October€ 101
ItemPercent
April€ 101
May€ 102
June€ 102
July€ 98
August€ 99
September€ 96
October€ 93
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:188477 NodeID:14157 pvCT_ID:188477 NodeID:14157 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 =14157 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=188477 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=188477 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 UK fo find you the best price and that's a promise...

from
€42
per day
ItemPercent
Jan€ 33
Feb€ 33
Mar€ 35
Apr€ 61
May€ 37
Jun€ 37
Jul€ 39
Aug€ 38
Sep€ 39
Oct€ 76
Nov€ 36
Dec€ 35
from
€56
per day
ItemPercent
Jan€ 36
Feb€ 38
Mar€ 68
Apr€ 68
May€ 68
Jun€ 72
Jul€ 45
Aug€ 76
Sep€ 54
Oct€ 55
Nov€ 43
Dec€ 49
from
€51
per day
ItemPercent
Jan€ 35
Feb€ 36
Mar€ 37
Apr€ 56
May€ 56
Jun€ 53
Jul€ 41
Aug€ 52
Sep€ 89
Oct€ 53
Nov€ 51
Dec€ 52
from
€36
per day
ItemPercent
Jan€ 28
Feb€ 28
Mar€ 31
Apr€ 47
May€ 44
Jun€ 40
Jul€ 44
Aug€ 46
Sep€ 36
Oct€ 29
Nov€ 29
Dec€ 29