• 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

Car Hire & Genk Mini Guide

Genk is situated on the Albert Canal, halfway between Liege and Antwerp, in the province of Limburg.  From Brussels Charleroi Airport, Genk is only 44 miles away, you can choose to collect your rental car directly from the airport or from on of our many car hire offices throughout the region.   Although Genk has Celtic origins, the city really took off in the 20th century with the discovery of coal which was a valuable resource. Today Genk is a major producer of cars with one of the Ford automobile plants located there. The Bokrijk provides a trip into the past with its open air museum and is well worth a visit being the biggest tourist attraction and it consists of many buildings from the Flanders region which were relocated there.

A great advantage of hiring a car in this area is that you can drive around the whole province of Limburg which straddles Holland and Belgium.

Current Rental Rates in Genk

Renault Clio

5 Adults, 3 Doors

From 35.52 EUR/day
Renault Clio

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

  2 |
  Manual |
  Yes

Mercedes C Class

5 Adults, 4 Doors

From 65.77 EUR/day
Mercedes C Class

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

  4 |
  Automatic |
  Yes

Useful to know about Genk

  • Genk is located near to Hasselt.
  • The Albert Canal provided an important mode of transportation in Genk.
  • With car hire Genk, Liege and Antwerp are both in driving distance.
  • Genk hosts a popular jazz festival in November.
  • Genk is nicknamed the Green City, despite having seen so much mining.

 

Popular car hire destinations in Genk

Best car rental companies in Genk

8.3
No.1: HERTZ,
based on 1762 reviews
85
85
76
82
83
14 min (average wait time)
8.2
No.2: ENTERPRISE,
based on 13 reviews
90
74
81
75
93
20 min (average wait time)
7.2
No.3: AVIS,
based on 192 reviews
80
72
63
72
76
20 min (average wait time)

Genk car hire information

  • 8.2/10
    Best Rated Agent:
    Enterprise Franchise
  • € 248.64
    Average price:
    (per week)
  • € 35.52
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Fullsize
  • 1
    Most popular model:
    Renault Clio
  • 2
    Total Cars Available
     

Average prices per day in Genk

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€ 50
February€ 48
March€ 51
April€ 41
May€ 48
June€ 33
July€ 40
August€ 43
September€ 39
October€ 52
November€ 50
December€ 54
ItemPercent
January€ 39
February€ 39
March€ 39
April€ 32
May€ 36
June€ 27
July€ 33
August€ 33
September€ 31
October€ 38
November€ 38
December€ 40
ItemPercent
January€ 78
February€ 78
March€ 81
April€ 67
May€ 81
June€ 59
July€ 59
August€ 57
September€ 57
October€ 84
November€ 79
December€ 78
ItemPercent
January€ 57
February€ 54
March€ 57
April€ 51
May€ 56
June€ 42
July€ 47
August€ 53
September€ 42
October€ 60
November€ 59
December€ 62
ItemPercent
January€ 28
February€ 28
March€ 29
April€ 26
May€ 28
June€ 23
July€ 29
August€ 30
September€ 26
October€ 33
November€ 31
December€ 35
ItemPercent
January€ 80
February€ 80
March€ 83
April€ 67
May€ 78
June€ 50
July€ 52
August€ 63
September€ 47
October€ 83
November€ 83
December€ 82
ItemPercent
January
February€ 30
March€ 39
April€ 40
May
June€ 30
July€ 61
August€ 67
September€ 42
October€ 39
November€ 39
December€ 45
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:3048 NodeID:7080 pvCT_ID:3048 NodeID:7080 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 =7080 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3048 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3048 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 Belgium fo find you the best price and that's a promise...

from
€48
per day
ItemPercent
Jan€ 45
Feb€ 40
Mar€ 35
Apr€ 41
May€ 34
Jun€ 61
Jul€ 63
Aug€ 62
Sep€ 60
Oct€ 57
Nov€ 45
Dec€ 37
from
€49
per day
ItemPercent
Jan€ 37
Feb€ 38
Mar€ 33
Apr€ 37
May€ 42
Jun€ 66
Jul€ 73
Aug€ 64
Sep
Oct€ 67
Nov€ 43
Dec€ 38
from
€43
per day
ItemPercent
Jan€ 36
Feb€ 34
Mar€ 31
Apr€ 33
May€ 31
Jun€ 60
Jul€ 62
Aug€ 59
Sep€ 49
Oct€ 51
Nov€ 38
Dec€ 31
from
€64
per day
ItemPercent
Jan
Feb
Mar
Apr
May
Jun€ 64
Jul
Aug
Sep
Oct
Nov
Dec