• 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

Barbados Cruise Terminal Mini Guide

If you are on a cruise ship calling into Barbados, you can make the most of that time by arranging a hire car to be ready for you at the quayside and heading off so you can explore the island independently.

Current Rental Rates in Barbados Cruise Terminal

Suzuki Swift

5 Adults, 5 Doors

From 56.99 EUR/day
Suzuki Swift

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

  2 |
  Automatic |
  Yes

Hyundai Accent

5 Adults, 3 Doors

From 66.44 EUR/day
Hyundai Accent

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

  2 |
  Automatic |
  Yes

Kia Cerato

5 Adults, 5 Doors

From 74.66 EUR/day
Kia Cerato

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

  3 |
  Automatic |
  Yes

Suzuki Grand Vitara

5 Adults, 5 Doors

From 90.36 EUR/day
Suzuki Grand Vitara

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

  3 |
  Automatic |
  Yes

Hyundai i10

4 Adults, 5 Doors

From 163.55 EUR/day
Hyundai i10

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

  1 |
  Manual |
  Yes

Chevrolet Spark

4 Adults, 5 Doors

From 169.04 EUR/day
Chevrolet Spark

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

  1 |
  Automatic |
  Yes

Nissan Micra

5 Adults, 5 Doors

From 187.70 EUR/day
Nissan Micra

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

  2 |
  Manual |
  Yes

Suzuki Swift

5 Adults, 5 Doors

From 202.19 EUR/day
Suzuki Swift

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

  2 |
  Automatic |
  Yes

Nissan Nite

5 Adults, 3 Doors

From 202.80 EUR/day
Nissan Nite

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

  3 |
  Manual |
  Yes

Useful to know about Barbados Cruise Terminal

  • The cruise dock is found in the capital Bridgetown.
  • It’s also known as Deep Water Harbour by the locals.
  • The port hosts super cruise liners since the harbour was dredged in 2002.
  • It’s a main port of call for cruise holidays in the Caribbean.
  • Over 750,000 passengers stepped ashore there last year.

 

Popular car hire destinations in Barbados Cruise Terminal

Best car rental companies in Barbados Cruise Terminal

5.1
No.1: BAJAN CAR RENTALS,
based on 11 reviews
48
40
50
55
62
6 min (average wait time)

Barbados Cruise Terminal car hire information

  • 5.2/10
    Best Rated Agent:
    Bajan Car Rentals
  • € 398.93
    Average price:
    (per week)
  • € 56.99
    Best Price:
    Per Week
  • 6
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Suzuki Swift
  • 16
    Total Cars Available
     

Average prices per day in Barbados Cruise Terminal

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€ 146
February€ 131
March€ 124
April€ 125
May€ 94
June€ 99
July€ 133
August€ 76
September€ 64
October€ 63
November€ 76
December€ 138
ItemPercent
January€ 116
February€ 105
March€ 94
April€ 95
May€ 72
June€ 75
July€ 102
August€ 61
September€ 49
October€ 50
November€ 60
December€ 110
ItemPercent
January€ 427
February€ 385
March€ 384
April€ 426
May€ 299
June€ 325
July€ 459
August€ 218
September€ 207
October€ 160
November€ 234
December€ 326
ItemPercent
January€ 95
February€ 88
March€ 80
April€ 86
May€ 74
June€ 64
July€ 78
August€ 83
September€ 68
October€ 75
November€ 94
December€ 91
ItemPercent
January€ 138
February€ 125
March€ 111
April€ 124
May€ 88
June€ 96
July€ 134
August€ 72
September€ 63
October€ 51
November€ 57
December€ 106
ItemPercent
January€ 444
February€ 400
March€ 400
April€ 442
May€ 311
June€ 338
July€ 477
August€ 226
September€ 203
October€ 160
November€ 234
December€ 339
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:190897 NodeID:7058 pvCT_ID:190897 NodeID:7058 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 =7058 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=190897 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=190897 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 Barbados fo find you the best price and that's a promise...

from
€48
per day
ItemPercent
Jan€ 60
Feb€ 58
Mar€ 49
Apr€ 51
May€ 40
Jun€ 38
Jul€ 52
Aug€ 42
Sep€ 40
Oct€ 43
Nov€ 52
Dec€ 53
from
€49
per day
ItemPercent
Jan€ 59
Feb€ 63
Mar€ 48
Apr€ 50
May€ 39
Jun€ 39
Jul€ 53
Aug€ 41
Sep€ 42
Oct€ 42
Nov€ 52
Dec€ 59
from
€49
per day
ItemPercent
Jan€ 59
Feb€ 63
Mar€ 48
Apr€ 50
May€ 39
Jun€ 39
Jul€ 53
Aug€ 41
Sep€ 42
Oct€ 42
Nov€ 58
Dec€ 59
from
€0
per day
ItemPercent