• 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

Car Rental in Colombo Mini Guide

 We can arrange for delivery of rental cars to all five star hotels or alternatively you can arrange to collect from other locations in the city center or from Colombo airport.  Colombo used to be the capital of Sri Lanka and is now the financial heartbeat of the country.  The city has been an important trade route for over 2,000 years because of its large and deep harbour. Colombo is an interesting city which has had Portuguese, Dutch and British influences over the centuries. 

The international airport known as Colombo Airport is actually closer to Negombo and if flights get in late, it is often recommended to stay over in Negombo before continuing the 22 mile journey the next day. 

Many people pre-book a hire car for collection at Bandaranaike Airport to get to Colombo as well as explore the island.

Current Rental Rates in Colombo

Mazda 3

5 Adults, 3 Doors

From 56.27 EUR/day
Mazda 3

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

  3 |
  Manual |
  Yes

Nissan Sunny

5 Adults, 3 Doors

From 56.27 EUR/day
Nissan Sunny

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

  3 |
  Automatic |
  Yes

Toyota Axio Hybrid

5 Adults, 5 Doors

From 65.65 EUR/day
Toyota Axio Hybrid

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

  3 |
  Automatic |
  Yes

Toyota Axio

5 Adults, 5 Doors

From 71.29 EUR/day
Toyota Axio

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

  3 |
  Automatic |
  Yes

Hyundai Tucson

5 Adults, 5 Doors

From 144.50 EUR/day
Hyundai Tucson

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

  4 |
  Automatic |
  Yes

Toyota Prado

5 Adults, 5 Doors

From 168.91 EUR/day
Toyota Prado

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

  5 |
  Automatic |
  Yes

Toyota Axio Hybrid

5 Adults, 5 Doors

From 65.65 EUR/day
Toyota Axio Hybrid

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

  3 |
  Automatic |
  Yes

Useful to know about Colombo

  • Colombo is the financial and commercial capital of Sri Lanka.
  • It was already known to seafaring traders two thousand years ago.
  • The city became the island’s capital in 1815.
  • The name either comes from the great explorer or the Sinhalese meaning harbour of the mango trees.
  • The island was accidentally discovered by Lourenco de Almeida in 1505.

 

Popular car hire destinations in Colombo

  • Hotel delivery to all 5 Star Hotels
  • Ethul Kotte

Colombo car hire information

  • 0.0/10
    Best Rated Agent:
    N/A
  • € 393.89
    Average price:
    (per week)
  • € 56.27
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Mazda 3
  • 6
    Total Cars Available
     

Average prices per day in Colombo

ItemPercent
January€ 71
February€ 72
March€ 61
April€ 49
May€ 50
June€ 53
July€ 61
August€ 62
September€ 46
October€ 48
November€ 37
December€ 83
ItemPercent
January€ 60
February€ 59
March€ 51
April€ 40
May€ 41
June€ 43
July€ 47
August€ 48
September€ 33
October€ 34
November€ 31
December€ 90
ItemPercent
January€ 137
February€ 117
March€ 115
April€ 91
May€ 93
June€ 93
July€ 102
August€ 104
September€ 106
October€ 106
November€ 70
December€ 126
ItemPercent
January€ 112
February€ 100
March€ 93
April€ 71
May€ 72
June€ 74
July€ 92
August€ 89
September€ 79
October€ 77
November€ 57
December€ 104
ItemPercent
January€ 200
February€ 167
March€ 169
April€ 137
May€ 138
June€ 140
July€ 153
August€ 149
September€ 150
October€ 150
November€ 107
December€ 189
ItemPercent
January€ 60
February€ 59
March€ 51
April€ 40
May€ 41
June€ 46
July€ 50
August€ 51
September€ 34
October€ 35
November€ 31
December€ 101
ItemPercent
January€ 186
February€ 152
March€ 155
April€ 120
May€ 121
June€ 128
July€ 134
August€ 135
September€ 139
October€ 139
November€ 97
December€ 172
ItemPercent
January€ 177
February€ 140
March€ 140
April€ 105
May€ 106
June€ 111
July€ 124
August€ 122
September€ 120
October€ 120
November€ 77
December€ 152

Select category to see average car hire prices in Colombo

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:154656 NodeID:11587 pvCT_ID:154656 NodeID:11587 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 =11587 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=154656 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=154656 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 Sri Lanka fo find you the best price and that's a promise...

from
€34
per day
ItemPercent
Jan€ 30
Feb€ 29
Mar€ 31
Apr€ 33
May€ 32
Jun€ 35
Jul€ 45
Aug€ 33
Sep€ 33
Oct€ 34
Nov€ 30
Dec€ 47
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent