Geelong Mini Guide
Geelong is an important port city and the second largest city in Victoria. it is also the home of Ford cars
in Australia. The nearest airport to Geelong is
Avalon which is 16.6 km away.
The Great Ocean Road, which runs for nearly 160 miles along the Victorian Coast is a fantastic way to spend a couple of days if you have a hire car.
Current Rental Rates in Geelong
Holden Spark
5 Adults, 3 Doors
From 23.95 EUR/day
7 Days rental at 167.70 EUR from 22/06/2020
Hyundai Accent
5 Adults, 5 Doors
From 24.64 EUR/day
7 Days rental at 172.49 EUR from 22/06/2020
Hyundai i30
5 Adults, 3 Doors
From 26.35 EUR/day
7 Days rental at 184.46 EUR from 22/06/2020
Hyundai Elantra
5 Adults, 5 Doors
From 27.37 EUR/day
7 Days rental at 191.65 EUR from 22/06/2020
Toyota Camry
5 Adults, 4 Doors
From 28.74 EUR/day
7 Days rental at 201.23 EUR from 22/06/2020
Toyota Camry Hybrid
5 Adults, 4 Doors
From 28.74 EUR/day
7 Days rental at 201.23 EUR from 22/06/2020
Toyota Corolla
5 Adults, 3 Doors
From 34.16 EUR/day
7 Days rental at 239.16 EUR from 22/06/2020
Toyota Corolla
5 Adults, 5 Doors
From 34.16 EUR/day
7 Days rental at 239.16 EUR from 22/06/2020
Kia Rio
5 Adults, 5 Doors
From 34.16 EUR/day
7 Days rental at 239.16 EUR from 22/06/2020
Toyota Camry Hybrid
5 Adults, 4 Doors
From 96.15 EUR/day
7 Days rental at 673.08 EUR from 20/04/2020
Toyota Camry Hybrid
5 Adults, 4 Doors
From 26.69 EUR/day
7 Days rental at 186.87 EUR from 20/04/2020
Toyota Camry Hybrid
5 Adults, 4 Doors
From 89.32 EUR/day
7 Days rental at 625.25 EUR from 18/05/2020
Toyota Camry Hybrid
5 Adults, 4 Doors
From 28.79 EUR/day
7 Days rental at 201.58 EUR from 18/05/2020
Toyota Camry Hybrid
5 Adults, 4 Doors
From 53.47 EUR/day
7 Days rental at 374.30 EUR from 22/06/2020
Toyota Camry Hybrid
5 Adults, 4 Doors
From 28.74 EUR/day
7 Days rental at 201.23 EUR from 22/06/2020
Useful to know about Geelong
- Geelong is nearly 50 miles south west of Melbourne in Victoria.
- It’s the second largest city in Victoria State.
- It was founded in 1837 as an administrative centre and port for the wool trade.
- The city had a brief gold rush in the 19th century before settling back to the production of wool.
- Ford Australia has its headquarters in Geelong which is also known as Australia’s ‘Motor City’.
Popular car hire destinations in Geelong
Best car rental companies in Geelong
8.3
No.3: BUDGET,
based on 4166 reviews
14 min (average wait time)
8.3
No.2: BUDGET,
based on 4167 reviews
14 min (average wait time)
8.3
No.1: BUDGET,
based on 4167 reviews
14 min (average wait time)
Geelong car hire information
-
€ 167.65
Average price:
(per week)
-
€ 23.95
Best Price:
Per Week
Average prices per day for car hire in Geelong
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 |
---|
April | € 71 |
---|
May | € 74 |
---|
June | € 70 |
---|
Item | Percent |
---|
April | € 43 |
---|
May | € 45 |
---|
June | € 40 |
---|
Item | Percent |
---|
April | € 71 |
---|
May | € 69 |
---|
June | € 57 |
---|
Item | Percent |
---|
April | € 70 |
---|
May | € 83 |
---|
June | € 65 |
---|
Item | Percent |
---|
April | € 72 |
---|
May | € 78 |
---|
June | € 78 |
---|
Item | Percent |
---|
April | € 71 |
---|
May | € 74 |
---|
June | € 69 |
---|
Item | Percent |
---|
April | € 70 |
---|
May | € 72 |
---|
June | € 66 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Geelong
Page_Load: CT_ID:1234 NodeID:6902 pvCT_ID:1234 NodeID:6902 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 =6902 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=1234 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=1234 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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.