• 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

Bonifacio Mini Guide

The kind of people you will see heading too Bonifacio are those that like a little culture and history, do not mind travelling a little bit to find a nice beach and who perhaps want a convenient base for exploring the south of Corsica. The nearest airport is at Figari, around thirty minutes’ drive from Bonifacio and you will find a couple of routes from major UK airports such as Heathrow, Gatwick and Manchester. There is limited transport from the airport to the resort so your best bet is to reserve your car hire online so it is ready and waiting for when you arrive.
 

Current Rental Rates in Bonifacio

Citroen C1

4 Adults, 3 Doors

From 56.55 EUR/day
Citroen C1

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

  2 |
  Manual |
  Yes

Ford Fiesta

5 Adults, 3 Doors

From 64.40 EUR/day
Ford Fiesta

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

  2 |
  Manual |
  Yes

Citroen C3

5 Adults, 5 Doors

From 85.75 EUR/day
Citroen C3

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

  2 |
  Manual |
  Yes

Renault Captur

5 Adults, 5 Doors

From 88.27 EUR/day
Renault Captur

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

  3 |
  Manual |
  Yes

Citroen C3

5 Adults, 5 Doors

From 94.08 EUR/day
Citroen C3

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

  2 |
  Automatic |
  Yes

Useful to know about Bonifacio

  • If you want to find out a little about the resort, read Guy de Maupassant’s book Vendetta
  • The inhabitants of the town are called Bonifacien(nes)
  • It’s located right on the southern tip of Corsica immediately opposite the northern tip of Sardinia
  • The town is split into two parts, the upper or old town dating from before the 9th century and the new town below it

Best car rental companies in Bonifacio

8.1
No.1: EUROPCAR,
based on 643 reviews
84
83
70
84
86
22 min (average wait time)

Bonifacio car hire information

  • 8.2/10
    Best Rated Agent:
    Europcar EMEA Corporate
  • € 395.85
    Average price:
    (per week)
  • € 56.55
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Economy
  • 2
    Most popular model:
    Citroen C3
  • 5
    Total Cars Available
     

Average prices per day in Bonifacio

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
April€ 40
May€ 96
June€ 48
July€ 90
August€ 105
September€ 82
October€ 91
November€ 64
December€ 34
ItemPercent
April€ 37
May€ 72
June€ 53
July€ 87
August€ 102
September€ 67
October€ 75
November€ 40
December€ 28
ItemPercent
April€ 128
May€ 83
June€ 77
July€ 88
August€ 148
September€ 106
October€ 159
November€ 157
December
ItemPercent
April€ 53
May€ 48
June€ 35
July€ 61
August€ 76
September€ 53
October€ 69
November€ 36
December€ 24
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:2226 NodeID:20976 pvCT_ID:2226 NodeID:20976 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 =20976 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=2226 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=2226 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 France fo find you the best price and that's a promise...

from
€50
per day
ItemPercent
Jan€ 46
Feb€ 39
Mar€ 40
Apr€ 56
May€ 46
Jun€ 34
Jul€ 70
Aug€ 70
Sep€ 45
Oct€ 51
Nov€ 46
Dec€ 53
from
€46
per day
ItemPercent
Jan€ 39
Feb€ 32
Mar€ 37
Apr€ 42
May€ 46
Jun€ 47
Jul€ 70
Aug€ 67
Sep€ 45
Oct€ 47
Nov€ 44
Dec€ 38
from
€48
per day
ItemPercent
Jan€ 29
Feb€ 36
Mar€ 31
Apr€ 50
May€ 50
Jun€ 43
Jul€ 83
Aug€ 74
Sep€ 46
Oct€ 54
Nov€ 46
Dec€ 35
from
€36
per day
ItemPercent
Jan€ 33
Feb€ 33
Mar€ 33
Apr€ 35
May€ 36
Jun€ 33
Jul€ 49
Aug€ 47
Sep€ 37
Oct€ 32
Nov€ 32
Dec€ 32