• 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

St James Mini Guide

Eight miles from the capital is the international airport, Grantley Adams International, you then take the coastal Route and find St James which  is a fabulously wealthy part of Barbados situated on its west coast. You have only got to look at the number of expensive sports cars that pass you in your hire car to know there’s serious money about.

Pre book your Rental car and once there drive past the opulent mansions and villas or spend some of your holiday dollars where the rich and famous shop and you’re likely to bump into a celebrity.

Current Rental Rates in St James

Kia Picanto

5 Adults, 3 Doors

From 38.90 EUR/day
Kia Picanto

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

  2 |
  Automatic |
  Yes

Suzuki Swift

5 Adults, 5 Doors

From 42.03 EUR/day
Suzuki Swift

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

  2 |
  Automatic |
  Yes

Toyota Yaris Sedan

5 Adults, 4 Doors

From 49.73 EUR/day
Toyota Yaris Sedan

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

  3 |
  Automatic |
  Yes

Suzuki APV

8 Adults, 5 Doors

From 55.50 EUR/day
Suzuki APV

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

  4 |
  Automatic |
  Yes

Suzuki Ciaz

5 Adults, 5 Doors

From 55.50 EUR/day
Suzuki Ciaz

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

  4 |
  Automatic |
  Yes

Toyota Voxy

7 Adults, 5 Doors

From 65.07 EUR/day
Toyota Voxy

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

  2 |
  Automatic |
  Yes

Suzuki Grand Vitara

5 Adults, 5 Doors

From 78.22 EUR/day
Suzuki Grand Vitara

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

  3 |
  Automatic |
  Yes

Useful to know about St James

  • St James is the playground of the seriously rich and famous in Barbados.
  • It was renamed ‘The Platinum Coast’ from ‘The Gold Coast’ as wealth increased there.
  • There are 18 known billionaires living in St James.
  • The area is also noted for exclusive shopping and restaurants.
  • Nearby is the last remaining working sugar mill, the Portvale Sugar Factory.

 

Popular car hire destinations in St James

Best car rental companies in St James

8.4
No.1: DRIVE A MATIC,
based on 85 reviews
80
80
80
80
90
24 min (average wait time)

St James car hire information

  • 8.4/10
    Best Rated Agent:
    DRIVE-A-MATIC
  • € 272.30
    Average price:
    (per week)
  • € 38.90
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 1
    Most popular model:
    Suzuki APV
  • 7
    Total Cars Available
     

Average prices per day for car hire in St James

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€ 54
February€ 54
March
April€ 44
May€ 38
June€ 40
July€ 42
August€ 37
September€ 36
October€ 35
November€ 44
December€ 58
ItemPercent
January€ 53
February€ 56
March€ 49
April€ 47
May€ 38
June€ 36
July€ 43
August€ 36
September€ 37
October€ 36
November€ 50
December€ 52
ItemPercent
January€ 118
February€ 121
March€ 108
April€ 100
May€ 86
June€ 88
July€ 98
August€ 100
September€ 82
October€ 81
November€ 107
December€ 150
ItemPercent
January€ 77
February€ 97
March€ 81
April€ 70
May€ 66
June€ 61
July€ 65
August€ 56
September€ 57
October€ 55
November€ 73
December€ 75
ItemPercent
January€ 47
February€ 44
March
April€ 38
May€ 29
June€ 32
July€ 33
August€ 32
September€ 28
October€ 27
November€ 38
December€ 47
ItemPercent
January€ 65
February€ 74
March€ 60
April€ 58
May€ 52
June€ 50
July€ 55
August€ 44
September€ 45
October€ 44
November€ 62
December€ 66
ItemPercent
January€ 54
February€ 54
March
April€ 44
May€ 38
June€ 40
July€ 42
August€ 37
September€ 36
October€ 35
November€ 44
December€ 58
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in St James

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

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