• 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 Mini Guide Curacao International Airport

Curacao international airport is also known as Hato International is the only airport on this Dutch Caribbean Island. Car Hire can be collected from the airport and then you have only a 12-kilometre drive to the capital city of Willemstad.
 

Current Rental Rates in Curacao Hato Airport

Kia Picanto

4 Adults, 3 Doors

From 56.97 EUR/day
Kia Picanto

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

  1 |
  Automatic |
  Yes

Kia Rio

5 Adults, 3 Doors

From 68.74 EUR/day
Kia Rio

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

  2 |
  Automatic |
  Yes

Suzuki Jeep

4 Adults, 3 Doors

From 81.91 EUR/day
Suzuki Jeep

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

  2 |
  Manual |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 98.33 EUR/day
Nissan Qashqai

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

  3 |
  Automatic |
  Yes

Useful to know about Curacao Hato Airport

  • The airport has the second longest runway in the Caribbean
  • Around a million passengers use the airport each year
  • There are flights from Amsterdam, Milan, Valencia and Frankfurt but not from the UK
  • The airport is located just outside the capital Willemstad

 

Popular car hire destinations in Curacao Hato Airport

Best car rental companies in Curacao Hato Airport

5.1
No.2: SIXT,
based on 130 reviews
21
53
46
60
75
21 min (average wait time)
5.1
No.1: SIXT,
based on 130 reviews
21
53
46
60
75
21 min (average wait time)

Curacao Hato Airport car hire information

  • 5.2/10
    Best Rated Agent:
    SIXT Franchise
  • € 398.79
    Average price:
    (per week)
  • € 56.97
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Kia Rio
  • 4
    Total Cars Available
     

Average prices per day in Curacao Hato Airport

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€ 69
February€ 70
March€ 62
April€ 57
May€ 54
June€ 58
July€ 62
August€ 59
September€ 58
October€ 65
November€ 65
December€ 71
ItemPercent
January€ 89
February€ 88
March€ 75
April€ 66
May€ 73
June€ 76
July€ 80
August€ 76
September€ 73
October€ 77
November€ 78
December€ 91
ItemPercent
January€ 51
February€ 53
March€ 47
April€ 44
May€ 43
June€ 45
July€ 48
August€ 48
September€ 44
October€ 46
November€ 47
December€ 53
ItemPercent
January€ 72
February€ 73
March€ 67
April€ 55
May€ 57
June€ 61
July€ 69
August€ 62
September€ 64
October€ 73
November€ 72
December€ 76
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:171053 NodeID:27350 pvCT_ID:171053 NodeID:27350 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 =27350 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=171053 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=171053 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 Curacao fo find you the best price and that's a promise...

fromper day
fromper day
fromper day
fromper day