• 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

Rotterdam Mini Guide

Rotterdam is the Netherlands second largest city behind the capital Amsterdam, a lively and modern part of the country that has a unique atmosphere, very different to the other Dutch cities. Rotterdam has lots to offer and is renowned for using the latest technology in building design and popular for its surroundings and setting. For that reason, most of the customers who enquire about car hire in Rotterdam are going there on business. Therefore, we offer them excellent prestige vehicles to make the right impression.

Rotterdam has many transport links - by rail, road and air making this city one of the most accessible in Holland. Rotterdam is served by The Hague Airport, just sixteen miles from the city. The airport is well connected to Rotterdam and a rental car can be collected within the arrival’s hall.
 

Current Rental Rates in Rotterdam

Tesla Model 3

4 Adults, 5 Doors

From 97.00 EUR/day
Tesla Model 3

7 Days rental at 679.00 EUR from 22/05/2023

  3 |
  Automatic |
  Yes

Tesla Model S

5 Adults, 5 Doors

From 98.00 EUR/day
Tesla Model S

7 Days rental at 686.00 EUR from 22/05/2023

  4 |
  Automatic |
  Yes

Tesla Model 3

4 Adults, 5 Doors

From 121.00 EUR/day
Tesla Model 3

7 Days rental at 847.00 EUR from 22/05/2023

  3 |
  Automatic |
  Yes

Tesla Model S

5 Adults, 5 Doors

From 122.00 EUR/day
Tesla Model S

7 Days rental at 854.00 EUR from 22/05/2023

  4 |
  Automatic |
  Yes

Tesla Model S

5 Adults, 5 Doors

From 122.00 EUR/day
Tesla Model S

7 Days rental at 854.00 EUR from 22/05/2023

  4 |
  Automatic |
  Yes

Tesla Model 3

4 Adults, 5 Doors

From 121.00 EUR/day
Tesla Model 3

7 Days rental at 847.00 EUR from 22/05/2023

  3 |
  Automatic |
  Yes

Tesla Model S

5 Adults, 5 Doors

From 98.00 EUR/day
Tesla Model S

7 Days rental at 686.00 EUR from 22/05/2023

  4 |
  Automatic |
  Yes

Tesla Model 3

4 Adults, 5 Doors

From 97.00 EUR/day
Tesla Model 3

7 Days rental at 679.00 EUR from 22/05/2023

  3 |
  Automatic |
  Yes

Useful to know about Rotterdam

  • Rotterdam started as a dam on the Rotte River.
  • Rotterdam suffered devastating bombing during World War II.
  • Rotterdam is located near the mouth of the Nieuwe Maas Delta Channel.
  • Rotterdam is one of the most multi-cultural cities in Europe.
  • It is also known for its impressive modern architecture.

 

Popular car hire destinations in Rotterdam

Best car rental companies in Rotterdam

8.4
No.2: EUROPCAR,
based on 175 reviews
90
80
60
80
80
0 min (average wait time)
8.4
No.1: SIXT,
based on 239 reviews
90
80
70
80
80
21 min (average wait time)
7.7
No.3: AVIS,
based on 594 reviews
73
76
54
71
46
22 min (average wait time)

Rotterdam car hire information

  • 8.4/10
    Best Rated Agent:
    EUROPCAR Franchise
  • € 679.00
    Average price:
    (per week)
  • € 97.00
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Premium
  • 2
    Most popular model:
    Tesla Model S
  • 4
    Total Cars Available
     

Average prices per day for car hire in Rotterdam

ItemPercent
January€ 58
February€ 52
March€ 44
April€ 41
May€ 47
June€ 53
July€ 78
August€ 56
September€ 72
October€ 46
November€ 53
December€ 72
ItemPercent
January€ 53
February€ 47
March€ 41
April€ 36
May€ 41
June€ 47
July€ 58
August€ 51
September€ 55
October€ 43
November€ 47
December€ 56
ItemPercent
January€ 80
February€ 84
March€ 72
April€ 64
May€ 74
June€ 77
July€ 97
August€ 94
September€ 103
October€ 78
November€ 77
December€ 104
ItemPercent
January€ 74
February€ 69
March€ 64
April€ 57
May€ 58
June€ 60
July€ 89
August€ 78
September€ 83
October€ 61
November€ 69
December€ 86
ItemPercent
January€ 110
February€ 105
March€ 85
April€ 87
May€ 89
June€ 101
July€ 130
August€ 174
September
October€ 80
November€ 82
December€ 151
ItemPercent
January€ 43
February€ 41
March€ 32
April€ 30
May€ 34
June€ 34
July€ 41
August€ 37
September€ 43
October€ 46
November€ 46
December€ 66
ItemPercent
January€ 82
February€ 84
March€ 77
April€ 66
May€ 69
June€ 71
July€ 89
August€ 92
September€ 84
October€ 79
November€ 73
December€ 108
ItemPercent
January€ 52
February€ 44
March€ 41
April€ 35
May€ 37
June€ 36
July€ 59
August€ 55
September€ 66
October€ 36
November€ 38
December€ 74

Select category to see average car hire prices in Rotterdam

*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Rotterdam

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

from
€52
per day
ItemPercent
Jan€ 32
Feb€ 32
Mar€ 32
Apr€ 44
May€ 32
Jun€ 115
Jul€ 87
Aug€ 83
Sep€ 48
Oct
Nov€ 32
Dec€ 32
from
€45
per day
ItemPercent
Jan€ 42
Feb€ 35
Mar€ 29
Apr€ 38
May€ 57
Jun€ 63
Jul€ 51
Aug€ 63
Sep€ 41
Oct€ 40
Nov€ 42
Dec€ 42
from
€54
per day
ItemPercent
Jan€ 56
Feb€ 50
Mar€ 36
Apr€ 44
May€ 55
Jun€ 64
Jul€ 71
Aug€ 71
Sep€ 44
Oct€ 62
Nov€ 40
Dec€ 50
from
€48
per day
ItemPercent
Jan€ 42
Feb€ 36
Mar€ 38
Apr€ 58
May€ 45
Jun€ 63
Jul€ 48
Aug€ 56
Sep€ 44
Oct€ 51
Nov€ 42
Dec€ 47