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
7 Days rental at 417.73 EUR from 12/12/2022
Opel Corsa
5 Adults, 3 Doors
From 60.89 EUR/day
7 Days rental at 426.25 EUR from 12/12/2022
Opel Corsa
5 Adults, 5 Doors
From 65.64 EUR/day
7 Days rental at 459.50 EUR from 12/12/2022
Opel Astra
5 Adults, 5 Doors
From 66.30 EUR/day
7 Days rental at 464.13 EUR from 12/12/2022
Nissan Qashqai
5 Adults, 5 Doors
From 67.66 EUR/day
7 Days rental at 473.62 EUR from 12/12/2022
Opel Insignia
5 Adults, 4 Doors
From 74.42 EUR/day
7 Days rental at 520.97 EUR from 12/12/2022
Opel Corsa
5 Adults, 5 Doors
From 79.56 EUR/day
7 Days rental at 556.97 EUR from 12/12/2022
Opel Astra
5 Adults, 5 Doors
From 82.88 EUR/day
7 Days rental at 580.19 EUR from 12/12/2022
Nissan Qashqai
5 Adults, 5 Doors
From 84.57 EUR/day
7 Days rental at 592.01 EUR from 12/12/2022
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
19 min (average wait time)
Falmouth car hire information
-
€ 417.69
Average price:
(per week)
-
€ 59.67
Best Price:
Per Week
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)
Item | Percent |
---|
January | € 106 |
---|
February | € 78 |
---|
March | € 85 |
---|
April | € 44 |
---|
May | € 84 |
---|
June | € 113 |
---|
July | € 78 |
---|
September | € 89 |
---|
October | € 80 |
---|
November | € 99 |
---|
December | € 90 |
---|
Item | Percent |
---|
January | € 102 |
---|
February | € 77 |
---|
March | € 73 |
---|
April | € 42 |
---|
May | € 74 |
---|
June | € 106 |
---|
July | € 73 |
---|
September | € 83 |
---|
October | € 74 |
---|
November | € 92 |
---|
December | € 87 |
---|
Item | Percent |
---|
January | € 171 |
---|
February | € 135 |
---|
March | € 134 |
---|
April | € 76 |
---|
May | € 122 |
---|
June | € 215 |
---|
July | € 163 |
---|
September | € 143 |
---|
October | € 144 |
---|
November | € 165 |
---|
December | € 181 |
---|
Item | Percent |
---|
January | € 118 |
---|
February | € 88 |
---|
March | € 86 |
---|
April | € 51 |
---|
May | € 81 |
---|
June | € 150 |
---|
July | € 87 |
---|
September | € 121 |
---|
October | € 86 |
---|
November | € 113 |
---|
December | € 112 |
---|
Item | Percent |
---|
January | € 87 |
---|
February | € 63 |
---|
March | € 68 |
---|
April | € 37 |
---|
May | € 68 |
---|
June | € 95 |
---|
July | € 62 |
---|
September | € 74 |
---|
October | € 64 |
---|
November | € 76 |
---|
December | € 73 |
---|
Item | Percent |
---|
January | € 222 |
---|
February | € 147 |
---|
March | € 133 |
---|
April | € 71 |
---|
May | € 119 |
---|
June | € 256 |
---|
July | € 184 |
---|
September | € 145 |
---|
October | € 154 |
---|
November | € 178 |
---|
December | € 175 |
---|
Item | Percent |
---|
January | € 118 |
---|
February | € 109 |
---|
March | € 103 |
---|
April | € 48 |
---|
May | € 90 |
---|
June | € 150 |
---|
July | € 82 |
---|
September | € 135 |
---|
October | € 85 |
---|
November | € 115 |
---|
December | € 97 |
---|
*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.