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
7 Days rental at 398.95 EUR from 24/07/2023
Hyundai Accent
5 Adults, 3 Doors
From 66.44 EUR/day
7 Days rental at 465.13 EUR from 24/07/2023
Kia Cerato
5 Adults, 5 Doors
From 74.66 EUR/day
7 Days rental at 522.67 EUR from 24/07/2023
Suzuki Grand Vitara
5 Adults, 5 Doors
From 90.36 EUR/day
7 Days rental at 632.55 EUR from 24/07/2023
Hyundai i10
4 Adults, 5 Doors
From 163.55 EUR/day
7 Days rental at 1144.86 EUR from 24/07/2023
Chevrolet Spark
4 Adults, 5 Doors
From 169.04 EUR/day
7 Days rental at 1183.29 EUR from 24/07/2023
Nissan Micra
5 Adults, 5 Doors
From 187.70 EUR/day
7 Days rental at 1313.90 EUR from 24/07/2023
Suzuki Swift
5 Adults, 5 Doors
From 202.19 EUR/day
7 Days rental at 1415.39 EUR from 24/07/2023
Nissan Nite
5 Adults, 3 Doors
From 202.80 EUR/day
7 Days rental at 1419.61 EUR from 24/07/2023
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
6 min (average wait time)
Barbados Cruise Terminal car hire information
-
€ 398.93
Average price:
(per week)
-
€ 56.99
Best Price:
Per Week
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)
Item | Percent |
---|
January | € 146 |
---|
February | € 131 |
---|
March | € 124 |
---|
April | € 125 |
---|
May | € 94 |
---|
June | € 99 |
---|
July | € 133 |
---|
August | € 76 |
---|
September | € 64 |
---|
October | € 63 |
---|
November | € 76 |
---|
December | € 138 |
---|
Item | Percent |
---|
January | € 116 |
---|
February | € 105 |
---|
March | € 94 |
---|
April | € 95 |
---|
May | € 72 |
---|
June | € 75 |
---|
July | € 102 |
---|
August | € 61 |
---|
September | € 49 |
---|
October | € 50 |
---|
November | € 60 |
---|
December | € 110 |
---|
Item | Percent |
---|
January | € 427 |
---|
February | € 385 |
---|
March | € 384 |
---|
April | € 426 |
---|
May | € 299 |
---|
June | € 325 |
---|
July | € 459 |
---|
August | € 218 |
---|
September | € 207 |
---|
October | € 160 |
---|
November | € 234 |
---|
December | € 326 |
---|
Item | Percent |
---|
January | € 95 |
---|
February | € 88 |
---|
March | € 80 |
---|
April | € 86 |
---|
May | € 74 |
---|
June | € 64 |
---|
July | € 78 |
---|
August | € 83 |
---|
September | € 68 |
---|
October | € 75 |
---|
November | € 94 |
---|
December | € 91 |
---|
Item | Percent |
---|
January | € 138 |
---|
February | € 125 |
---|
March | € 111 |
---|
April | € 124 |
---|
May | € 88 |
---|
June | € 96 |
---|
July | € 134 |
---|
August | € 72 |
---|
September | € 63 |
---|
October | € 51 |
---|
November | € 57 |
---|
December | € 106 |
---|
Item | Percent |
---|
January | € 444 |
---|
February | € 400 |
---|
March | € 400 |
---|
April | € 442 |
---|
May | € 311 |
---|
June | € 338 |
---|
July | € 477 |
---|
August | € 226 |
---|
September | € 203 |
---|
October | € 160 |
---|
November | € 234 |
---|
December | € 339 |
---|
*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.