Car Hire at Bournemouth Airport Mini Guide
You can save yourself a lot of time and hassle by hiring a car with Rhino online so it is ready and waiting for you upon arrival. That way you can get out into the beautiful countryside surrounding Bournemouth with ease and also head to its award winning beaches.
From Bournemouth you can fly to destinations all over the world. In Europe these include
Cyprus,
France,
Italy,
Ireland,
Poland,
Portugal,
Turkey and
Tunisia. There are long haul flights to destinations which are popular with English tourists such as
New York and Barbados too.
Wherever you arrive from, car hire at Bournemouth Airport is waiting for you upon arrival.
Current Rental Rates at Bournemouth Airport
Kia Picanto
4 Adults, 3 Doors
From 57.69 EUR/day
7 Days rental at 403.89 EUR from 24/07/2023
Opel Corsa
5 Adults, 3 Doors
From 58.28 EUR/day
7 Days rental at 407.96 EUR from 24/07/2023
Opel Astra
5 Adults, 5 Doors
From 62.32 EUR/day
7 Days rental at 436.30 EUR from 24/07/2023
Kia Ceed
5 Adults, 3 Doors
From 77.90 EUR/day
7 Days rental at 545.35 EUR from 24/07/2023
Useful to know about Bournemouth Airport
- Bournemouth Airport first started off as a RAF base in 1941.
- In 1958 Palmair began to run the first flights from Bournemouth Airport to Majorca.
- In 2008 Bournemouth Airport was voted as the best airport in the United Kingdom.
- Bournemouth Airport has a CAA Public Use Aerodrome Licence.
- Bournemouth Airport has flights to North America and North Africa.
- Seasonal flights to the new Corvera Airport begins on 1st April 2019 from Bournemouth Airport.
Popular car hire destinations in Bournemouth Airport
Best car rental companies in Bournemouth Airport
7.4
No.1: HERTZ,
based on 3174 reviews
17 min (average wait time)
Bournemouth Airport car hire information
-
€ 403.83
Average price:
(per week)
-
€ 57.69
Best Price:
Per Week
Average prices per day for car hire at Bournemouth 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 | € 42 |
---|
February | € 42 |
---|
March | € 41 |
---|
April | € 37 |
---|
May | € 55 |
---|
June | € 54 |
---|
July | € 66 |
---|
August | € 96 |
---|
September | € 44 |
---|
October | € 50 |
---|
November | € 52 |
---|
December | € 67 |
---|
Item | Percent |
---|
January | € 29 |
---|
February | € 29 |
---|
March | € 27 |
---|
April | € 20 |
---|
May | € 80 |
---|
June | € 49 |
---|
July | € 64 |
---|
August | € 86 |
---|
September | € 29 |
---|
October | € 39 |
---|
November | € 51 |
---|
December | € 67 |
---|
Item | Percent |
---|
January | € 58 |
---|
February | |
---|
March | € 69 |
---|
April | € 68 |
---|
May | |
---|
June | |
---|
July | € 68 |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 43 |
---|
February | € 44 |
---|
March | € 42 |
---|
April | € 44 |
---|
May | € 57 |
---|
June | € 74 |
---|
July | € 59 |
---|
August | € 78 |
---|
September | € 47 |
---|
October | € 48 |
---|
November | € 59 |
---|
December | € 66 |
---|
Item | Percent |
---|
January | € 28 |
---|
February | € 28 |
---|
March | € 26 |
---|
April | € 20 |
---|
May | € 75 |
---|
June | € 43 |
---|
July | € 76 |
---|
August | € 82 |
---|
September | € 37 |
---|
October | € 42 |
---|
November | € 59 |
---|
December | € 87 |
---|
Item | Percent |
---|
January | € 47 |
---|
February | € 47 |
---|
March | € 46 |
---|
April | € 52 |
---|
May | € 64 |
---|
June | € 63 |
---|
July | € 64 |
---|
August | € 79 |
---|
September | € 50 |
---|
October | € 51 |
---|
November | € 77 |
---|
December | € 76 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Bournemouth Airport
Page_Load: CT_ID:1359 NodeID:7760 pvCT_ID:1359 NodeID:7760 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 =7760 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=1359 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=1359 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.