Londonderry Car Rental Mini Guide
Car Hire is available in Londonderry but without doubt the easiest and quickest way is to fly into
Derry Airport which is only six miles from the city and collect your rental car form the Airport. The city is very close to the border with the Irish Republic and County Donegal and within a short drive of Ireland’s premier seaside resorts at Portrush and Portstewart. So by hiring a car this gives you the benefit of independence during your stay, You can take your hire car to the Derry Murals for a more one sided view of the troubles. They are still worth visiting though to understand the anger and frustrations of the communities in
Northern Ireland. For some gentle exercise, see the city from its stunning city walls, the best preserved in Europe.
Current Rental Rates in Londonderry
Ford Fiesta
5 Adults, 5 Doors
From 25.79 EUR/day
7 Days rental at 180.58 EUR from 20/04/2020
Ford Focus
5 Adults, 5 Doors
From 28.57 EUR/day
7 Days rental at 200.01 EUR from 20/04/2020
BMW 1 Series
5 Adults, 5 Doors
From 33.21 EUR/day
7 Days rental at 232.47 EUR from 20/04/2020
BMW 1 Series
5 Adults, 5 Doors
From 39.29 EUR/day
7 Days rental at 275.07 EUR from 20/04/2020
BMW 3 Series
5 Adults, 4 Doors
From 53.18 EUR/day
7 Days rental at 372.27 EUR from 20/04/2020
BMW 3 Series Estate
5 Adults, 5 Doors
From 59.22 EUR/day
7 Days rental at 414.59 EUR from 20/04/2020
Mitsubishi Outlander
5 Adults, 5 Doors
From 65.78 EUR/day
7 Days rental at 460.47 EUR from 20/04/2020
BMW 5 Series
5 Adults, 4 Doors
From 68.30 EUR/day
7 Days rental at 478.12 EUR from 20/04/2020
BMW 5 Series Estate
5 Adults, 5 Doors
From 78.14 EUR/day
7 Days rental at 546.98 EUR from 20/04/2020
Useful to know about Londonderry
- It was the scene of the Bloody Sunday incident in the Irish troubles.
- Although the proper name of the city is Londonderry, it's often referred to as Derry.
- The name Derry comes from the Irish word Doire, meaning oak wood.
- It’s very close to the border with the Republic of Ireland.
- It gives its name to the well know piece of music ‘Londonderry Air’ used as the tune to ‘Danny Boy’.
Popular car hire destinations in Londonderry
Best car rental companies in Londonderry
7.0
No.1: DOLLAR,
based on 3143 reviews
17 min (average wait time)
Londonderry car hire information
-
€ 180.53
Average price:
(per week)
-
€ 25.79
Best Price:
Per Week
Average prices per day in Londonderry
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)
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:181673 NodeID:14209 pvCT_ID:181673 NodeID:14209 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 =14209 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=181673 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=181673 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.