Deauville Airport Mini Guide
Deauville airport is quite small and has limited facilities. Ryanair do a budget flight from
Stansted whilst Flybe operate from
Birmingham, Bournemouth and Exeter. If that is not enough then CityJet will get you from
London City Airport in under an hour. Once at the airport, collecting your pre-booked hire car is a simple and within minutes you could be relaxing on the beach or having a flutter on a horse at the races.
Hiring from us guarantees you a quality latest car hire model which comes fully covered by comprehensive insurance, collision damage waiver cover and in the rare event that you might need it, 24 hour emergency assistance. Add in the best possible prices, especially if you pre-book early, and your Deauville holiday is already off to a great start.
Current Rental Rates at Deauville Airport
Fiat 500
4 Adults, 3 Doors
From 47.16 EUR/day
7 Days rental at 330.12 EUR from 22/05/2023
Renault Clio
5 Adults, 5 Doors
From 52.87 EUR/day
7 Days rental at 370.12 EUR from 22/05/2023
Renault Captur
5 Adults, 5 Doors
From 57.57 EUR/day
7 Days rental at 403.00 EUR from 22/05/2023
Renault Megane Estate
5 Adults, 5 Doors
From 63.32 EUR/day
7 Days rental at 443.29 EUR from 22/05/2023
Useful to know about Deauville Airport
- The airport’s full name is Deauville Saint-Gatien Airport
- There are flights from five UK airports to Deauville Airport
- It’s less than five miles to get into fabulous Deauville from the airport
- Deauville is the Newmarket of France with two racecourses and horse breeding facilities
- Deauville’s other claim to fame is its beautiful sandy beach which gets packed in the summer months
Popular car hire destinations in Deauville Airport
Best car rental companies in Deauville Airport
7.4
No.1: EUROPCAR,
based on 5164 reviews
16 min (average wait time)
7.1
No.2: KEDDY BY EUROPCAR,
based on 2611 reviews
11 min (average wait time)
6.8
No.3: HERTZ,
based on 3916 reviews
16 min (average wait time)
Deauville Airport car hire information
-
€ 330.12
Average price:
(per week)
-
€ 47.16
Best Price:
Per Week
Average prices per day for car hire at Deauville Airport
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 | € 34 |
---|
February | € 39 |
---|
March | € 35 |
---|
April | € 36 |
---|
May | € 43 |
---|
June | € 51 |
---|
July | € 60 |
---|
August | € 73 |
---|
September | € 42 |
---|
October | € 39 |
---|
November | € 53 |
---|
December | € 58 |
---|
Item | Percent |
---|
January | € 28 |
---|
February | € 29 |
---|
March | € 27 |
---|
April | € 29 |
---|
May | € 35 |
---|
June | € 43 |
---|
July | € 57 |
---|
August | € 63 |
---|
September | € 36 |
---|
October | € 34 |
---|
November | € 45 |
---|
December | € 48 |
---|
Item | Percent |
---|
January | € 34 |
---|
February | € 41 |
---|
March | € 41 |
---|
April | € 48 |
---|
May | € 42 |
---|
June | € 49 |
---|
July | € 57 |
---|
August | € 88 |
---|
September | € 38 |
---|
October | € 50 |
---|
November | € 63 |
---|
December | € 102 |
---|
Item | Percent |
---|
January | € 25 |
---|
February | € 26 |
---|
March | € 23 |
---|
April | € 24 |
---|
May | € 29 |
---|
June | € 38 |
---|
July | € 49 |
---|
August | € 53 |
---|
September | € 32 |
---|
October | € 30 |
---|
November | € 35 |
---|
December | € 39 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 48 |
---|
May | € 81 |
---|
June | € 49 |
---|
July | |
---|
August | € 76 |
---|
September | € 48 |
---|
October | € 55 |
---|
November | € 52 |
---|
December | |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 60 |
---|
May | € 45 |
---|
June | € 54 |
---|
July | € 60 |
---|
August | € 92 |
---|
September | |
---|
October | |
---|
November | € 92 |
---|
December | € 94 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Deauville Airport
Page_Load: CT_ID:2021 NodeID:22439 pvCT_ID:2021 NodeID:22439 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 =22439 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=2021 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=2021 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.