• 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 Rental Djerba Mini Guide

Djerba is a small island by Mediterranean standards but still the largest off the North African coast. It’s located near the southern coast of Tunisia which is easily accessed by ferry from the main town and port of Houmt Souk. In the summer the island is dry and arid but when the winter rains water the land, the spring growth turns the island into a jewel, all making it a fabulous place to explore with a rental car. 

Getting to Djerba
Djerba-Zarzis Airport takes many scheduled flights from European airports, mostly from airports in the south of France and Spain whilst the large amount of tourism means that charter flights are regular and inexpensive in the peak season. The island is small enough to get to all of the resorts quickly and cheaply from the airport. An alternative is to fly into Tunis Airport and catch the ferry to Houmt Souk.

Current Rental Rates in Djerba

Fiat Punto

4 Adults, 3 Doors

From 23.57 EUR/day
Fiat Punto

7 Days rental at 165.04 EUR from 15/02/2021

  3 |
  Manual |
  Yes

Hyundai Grand i10

5 Adults, 5 Doors

From 24.29 EUR/day
Hyundai Grand i10

7 Days rental at 170.04 EUR from 15/02/2021

  2 |
  Manual |
  Yes

Renault Elegance

5 Adults, 4 Doors

From 28.14 EUR/day
Renault Elegance

7 Days rental at 197.04 EUR from 15/02/2021

  4 |
  Manual |
  Yes

Volkswagen Polo Sedan

5 Adults, 5 Doors

From 35.43 EUR/day
Volkswagen Polo Sedan

7 Days rental at 248.04 EUR from 15/02/2021

  2 |
  Manual |
  Yes

Hyundai i10

5 Adults, 5 Doors

From 35.86 EUR/day
Hyundai i10

7 Days rental at 251.04 EUR from 15/02/2021

  2 |
  Automatic |
  Yes

Useful to know about Djerba

  • Until the 3rd century AD, the island was called Menix and was the mythical home to the Lotus Eaters.
  • Djerba has set itself up as an ecological destination preserving its natural splendour.
  • It’s an island found off the south coast of Tunisia.
  • The island is host to the largest conservation project of Mediterranean crocodiles, an endangered species, originally from the Nile Delta.
  • La Ghriba synagogue is one of the oldest in the Mediterranean and the place of worship for the island’s Cohanim Jews.

 

Popular car hire destinations in Djerba

  • Tunisia Guide
  • Djerba Airport
  • El Khadi
  • Close to the Djerba Hotel

Best car rental companies in Djerba

5.5
No.1: AVIS,
based on 57 reviews
56
55
53
58
53
42 min (average wait time)

Djerba car hire information

  • 5.6/10
    Best Rated Agent:
    Avis Europe Franchise
  • € 164.99
    Average price:
    (per week)
  • € 23.57
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Hyundai Grand i10
  • 5
    Total Cars Available
     

Average prices per day in Djerba

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€ 35
February
April€ 38
May€ 38
June€ 62
July
August
September€ 38
October€ 38
November€ 35
December€ 35
ItemPercent
January€ 28
February€ 30
April€ 26
May€ 26
June€ 45
July€ 53
August€ 53
September€ 32
October€ 32
November€ 29
December€ 28
ItemPercent
January€ 28
February€ 28
April€ 34
May€ 34
June€ 52
July€ 63
August€ 63
September€ 34
October€ 34
November€ 29
December€ 28
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:1421 NodeID:19844 pvCT_ID:1421 NodeID:19844 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 =19844 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=1421 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=1421 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
€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
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
€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