• 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 from Aruba Cruise Port Mini Guide

The capital of Aruba is Oranjestad which is where you will find the Aruba Cruise Port, one of the most stunning cruise ship destinations in the Caribbean. It has a large dock capable of having five cruise ships. From the Port you can pick up your Rental car and really make the most of your time on the Island by driving out to secluded beaches and seeing the many different views of Aruba.  All the main roads are paved but to the east of the island it tends to be more tracks.  We therefore recommend looking at the 4 x 4 vehicles we have avaiable to rent.

Current Rental Rates in Aruba Cruise Port

Hyundai i10

4 Adults, 5 Doors

From 54.75 EUR/day
Hyundai i10

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

  1 |
  Automatic |
  Yes

Nissan March

5 Adults, 5 Doors

From 60.36 EUR/day
Nissan March

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

  2 |
  Automatic |
  Yes

Hyundai i10

4 Adults, 5 Doors

From 62.46 EUR/day
Hyundai i10

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

  1 |
  Automatic |
  Yes

Hyundai Accent

5 Adults, 5 Doors

From 65.97 EUR/day
Hyundai Accent

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

  3 |
  Automatic |
  Yes

Nissan March

5 Adults, 5 Doors

From 68.07 EUR/day
Nissan March

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

  2 |
  Automatic |
  Yes

Hyundai Accent

5 Adults, 5 Doors

From 73.68 EUR/day
Hyundai Accent

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

  3 |
  Automatic |
  Yes

Hyundai H1

12 Adults, 4 Doors

From 145.99 EUR/day
Hyundai H1

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

  2 |
  Automatic |
  Yes

Hyundai H1

12 Adults, 4 Doors

From 153.69 EUR/day
Hyundai H1

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

  2 |
  Automatic |
  Yes

Jeep Wrangler

5 Adults, 5 Doors

From 210.94 EUR/day
Jeep Wrangler

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

  3 |
  Automatic |
  Yes

Useful to know about Aruba Cruise Port

  • Located on the north-west of Aruba, the cruise port is to be found in Oranjestad
  • Is a popular stop-over on Caribbean cruises and a great place to rent a car and see more of the island
  • The port can accommodate up to 5 cruise ships at a time, car rental is popular so book early
  • The cruise terminal has souvenir ships, an ATM and tourist information centre

 

Popular car hire destinations in Aruba Cruise Port

Best car rental companies in Aruba Cruise Port

9.0
No.1: SMART RENT A CAR,
based on 37 reviews
80
90
90
90
90
30 min (average wait time)

Aruba Cruise Port car hire information

  • 9.0/10
    Best Rated Agent:
    Smart Rent a Car
  • € 383.25
    Average price:
    (per week)
  • € 54.75
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 2
    Most popular model:
    Hyundai H1
  • 10
    Total Cars Available
     

Average prices per day in Aruba Cruise Port

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
February€ 30
March€ 60
April€ 57
May€ 57
June€ 59
July€ 57
August€ 53
September€ 50
October€ 73
November€ 58
December€ 97
ItemPercent
February€ 29
March€ 53
April€ 52
May€ 51
June€ 53
July€ 53
August€ 46
September€ 44
October€ 67
November€ 54
December€ 86
ItemPercent
February€ 29
March€ 50
April€ 49
May€ 48
June€ 51
July€ 52
August€ 44
September€ 44
October€ 61
November€ 50
December€ 81
ItemPercent
February€ 93
March€ 163
April€ 157
May€ 165
June€ 164
July€ 162
August€ 146
September€ 176
October€ 225
November€ 254
December€ 364
ItemPercent
February€ 93
March€ 163
April€ 157
May€ 165
June€ 164
July€ 162
August€ 146
September€ 176
October€ 225
November€ 254
December€ 364
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:3428 NodeID:27455 pvCT_ID:3428 NodeID:27455 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 =27455 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3428 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3428 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 Aruba fo find you the best price and that's a promise...

from
€67
per day
ItemPercent
Jan€ 127
Mar€ 72
Apr€ 75
May€ 62
Jun€ 66
Jul€ 50
Aug€ 51
Sep€ 53
Oct€ 58
Nov€ 53
Dec€ 78
from
€68
per day
ItemPercent
Jan
Mar€ 72
Apr€ 75
May€ 73
Jun€ 77
Jul€ 59
Aug€ 57
Sep€ 59
Oct€ 60
Nov€ 61
Dec€ 87
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent