Kota Kinabalu Car Rental Mini Guide
Car Hire is available from Kota Kinabalu which is the capital of the state of Sabah in Malaysia. It is a fantastic place to rent a car as you can drive along the northwest coast of Borneo which overlooks the China Sea, explore rainforests and mountain peaks. It is a favoured tourist destination and as such we advise you book your car rental as early as possible to secure the vehicle of your choice.
Current Rental Rates in Kota Kinabalu
Perodua Bezza
5 Adults, 3 Doors
From 30.72 EUR/day
7 Days rental at 215.07 EUR from 24/07/2023
Proton Persona
5 Adults, 3 Doors
From 35.32 EUR/day
7 Days rental at 247.25 EUR from 24/07/2023
Honda City
5 Adults, 4 Doors
From 39.50 EUR/day
7 Days rental at 276.52 EUR from 24/07/2023
Useful to know about Kota Kinabalu
- Its airport is the second busiest in all of Malaysia and has the IATA code BKI
- The airport has 2 terminals, terminal 1 being the latest terminal development with 64 check-in desks and 6 baggage carousels
- Passenger numbers have doubled in the last decade
- Kuala Lumpur is the busiest destination from Kota Kinabalu Airport
Popular car hire destinations in Kota Kinabalu
Best car rental companies in Kota Kinabalu
8.7
No.2: GREEN MATRIX,
based on 917 reviews
17 min (average wait time)
8.7
No.1: GREEN MATRIX,
based on 917 reviews
17 min (average wait time)
8.0
No.4: HAWK,
based on 604 reviews
15 min (average wait time)
Kota Kinabalu car hire information
-
€ 215.04
Average price:
(per week)
-
€ 30.72
Best Price:
Per Week
Average prices per day in Kota Kinabalu
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 | € 41 |
---|
February | € 36 |
---|
March | € 36 |
---|
April | € 38 |
---|
May | € 34 |
---|
June | € 33 |
---|
July | € 34 |
---|
August | € 37 |
---|
September | € 33 |
---|
October | € 33 |
---|
November | € 36 |
---|
December | € 41 |
---|
Item | Percent |
---|
January | € 30 |
---|
February | € 29 |
---|
March | € 29 |
---|
April | € 30 |
---|
May | € 26 |
---|
June | € 25 |
---|
July | € 26 |
---|
August | € 28 |
---|
September | € 23 |
---|
October | € 24 |
---|
November | € 25 |
---|
December | € 29 |
---|
Item | Percent |
---|
January | € 89 |
---|
February | € 100 |
---|
March | € 97 |
---|
April | € 116 |
---|
May | € 103 |
---|
June | € 103 |
---|
July | € 101 |
---|
August | € 101 |
---|
September | € 98 |
---|
October | € 96 |
---|
November | € 99 |
---|
December | € 101 |
---|
Item | Percent |
---|
January | € 69 |
---|
February | € 63 |
---|
March | € 55 |
---|
April | € 63 |
---|
May | € 58 |
---|
June | € 55 |
---|
July | € 56 |
---|
August | € 59 |
---|
September | € 58 |
---|
October | € 53 |
---|
November | € 57 |
---|
December | € 61 |
---|
Item | Percent |
---|
January | € 36 |
---|
February | € 30 |
---|
March | € 31 |
---|
April | € 29 |
---|
May | € 22 |
---|
June | € 22 |
---|
July | € 23 |
---|
August | € 23 |
---|
September | € 22 |
---|
October | € 21 |
---|
November | € 21 |
---|
December | € 28 |
---|
Item | Percent |
---|
January | € 118 |
---|
February | € 117 |
---|
March | € 104 |
---|
April | € 104 |
---|
May | € 107 |
---|
June | € 107 |
---|
July | € 105 |
---|
August | € 106 |
---|
September | € 91 |
---|
October | € 89 |
---|
November | € 104 |
---|
December | € 106 |
---|
Item | Percent |
---|
January | € 117 |
---|
February | € 124 |
---|
March | € 121 |
---|
April | € 120 |
---|
May | € 124 |
---|
June | € 124 |
---|
July | € 121 |
---|
August | € 122 |
---|
September | € 116 |
---|
October | € 113 |
---|
November | € 117 |
---|
December | € 120 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:151060 NodeID:27287 pvCT_ID:151060 NodeID:27287 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 =27287 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=151060 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=151060 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.