• 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

 Coleraine Car Rental Mini Guide

Coleraine in Northern Ireland has many amazing sights for visitors who have hired a car to get around. The iconic Giant’s Causeway is only a short drive away. There are two airports that you can fly into and from which you an collect your rental car being the City of Derry and Belfast Airports. City of Derry is about forty miles away whilst Belfast is sixty miles away.

Current Rental Rates in Coleraine

Kia Picanto

4 Adults, 3 Doors

From 60.71 EUR/day
Kia Picanto

7 Days rental at 424.97 EUR from 24/07/2023

  2 |
  Manual |
  No

Opel Corsa

5 Adults, 3 Doors

From 67.49 EUR/day
Opel Corsa

7 Days rental at 472.43 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 67.51 EUR/day
Opel Corsa

7 Days rental at 472.57 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 3 Doors

From 69.72 EUR/day
Opel Corsa

7 Days rental at 488.04 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 71.08 EUR/day
Ford Focus

7 Days rental at 497.58 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 71.10 EUR/day
Ford Focus

7 Days rental at 497.73 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Opel Crossland X

5 Adults, 5 Doors

From 74.57 EUR/day
Opel Crossland X

7 Days rental at 522.02 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Opel Crossland X

5 Adults, 5 Doors

From 74.59 EUR/day
Opel Crossland X

7 Days rental at 522.18 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 76.90 EUR/day
Opel Astra

7 Days rental at 538.34 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Useful to know about Coleraine

  • The name Coleraine means ‘nook of the ferns’.
  • It’s found at the lowest bridgeable part of the River Bann.
  • The city is 55 miles from Belfast.
  • Coleraine has been regularly commended for its cleanliness.
  • The first settlement here was on nearby Mount Sandel dating from 8,000 years ago.

 

Popular car hire destinations in Coleraine

Best car rental companies in Coleraine

8.1
No.1: ENTERPRISE,
based on 1270 reviews
80
80
70
80
80
19 min (average wait time)
7.8
No.3: AVIS,
based on 976 reviews
80
80
70
70
80
13 min (average wait time)
7.8
No.2: EUROPCAR,
based on 6130 reviews
81
81
69
76
84
17 min (average wait time)

Coleraine car hire information

  • 8.2/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 424.97
    Average price:
    (per week)
  • € 60.71
    Best Price:
    Per Week
  • 9
    Most Popular Type:
    Compact
  • 3
    Most popular model:
    Ford Focus
  • 23
    Total Cars Available
     

Average prices per day in Coleraine

ItemPercent
January€ 49
February€ 57
March€ 64
April€ 54
May€ 65
June€ 58
July€ 86
August€ 89
September€ 65
October€ 56
November€ 54
December€ 112
ItemPercent
January€ 51
February€ 61
March€ 62
April€ 41
May€ 61
June€ 61
July€ 73
August€ 74
September€ 61
October€ 63
November€ 57
December€ 92
ItemPercent
January€ 110
February€ 140
March€ 138
April€ 112
May€ 178
June€ 181
July€ 196
August€ 215
September€ 202
October€ 198
November€ 221
December€ 284
ItemPercent
January€ 65
February€ 77
March€ 77
April€ 65
May€ 95
June€ 75
July€ 92
August€ 103
September€ 78
October€ 79
November€ 88
December€ 166
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 37
February€ 48
March€ 49
April€ 28
May€ 43
June€ 21
July€ 47
August€ 62
September€ 43
October€ 48
November€ 45
December€ 76
ItemPercent
January€ 105
February€ 124
March€ 124
April€ 85
May€ 139
June€ 93
July€ 150
August€ 155
September€ 113
October€ 109
November€ 123
December€ 206
ItemPercent
January
February€ 62
March€ 100
April€ 90
May€ 63
June€ 74
July€ 109
August€ 142
September€ 105
October€ 64
November€ 65
December€ 98

Select category to see average car hire prices in Coleraine

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:160 NodeID:14207 pvCT_ID:160 NodeID:14207 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 =14207 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=160 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=160 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 Northern Ireland fo find you the best price and that's a promise...

from
€46
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 29
Apr€ 62
May€ 81
Jun€ 43
Jul€ 57
Aug€ 82
Sep€ 46
Oct€ 28
Nov€ 24
Dec€ 25
from
€43
per day
ItemPercent
Jan€ 34
Feb€ 34
Mar€ 40
Apr€ 51
May€ 51
Jun€ 43
Jul€ 50
Aug€ 60
Sep€ 46
Oct€ 41
Nov€ 32
Dec€ 37
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
€50
per day
ItemPercent
Jan€ 37
Feb€ 36
Mar€ 70
Apr€ 61
May€ 62
Jun€ 35
Jul€ 41
Aug€ 42
Sep€ 76
Oct€ 51
Nov€ 49
Dec€ 42