• 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

Falmouth Mini Guide

Falmouth is one of the most attractive parts of the south western English county of Cornwall. You can collect your hire car from Falmouth itself or Newquay Airport, or further afield Exeter or Bristol Airport.

Current Rental Rates in Falmouth

Toyota Aygo

4 Adults, 3 Doors

From 59.67 EUR/day
Toyota Aygo

7 Days rental at 417.73 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 60.89 EUR/day
Opel Corsa

7 Days rental at 426.25 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 65.64 EUR/day
Opel Corsa

7 Days rental at 459.50 EUR from 12/12/2022

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 66.30 EUR/day
Opel Astra

7 Days rental at 464.13 EUR from 12/12/2022

  3 |
  Manual |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 67.66 EUR/day
Nissan Qashqai

7 Days rental at 473.62 EUR from 12/12/2022

  4 |
  Manual |
  Yes

Opel Insignia

5 Adults, 4 Doors

From 74.42 EUR/day
Opel Insignia

7 Days rental at 520.97 EUR from 12/12/2022

  4 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 79.56 EUR/day
Opel Corsa

7 Days rental at 556.97 EUR from 12/12/2022

  2 |
  Automatic |
  Yes

Opel Astra

5 Adults, 5 Doors

From 82.88 EUR/day
Opel Astra

7 Days rental at 580.19 EUR from 12/12/2022

  3 |
  Automatic |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 84.57 EUR/day
Nissan Qashqai

7 Days rental at 592.01 EUR from 12/12/2022

  4 |
  Automatic |
  Yes

Useful to know about Falmouth

  • Falmouth is found, as you would expect, at the mouth of the River Fal.
  • Falmouth harbour is the world’s third deepest port.
  • The name of the town was originally ‘Peny-cwm-cuic’.
  • Pendennis Castle, nearby, was an important line of defence against Spanish invasion.
  • The town used to operate the Falmouth Packet Service, the mail delivery system for the whole of the Empire.

 

Popular car hire destinations in Falmouth

Best car rental companies in Falmouth

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)

Falmouth car hire information

  • 8.2/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 417.69
    Average price:
    (per week)
  • € 59.67
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Economy
  • 3
    Most popular model:
    Opel Corsa
  • 16
    Total Cars Available
     

Average prices per day in Falmouth

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
January€ 106
February€ 78
March€ 85
April€ 44
May€ 84
June€ 113
July€ 78
September€ 89
October€ 80
November€ 99
December€ 90
ItemPercent
January€ 102
February€ 77
March€ 73
April€ 42
May€ 74
June€ 106
July€ 73
September€ 83
October€ 74
November€ 92
December€ 87
ItemPercent
January€ 171
February€ 135
March€ 134
April€ 76
May€ 122
June€ 215
July€ 163
September€ 143
October€ 144
November€ 165
December€ 181
ItemPercent
January€ 118
February€ 88
March€ 86
April€ 51
May€ 81
June€ 150
July€ 87
September€ 121
October€ 86
November€ 113
December€ 112
ItemPercent
January€ 87
February€ 63
March€ 68
April€ 37
May€ 68
June€ 95
July€ 62
September€ 74
October€ 64
November€ 76
December€ 73
ItemPercent
January€ 222
February€ 147
March€ 133
April€ 71
May€ 119
June€ 256
July€ 184
September€ 145
October€ 154
November€ 178
December€ 175
ItemPercent
January€ 118
February€ 109
March€ 103
April€ 48
May€ 90
June€ 150
July€ 82
September€ 135
October€ 85
November€ 115
December€ 97
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:170469 NodeID:14103 pvCT_ID:170469 NodeID:14103 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 =14103 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=170469 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=170469 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
€59
per day
ItemPercent
Jan€ 44
Feb€ 45
Mar€ 61
Apr€ 76
May€ 71
Jun€ 65
Jul€ 98
Aug€ 71
Sep€ 55
Oct€ 45
Nov€ 41
Dec€ 39
from
€40
per day
ItemPercent
Jan€ 38
Feb€ 35
Mar€ 36
Apr€ 51
May€ 49
Jun€ 41
Jul€ 47
Aug€ 47
Sep€ 42
Oct€ 30
Nov€ 30
Dec€ 34
from
€43
per day
ItemPercent
Jan€ 29
Feb€ 26
Mar€ 23
Apr€ 32
May€ 31
Jun€ 47
Jul€ 90
Aug€ 90
Sep€ 48
Oct€ 43
Nov€ 28
Dec€ 27
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