• 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

Enfidha Airport Mini Guide

Enfidha airport is located in the town of the same name and is a 40 kilometer drive away from the popular resort of Hammamet. Our platform consistently displays the most competitive rental car prices at Enfidha Airport, so all you need to do is select the vehicle that suits your travel needs. You can have confidence that the price is fair, but it's important to act promptly to avoid paying more, as rental car availability typically decreases over time.

Current Rental Rates at Enfidha Airport

Hyundai i10

4 Adults, 5 Doors

From 65.39 EUR/day
Hyundai i10

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

  1 |
  Manual |
  Yes

Skoda Fabia

5 Adults, 5 Doors

From 78.33 EUR/day
Skoda Fabia

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

  2 |
  Manual |
  Yes

Hyundai i10

4 Adults, 5 Doors

From 91.27 EUR/day
Hyundai i10

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

  1 |
  Automatic |
  Yes

Volkswagen Polo Sedan

5 Adults, 4 Doors

From 97.79 EUR/day
Volkswagen Polo Sedan

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

  3 |
  Manual |
  Yes

Skoda Octavia

5 Adults, 4 Doors

From 181.94 EUR/day
Skoda Octavia

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

  4 |
  Automatic |
  Yes

Useful to know about Enfidha Airport

  • First commercial flights touched down in December 2019
  • Is officially named Enfidha–Hammamet International Airport
  • Was previously named after former dictator president Zine El Abidine Ben Ali but his name and pictures were removed following social protests
  • Passenger numbers have risen sharply from half a million in 2010 to over 1.5 million in 2019
  • Served by airlines such as easyJet, TUI and Air Bucharest

 

Popular car hire destinations in Enfidha Airport

Best car rental companies in Enfidha Airport

7.1
No.1: SGF,
based on 82 reviews
70
60
70
70
70
3 min (average wait time)
6.6
No.2: EUROPCAR,
based on 102 reviews
63
68
64
67
70
3 min (average wait time)
5.4
No.3: AVIS,
based on 11 reviews
58
56
60
57
60
15 min (average wait time)

Enfidha Airport car hire information

  • 7.2/10
    Best Rated Agent:
    SGF Rent a Car
  • € 457.73
    Average price:
    (per week)
  • € 65.39
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Mini
  • 2
    Most popular model:
    Hyundai i10
  • 5
    Total Cars Available
     

Average prices per day for car hire at Enfidha Airport

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€ 41
February€ 36
March€ 35
April€ 37
May€ 37
June€ 39
July€ 75
August€ 72
September€ 46
October€ 42
November€ 41
December€ 38
ItemPercent
January€ 30
February€ 29
March€ 29
April€ 30
May€ 28
June€ 36
July€ 68
August€ 59
September€ 35
October€ 32
November€ 30
December€ 34
ItemPercent
January€ 195
February€ 195
March€ 195
April€ 284
May€ 288
June€ 282
July
August
September
October
November
December€ 205
ItemPercent
January€ 54
February€ 51
March€ 50
April€ 51
May€ 51
June€ 51
July€ 116
August€ 105
September€ 45
October€ 58
November€ 50
December€ 58
ItemPercent
January€ 31
February€ 33
March€ 32
April€ 32
May€ 30
June€ 32
July€ 77
August€ 68
September€ 35
October€ 32
November€ 31
December€ 42
ItemPercent
January€ 54
February€ 51
March€ 71
April€ 69
May€ 52
June€ 52
July€ 96
August€ 93
September€ 54
October€ 52
November€ 52
December€ 52
ItemPercent
January
February
March
April€ 372
May€ 372
June€ 367
July
August
September
October
November
December
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at Enfidha Airport

Page_Load: CT_ID:151628 NodeID:26109 pvCT_ID:151628 NodeID:26109 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 =26109 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=151628 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=151628 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 Tunisia fo find you the best price and that's a promise...

from
€35
per day
ItemPercent
Jan€ 36
Feb€ 36
Mar€ 36
Apr€ 36
May€ 36
Jun€ 29
Jul
Aug
Sep€ 34
Oct€ 34
Nov€ 36
Dec€ 36
from
€38
per day
ItemPercent
Jan€ 27
Feb€ 28
Mar€ 31
Apr€ 32
May€ 28
Jun€ 27
Jul€ 79
Aug€ 80
Sep€ 30
Oct€ 30
Nov€ 30
Dec€ 30
from
€41
per day
ItemPercent
Jan€ 36
Feb€ 36
Mar€ 30
Apr€ 34
May€ 28
Jun€ 29
Jul€ 80
Aug€ 80
Sep€ 34
Oct€ 34
Nov€ 36
Dec€ 36
from
€37
per day
ItemPercent
Jan€ 27
Feb€ 28
Mar€ 30
Apr€ 32
May€ 28
Jun€ 27
Jul€ 80
Aug€ 67
Sep€ 30
Oct€ 30
Nov€ 30
Dec€ 30