Car Rental Mini Guide Aguadilla - Rafael Hernandez Airport Guide
Also known as Rafael Hernandez Airport is situated in Aguadilla in Puerto Rico. The airport is sometimes referred to as Aguadilla and can be found under the acronym BQN. The airport is the second largest international airport in Puerto Rico and mainly serves Puerto Rico and the United States. The north side of the airport is where you will find an international passenger terminal and where it is possible to collect a hire car direct making your onward journey into Puerto Rico an enjoyable experience. Check out the current rental rates for cars below or just get a quick quote above.
Current Rental Rates in Aguadilla Airport
Toyota Corolla
5 Adults, 4 Doors
From 68.21 EUR/day
7 Days rental at 477.47 EUR from 24/07/2023
Mitsubishi Mirage
5 Adults, 5 Doors
From 68.21 EUR/day
7 Days rental at 477.47 EUR from 24/07/2023
Chevrolet Malibu
5 Adults, 5 Doors
From 68.21 EUR/day
7 Days rental at 477.47 EUR from 24/07/2023
Volkswagen Jetta
4 Adults, 5 Doors
From 68.21 EUR/day
7 Days rental at 477.47 EUR from 24/07/2023
Nissan Versa
5 Adults, 5 Doors
From 68.21 EUR/day
7 Days rental at 477.47 EUR from 24/07/2023
Nissan Versa
5 Adults, 3 Doors
From 68.21 EUR/day
7 Days rental at 477.47 EUR from 24/07/2023
Toyota Corolla
5 Adults, 4 Doors
From 68.21 EUR/day
7 Days rental at 477.47 EUR from 24/07/2023
Nissan Rogue
5 Adults, 5 Doors
From 70.77 EUR/day
7 Days rental at 495.40 EUR from 24/07/2023
Volkswagen Jetta
4 Adults, 5 Doors
From 81.12 EUR/day
7 Days rental at 567.87 EUR from 24/07/2023
Useful to know about Aguadilla Airport
- The airport is named after the Puerto Rican composer Rafael Hernandez Marin
- The airport is the second largest in Puerto Rico
- The airport is a joint military and civil airport
- It is home to the Coast Guard Air Station Borinquen
- The airport and its runway were originally built in 1940
Popular car hire destinations in Aguadilla Airport
Best car rental companies in Aguadilla Airport
7.4
No.1: SIXT,
based on 74 reviews
38 min (average wait time)
Aguadilla Airport car hire information
-
€ 477.47
Average price:
(per week)
-
€ 68.21
Best Price:
Per Week
Average prices per day in Aguadilla 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)
Item | Percent |
---|
January | € 84 |
---|
February | € 410 |
---|
March | € 89 |
---|
April | € 75 |
---|
May | € 200 |
---|
June | € 72 |
---|
July | € 83 |
---|
August | € 72 |
---|
September | € 215 |
---|
October | € 189 |
---|
November | € 1730 |
---|
December | € 139 |
---|
Item | Percent |
---|
January | € 87 |
---|
February | € 333 |
---|
March | € 89 |
---|
April | € 78 |
---|
May | € 185 |
---|
June | € 81 |
---|
July | € 92 |
---|
August | € 46 |
---|
September | € 148 |
---|
October | € 145 |
---|
November | € 1351 |
---|
December | € 149 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 105 |
---|
May | € 72 |
---|
June | € 73 |
---|
July | € 104 |
---|
August | € 68 |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 51 |
---|
May | € 57 |
---|
June | € 62 |
---|
July | € 73 |
---|
August | € 58 |
---|
September | € 66 |
---|
October | € 60 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 104 |
---|
February | € 689 |
---|
March | € 106 |
---|
April | € 124 |
---|
May | € 138 |
---|
June | € 78 |
---|
July | € 86 |
---|
August | € 86 |
---|
September | € 279 |
---|
October | € 275 |
---|
November | € 3607 |
---|
December | € 173 |
---|
Item | Percent |
---|
January | € 98 |
---|
February | € 1006 |
---|
March | € 107 |
---|
April | € 91 |
---|
May | € 389 |
---|
June | € 75 |
---|
July | € 95 |
---|
August | € 81 |
---|
September | € 283 |
---|
October | € 269 |
---|
November | € 5271 |
---|
December | € 171 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:24852 NodeID:24041 pvCT_ID:24852 NodeID:24041 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 =24041 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=24852 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=24852 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.