• 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

Bergerac Mini Guide

Bergerac is a beautiful town in the Dordogne region of France and often included in the Bordeaux region for its wines. The town is served by the Bergerac Dordogne Périgord Airport which is found just less than two miles from the town. Almost all flights there come from the UK via budget carriers and you can get into the town centre very easily by hire car. You can also fly into Bordeaux as it is a bigger airport with more flights available and use car hire Bordeaux airport to get to Bergerac which is just 60km away.

Current Rental Rates in Bergerac

Peugeot 108

4 Adults, 3 Doors

From 29.16 EUR/day
Peugeot 108

7 Days rental at 204.12 EUR from 18/05/2020

  1 |
  Manual |
  Yes

Renault Clio

5 Adults, 5 Doors

From 32.95 EUR/day
Renault Clio

7 Days rental at 230.67 EUR from 18/05/2020

  2 |
  Manual |
  Yes

Peugeot 2008

5 Adults, 5 Doors

From 36.74 EUR/day
Peugeot 2008

7 Days rental at 257.19 EUR from 18/05/2020

  2 |
  Manual |
  Yes

Ford Focus

5 Adults, 5 Doors

From 46.65 EUR/day
Ford Focus

7 Days rental at 326.59 EUR from 18/05/2020

  3 |
  Manual |
  Yes

Useful to know about Bergerac

  • Bergerac has a formidable reputation for wine production with 12 different recognised Appellations d'Origine Contrôlée.
  • Some of the main ones are Saussignac, Bergerac, Côtes de Montravel, Bergerac Rosé and Côtes-de-Bergerac Blanc.
  • It is also home to a statue of Cyrano de Bergerac, even though he never lived in France.
  • You can get low cost flights to Bergerac Airport with companies such as Ryanair and Jet2.
  • Bergerac has a strong cultural program of local arts festivals.
  • Twinned with Quebec in Canada

 

Popular car hire destinations in Bergerac

Best car rental companies in Bergerac

7.5
No.2: AVIS,
based on 6377 reviews
80
74
71
70
77
20 min (average wait time)
7.5
No.1: AVIS,
based on 6367 reviews
81
74
71
70
78
20 min (average wait time)

Bergerac car hire information

  • 7.6/10
    Best Rated Agent:
    Avis Europe Corporate
  • € 204.12
    Average price:
    (per week)
  • € 29.16
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Peugeot 108
  • 4
    Total Cars Available
     

Average prices per day for car hire in Bergerac

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€ 49
May€ 47
ItemPercent
April€ 37
May€ 35
ItemPercent
April€ 31
May€ 29
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Bergerac

Page_Load: CT_ID:52856 NodeID:8072 pvCT_ID:52856 NodeID:8072 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 =8072 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=52856 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=52856 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
faq
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
€42
per day
ItemPercent
Jan€ 37
Feb€ 37
Mar€ 35
Apr€ 42
May€ 26
Jun€ 26
Jul€ 68
Aug€ 67
Sep€ 37
Oct€ 44
Nov€ 39
Dec€ 45
from
€34
per day
ItemPercent
Jan€ 39
Feb€ 38
Mar€ 20
Apr€ 28
May€ 27
Jun€ 36
Jul€ 41
Aug€ 41
Sep€ 39
Oct€ 34
Nov€ 33
Dec€ 31
from
€44
per day
ItemPercent
Jan€ 38
Feb€ 31
Mar€ 17
Apr€ 56
May€ 55
Jun€ 38
Jul€ 69
Aug€ 74
Sep€ 35
Oct€ 43
Nov€ 34
Dec€ 38
from
€45
per day
ItemPercent
Jan€ 31
Feb€ 30
Mar€ 36
Apr€ 72
May€ 57
Jun€ 57
Jul€ 64
Aug€ 65
Sep€ 41
Oct€ 29
Nov€ 29
Dec€ 29