Kingston Car Rental Mini Guide
Located on the southeast coast, Kingston is the capital of Jamaica. Using a cheap hire car in Kingston from Rhinocarhire you can see some of the Islands most prized attractions. The Bob Marley Museum - situated on Hope Road, number 56, where there are screenings of his music, life and memories is a favourite attraction for
UK visitors.
Our friendly car hire partners will be able to give you directions and tourist information. We have many car rental collection points around Kingston including Norman Manley Airport (KIN).
Current Rental Rates in Kingston
Toyota Corolla
5 Adults, 5 Doors
From 69.44 EUR/day
7 Days rental at 486.14 EUR from 24/07/2023
Suzuki Swift
5 Adults, 3 Doors
From 73.43 EUR/day
7 Days rental at 514.01 EUR from 24/07/2023
Suzuki SX4
5 Adults, 3 Doors
From 77.89 EUR/day
7 Days rental at 545.29 EUR from 24/07/2023
Suzuki Ciaz
5 Adults, 5 Doors
From 82.36 EUR/day
7 Days rental at 576.56 EUR from 24/07/2023
Suzuki Grand Vitara
5 Adults, 5 Doors
From 104.86 EUR/day
7 Days rental at 734.07 EUR from 24/07/2023
Suzuki Vitara
5 Adults, 5 Doors
From 109.31 EUR/day
7 Days rental at 765.20 EUR from 24/07/2023
Mitsubishi ASX
5 Adults, 5 Doors
From 113.78 EUR/day
7 Days rental at 796.47 EUR from 24/07/2023
Toyota Hiace
12 Adults, 4 Doors
From 130.17 EUR/day
7 Days rental at 911.22 EUR from 24/07/2023
BMW 3 Series
5 Adults, 5 Doors
From 216.68 EUR/day
7 Days rental at 1516.78 EUR from 24/07/2023
Useful to know about Kingston
- Kingston is the largest city in Jamaica and its capital.
- In fact it’s the largest English speaking city south of the United States.
- It was the home of Bob Marley, the father of reggae.
- It was founded in 1692 by refugees from the earthquake that destroyed the city of Port Royal.
- Kingston hosts the largest botanical garden in the Caribbean at Hope Park.
Popular car hire destinations in Kingston
Best car rental companies in Kingston
8.4
No.1: ISLAND,
based on 51 reviews
17 min (average wait time)
3.5
No.2: BUDGET,
based on 13 reviews
25 min (average wait time)
Kingston car hire information
-
€ 486.08
Average price:
(per week)
-
€ 69.44
Best Price:
Per Week
Average prices per day in Kingston
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 | € 65 |
---|
February | € 64 |
---|
March | € 66 |
---|
April | € 98 |
---|
May | € 61 |
---|
June | € 63 |
---|
July | € 68 |
---|
August | € 68 |
---|
September | € 67 |
---|
October | € 66 |
---|
November | € 63 |
---|
December | € 71 |
---|
Item | Percent |
---|
January | € 59 |
---|
February | € 57 |
---|
March | € 60 |
---|
April | € 59 |
---|
May | € 55 |
---|
June | € 56 |
---|
July | € 60 |
---|
August | € 60 |
---|
September | € 58 |
---|
October | € 56 |
---|
November | € 54 |
---|
December | € 61 |
---|
Item | Percent |
---|
January | € 115 |
---|
February | € 116 |
---|
March | € 129 |
---|
April | € 199 |
---|
May | € 121 |
---|
June | € 130 |
---|
July | € 120 |
---|
August | € 134 |
---|
September | € 118 |
---|
October | € 123 |
---|
November | € 116 |
---|
December | € 106 |
---|
Item | Percent |
---|
January | € 96 |
---|
February | € 93 |
---|
March | € 98 |
---|
April | € 165 |
---|
May | € 92 |
---|
June | € 97 |
---|
July | € 103 |
---|
August | € 102 |
---|
September | € 93 |
---|
October | € 93 |
---|
November | € 89 |
---|
December | € 100 |
---|
Item | Percent |
---|
January | € 158 |
---|
February | € 153 |
---|
March | € 155 |
---|
April | € 151 |
---|
May | € 148 |
---|
June | € 157 |
---|
July | € 162 |
---|
August | € 158 |
---|
September | € 157 |
---|
October | € 154 |
---|
November | € 150 |
---|
December | € 167 |
---|
Item | Percent |
---|
January | € 133 |
---|
February | € 136 |
---|
March | € 140 |
---|
April | € 140 |
---|
May | € 139 |
---|
June | € 140 |
---|
July | € 148 |
---|
August | € 151 |
---|
September | € 150 |
---|
October | € 151 |
---|
November | € 142 |
---|
December | € 123 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:4243 NodeID:10211 pvCT_ID:4243 NodeID:10211 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 =10211 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4243 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4243 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.