• 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

Chaumont Mini Guide

Chaumont is part of the Haute Marne department. This commune of France is very pretty and has about twenty-five thousand inhabitants. With car hire in Chaumont you can drive to Paris easily, it is not too far to the west, while to the east lies the airport at Mulhouse.

Whether looking for a budget rental car in Chaumont, a luxury car or even a mini-van or MPV, Rhino has the widest range of Chaumont rental cars at the best prices online. Simply tell us when you need to pick up your rental car and what type of car you need in Chaumont, and we will match your requirements to the best deals available. Explore this region of France with Rhino Car Hire.
 

Current Rental Rates in Chaumont

Fiat 500

4 Adults, 3 Doors

From 38.60 EUR/day
Fiat 500

7 Days rental at 270.23 EUR from 17/04/2023

  2 |
  Manual |
  Yes

Toyota Yaris

5 Adults, 3 Doors

From 40.13 EUR/day
Toyota Yaris

7 Days rental at 280.96 EUR from 17/04/2023

  2 |
  Manual |
  Yes

Fiat 500X

5 Adults, 5 Doors

From 43.05 EUR/day
Fiat 500X

7 Days rental at 301.39 EUR from 17/04/2023

  2 |
  Manual |
  Yes

Fiat 500

4 Adults, 3 Doors

From 43.45 EUR/day
Fiat 500

7 Days rental at 304.16 EUR from 17/04/2023

  1 |
  Manual |
  Yes

Toyota Yaris

5 Adults, 3 Doors

From 45.20 EUR/day
Toyota Yaris

7 Days rental at 316.43 EUR from 17/04/2023

  2 |
  Manual |
  Yes

Fiat 500X

5 Adults, 5 Doors

From 48.40 EUR/day
Fiat 500X

7 Days rental at 338.86 EUR from 17/04/2023

  2 |
  Manual |
  Yes

Useful to know about Chaumont

  • Is approximately 40 miles north of Dijon and 60 miles south west of Nancy
  • Paris is less than 2 hours drive via the A5 / E54
  • Twinned with Bad Nauheim in Germany and Ashton-under-Lyne in Greater Manchester, UK.

 

Popular car hire destinations in Chaumont

Best car rental companies in Chaumont

7.4
No.2: KEDDY BY EUROPCAR,
based on 3034 reviews
70
70
60
70
70
20 min (average wait time)
7.4
No.1: EUROPCAR,
based on 6183 reviews
70
70
60
70
80
22 min (average wait time)
6.9
No.3: AVIS,
based on 1685 reviews
70
70
60
60
70
15 min (average wait time)

Chaumont car hire information

  • 7.4/10
    Best Rated Agent:
    Europcar EMEA Corporate
  • € 270.20
    Average price:
    (per week)
  • € 38.60
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Economy
  • 2
    Most popular model:
    Fiat 500X
  • 6
    Total Cars Available
     

Average prices per day for car hire in Chaumont

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€ 32
February€ 43
March€ 40
April€ 27
May€ 36
June€ 46
July€ 55
August€ 61
September€ 39
October€ 33
November€ 36
December€ 42
ItemPercent
January€ 33
February€ 39
March€ 38
April€ 37
May€ 30
June€ 34
July€ 53
August€ 53
September€ 35
October€ 37
November€ 38
December€ 42
ItemPercent
January€ 49
February
March
April
May
June
July
August
September€ 59
October€ 52
November€ 72
December€ 133
ItemPercent
January€ 40
February
March
April€ 73
May€ 28
June€ 29
July€ 106
August€ 106
September€ 45
October€ 39
November€ 55
December€ 107
ItemPercent
January€ 29
February€ 35
March€ 33
April€ 30
May€ 29
June€ 32
July€ 43
August€ 42
September€ 31
October€ 31
November€ 32
December€ 36
ItemPercent
January€ 87
February
March
April
May€ 97
June
July
August
September
October
November
December€ 214
ItemPercent
January€ 40
February
March
April€ 73
May€ 28
June€ 29
July€ 106
August€ 106
September€ 45
October€ 39
November€ 55
December€ 107
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Chaumont

Page_Load: CT_ID:576 NodeID:8149 pvCT_ID:576 NodeID:8149 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 =8149 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=576 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=576 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
€39
per day
ItemPercent
Jan€ 37
Feb€ 35
Mar€ 30
Apr€ 49
May€ 48
Jun€ 34
Jul€ 63
Aug€ 65
Sep€ 31
Oct€ 30
Nov€ 26
Dec€ 23
from
€39
per day
ItemPercent
Jan€ 34
Feb€ 41
Mar€ 33
Apr€ 26
May€ 35
Jun€ 36
Jul€ 69
Aug€ 69
Sep€ 36
Oct€ 28
Nov€ 29
Dec€ 32
from
€49
per day
ItemPercent
Jan€ 29
Feb€ 35
Mar€ 31
Apr€ 62
May€ 56
Jun€ 43
Jul€ 79
Aug€ 69
Sep€ 46
Oct€ 48
Nov€ 46
Dec€ 40
from
€44
per day
ItemPercent
Jan€ 42
Feb€ 31
Mar€ 36
Apr€ 51
May€ 40
Jun€ 43
Jul€ 64
Aug€ 69
Sep€ 38
Oct€ 34
Nov€ 33
Dec€ 41