• 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

Coffs Harbour Mini Guide

Coffs Harbour is a town on Coffs Coast, halfway between Sydney and Brisbane on Australia’s eastern coast. If you are travelling from further afield you will probably find yourself in Sydney, from there you can catch a flight to Coffs Harbour Airport. From the Airport you can collect your Rental Car and set off to the many uncrowded beaches.
Online, you will find an impressive range of cars available at low prices – we have already checked the prices of the main car hire companies so that you do not have to.

Current Rental Rates in Coffs Harbour

Kia Stonic

5 Adults, 5 Doors

From 30.32 EUR/day
Kia Stonic

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

  3 |
  Automatic |
  Yes

Nissan X-Trail

5 Adults, 5 Doors

From 30.32 EUR/day
Nissan X-Trail

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

  4 |
  Automatic |
  Yes

Subaru Forester

5 Adults, 5 Doors

From 30.32 EUR/day
Subaru Forester

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

  4 |
  Automatic |
  Yes

Mitsubishi Triton Double Cab

4 Adults, 4 Doors

From 73.75 EUR/day
Mitsubishi Triton Double Cab

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

  0 |
  Manual |
  No

Peugeot 508

5 Adults, 5 Doors

From 80.96 EUR/day
Peugeot 508

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

  4 |
  Automatic |
  Yes

Kia Carnival

8 Adults, 4 Doors

From 91.04 EUR/day
Kia Carnival

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

  3 |
  Automatic |
  Yes

Useful to know about Coffs Harbour

  • Many visitors hire a car for collection from Coffs Harbour Airport for their onward journey.
  • Voted as having the most 'liveable' climate in Australia.
  • The town has miles of unspoilt beaches.
  • The main industry there is producing most of Australia's bananas.
  • There are several notable National Parks near the town including the Marine National Park.
  • The actor Russell Crowe is a resident!

 

Popular car hire destinations in Coffs Harbour

Best car rental companies in Coffs Harbour

8.2
No.2: BUDGET,
based on 412 reviews
80
80
70
80
80
19 min (average wait time)
8.2
No.1: THRIFTY,
based on 16 reviews
88
81
78
80
83
16 min (average wait time)
8.1
No.4: AVIS,
based on 236 reviews
80
80
70
80
80
24 min (average wait time)

Coffs Harbour car hire information

  • 8.2/10
    Best Rated Agent:
    Budget EMEA Franchise
  • € 212.24
    Average price:
    (per week)
  • € 30.32
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Standard
  • 1
    Most popular model:
    Kia Stonic
  • 6
    Total Cars Available
     

Average prices per day in Coffs Harbour

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)
ItemPercent
January€ 48
February€ 50
March€ 35
April€ 54
May€ 66
June€ 62
July€ 62
August€ 66
September€ 36
October€ 62
November€ 59
December€ 60
ItemPercent
January€ 65
February€ 51
March€ 25
April€ 23
May€ 49
June€ 63
July€ 98
August€ 96
September€ 37
October€ 69
November€ 68
December€ 97
ItemPercent
January€ 47
February€ 47
March€ 54
April€ 65
May€ 57
June€ 55
July€ 30
August€ 64
September€ 35
October€ 97
November€ 100
December€ 60
ItemPercent
January€ 61
February€ 53
March€ 32
April€ 42
May€ 52
June€ 59
July€ 71
August€ 110
September€ 47
October€ 61
November€ 56
December€ 79
ItemPercent
January€ 63
February€ 75
March€ 48
April€ 72
May€ 75
June€ 78
July€ 71
August€ 75
September€ 33
October€ 75
November€ 72
December€ 65
ItemPercent
January€ 45
February€ 48
March€ 35
April€ 48
May€ 62
June€ 62
July€ 66
August€ 100
September€ 48
October€ 65
November€ 65
December€ 57
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:1727 NodeID:6881 pvCT_ID:1727 NodeID:6881 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 =6881 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=1727 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=1727 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 Australia fo find you the best price and that's a promise...

from
€43
per day
ItemPercent
Jan€ 42
Feb€ 46
Mar€ 48
Apr€ 37
May€ 30
Jun€ 42
Jul€ 44
Aug€ 45
Sep€ 46
Oct€ 50
Nov€ 46
Dec€ 45
from
€69
per day
ItemPercent
Jan€ 63
Feb€ 83
Mar€ 76
Apr€ 68
May€ 73
Jun€ 68
Jul€ 66
Aug€ 75
Sep€ 67
Oct€ 68
Nov€ 55
Dec€ 64
from
€61
per day
ItemPercent
Jan€ 48
Feb€ 82
Mar€ 81
Apr€ 84
May€ 82
Jun€ 69
Jul€ 46
Aug€ 46
Sep€ 47
Oct€ 48
Nov€ 48
Dec€ 46
from
€55
per day
ItemPercent
Jan€ 52
Feb€ 37
Mar€ 33
Apr€ 79
May€ 46
Jun€ 81
Jul€ 72
Aug€ 75
Sep€ 67
Oct€ 42
Nov€ 41
Dec€ 30