Allentown Airport Mini Guide
Allentown Airport, also known as Lehigh Valley International airport, is located in Pennsylvania just 5 kilometres from the city of Allentown. The airport caters for almost 1 million passengers yearly. If you are jetting in to Allentown and need to rent a hire car, then why not take advantage of some of the great deals that Rhino have lined up and pre-book your rental vehicle online so it is ready and waiting for when you arrive.
Current Rental Rates in Allentown Airport
Toyota Corolla
5 Adults, 4 Doors
From 81.93 EUR/day
7 Days rental at 573.54 EUR from 24/07/2023
Toyota Camry
5 Adults, 4 Doors
From 83.01 EUR/day
7 Days rental at 581.11 EUR from 24/07/2023
Volkswagen Jetta
5 Adults, 4 Doors
From 83.01 EUR/day
7 Days rental at 581.11 EUR from 24/07/2023
Kia Rio
5 Adults, 5 Doors
From 83.75 EUR/day
7 Days rental at 586.27 EUR from 24/07/2023
Nissan Versa
5 Adults, 4 Doors
From 83.75 EUR/day
7 Days rental at 586.27 EUR from 24/07/2023
Hyundai Elantra
5 Adults, 4 Doors
From 84.03 EUR/day
7 Days rental at 588.23 EUR from 24/07/2023
Toyota Corolla
5 Adults, 4 Doors
From 84.03 EUR/day
7 Days rental at 588.23 EUR from 24/07/2023
Kia Rio
5 Adults, 5 Doors
From 84.77 EUR/day
7 Days rental at 593.39 EUR from 24/07/2023
Nissan Versa
5 Adults, 4 Doors
From 84.77 EUR/day
7 Days rental at 593.39 EUR from 24/07/2023
Useful to know about Allentown Airport
- Is now known as Lehigh Valley International Airport
- Is just 3 miles north of Allentown in Pennsylvania
- Has 2 runways totalling near 4km in length
- Chicago O'Hare is the third biggest airport in the USA with over 39 million passengers in 2018.
Popular car hire destinations in Allentown Airport
Best car rental companies in Allentown Airport
8.5
No.1: ALAMO,
based on 4541 reviews
24 min (average wait time)
8.3
No.2: ENTERPRISE,
based on 1886 reviews
20 min (average wait time)
8.1
No.3: NATIONAL,
based on 372 reviews
23 min (average wait time)
Allentown Airport car hire information
-
€ 573.51
Average price:
(per week)
-
€ 81.93
Best Price:
Per Week
Average prices per day in Allentown Airport
Item | Percent |
---|
January | € 86 |
---|
February | € 79 |
---|
March | € 81 |
---|
April | € 77 |
---|
May | € 85 |
---|
June | € 77 |
---|
July | € 92 |
---|
August | € 61 |
---|
September | € 63 |
---|
October | € 61 |
---|
November | € 65 |
---|
December | € 81 |
---|
Item | Percent |
---|
January | € 84 |
---|
February | € 78 |
---|
March | € 76 |
---|
April | € 69 |
---|
May | € 69 |
---|
June | € 68 |
---|
July | € 81 |
---|
August | € 59 |
---|
September | € 59 |
---|
October | € 58 |
---|
November | € 63 |
---|
December | € 80 |
---|
Item | Percent |
---|
January | € 144 |
---|
February | € 121 |
---|
March | € 117 |
---|
April | € 99 |
---|
May | € 126 |
---|
June | € 103 |
---|
July | € 129 |
---|
August | € 103 |
---|
September | € 110 |
---|
October | € 113 |
---|
November | € 112 |
---|
December | € 133 |
---|
Item | Percent |
---|
January | € 95 |
---|
February | € 87 |
---|
March | € 85 |
---|
April | € 78 |
---|
May | € 86 |
---|
June | € 80 |
---|
July | € 103 |
---|
August | € 80 |
---|
September | € 79 |
---|
October | € 82 |
---|
November | € 82 |
---|
December | € 101 |
---|
Item | Percent |
---|
January | € 129 |
---|
February | € 123 |
---|
March | € 99 |
---|
April | € 111 |
---|
May | € 97 |
---|
June | € 101 |
---|
July | € 154 |
---|
August | € 148 |
---|
September | € 145 |
---|
October | € 144 |
---|
November | € 205 |
---|
December | € 176 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 42 |
---|
May | € 41 |
---|
June | € 44 |
---|
July | € 56 |
---|
August | € 38 |
---|
September | € 38 |
---|
October | € 36 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 100 |
---|
February | € 90 |
---|
March | € 88 |
---|
April | € 80 |
---|
May | € 86 |
---|
June | € 80 |
---|
July | € 104 |
---|
August | € 76 |
---|
September | € 75 |
---|
October | € 75 |
---|
November | € 81 |
---|
December | € 100 |
---|
Item | Percent |
---|
January | € 93 |
---|
February | € 84 |
---|
March | € 90 |
---|
April | € 116 |
---|
May | € 126 |
---|
June | € 132 |
---|
July | € 113 |
---|
August | |
---|
September | € 74 |
---|
October | € 72 |
---|
November | |
---|
December | € 73 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:3676 NodeID:25765 pvCT_ID:3676 NodeID:25765 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 =25765 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3676 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3676 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.