Eureka Arcata Airport
Eureka Arcata Airport is situated 15 miles to the north of Eureka in the unincorporated town of McKinleyville. So there are many scenic drives to do with your rental vehicle, none more spectacular than along the Highway 101 south to
San Francisco and the Golden Gate Bridge. Although it is a regional airport it is classified as a federal designated port of entry for civil aircraft arriving in the United States.
Eureka Arcata Airport is the arrival point for those that want to drive the beautiful part of the Pacific Highway known as the Redwood Coast. If you are going to be in a car for much of the day, exploring or searching out the photogenic views then you should make sure you rent a comfortable rental vehicle from Eureka Arcata Airport.
Current Rental Rates in Eureka Arcata Airport
Nissan Versa
5 Adults, 4 Doors
From 119.01 EUR/day
7 Days rental at 833.13 EUR from 24/01/2022
Hyundai Elantra
5 Adults, 4 Doors
From 119.32 EUR/day
7 Days rental at 835.25 EUR from 24/01/2022
Toyota Camry
5 Adults, 2 Doors
From 119.92 EUR/day
7 Days rental at 839.49 EUR from 24/01/2022
Nissan Versa
5 Adults, 4 Doors
From 122.81 EUR/day
7 Days rental at 859.67 EUR from 24/01/2022
Hyundai Elantra
5 Adults, 4 Doors
From 123.11 EUR/day
7 Days rental at 861.79 EUR from 24/01/2022
Ford Fusion
5 Adults, 2 Doors
From 123.72 EUR/day
7 Days rental at 866.04 EUR from 24/01/2022
Nissan Versa
5 Adults, 4 Doors
From 128.72 EUR/day
7 Days rental at 901.08 EUR from 24/01/2022
Nissan Versa
5 Adults, 4 Doors
From 128.87 EUR/day
7 Days rental at 902.13 EUR from 24/01/2022
Hyundai Elantra
5 Adults, 4 Doors
From 129.02 EUR/day
7 Days rental at 903.19 EUR from 24/01/2022
Useful to know about Eureka Arcata Airport
- Arcata is known throughout California for its hippie culture and the laid back, peace loving nature of many of its people.
- Eureka, nearby is famous for its old architecture from the early settler days.
- The stunning scenery of the Redwood Coast is nearby.
- To keep the city ‘green’, Arcata operates a ‘bike library’ where you can borrow bikes for different periods of time.
Popular car hire destinations in Eureka Arcata Airport
Best car rental companies in Eureka Arcata Airport
7.6
No.1: ENTERPRISE,
based on 1257 reviews
17 min (average wait time)
7.3
No.2: HERTZ,
based on 3412 reviews
16 min (average wait time)
6.9
No.3: NATIONAL,
based on 277 reviews
17 min (average wait time)
Eureka Arcata Airport car hire information
-
€ 833.07
Average price:
(per week)
-
€ 119.01
Best Price:
Per Week
Average prices per day in Eureka Arcata 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 | € 129 |
---|
April | € 25 |
---|
May | € 28 |
---|
June | € 30 |
---|
July | € 48 |
---|
August | € 30 |
---|
September | € 39 |
---|
October | € 31 |
---|
Item | Percent |
---|
January | |
---|
April | € 25 |
---|
May | € 27 |
---|
June | € 30 |
---|
July | € 48 |
---|
August | € 29 |
---|
September | € 38 |
---|
October | € 31 |
---|
Item | Percent |
---|
January | € 266 |
---|
April | € 49 |
---|
May | € 66 |
---|
June | € 52 |
---|
July | € 85 |
---|
August | € 54 |
---|
September | € 91 |
---|
October | € 68 |
---|
Item | Percent |
---|
January | € 149 |
---|
April | € 34 |
---|
May | € 33 |
---|
June | € 36 |
---|
July | € 52 |
---|
August | € 36 |
---|
September | € 42 |
---|
October | € 36 |
---|
Item | Percent |
---|
January | € 139 |
---|
April | € 33 |
---|
May | € 36 |
---|
June | € 40 |
---|
July | € 64 |
---|
August | € 34 |
---|
September | € 45 |
---|
October | € 37 |
---|
Item | Percent |
---|
January | € 265 |
---|
April | |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:56960 NodeID:25521 pvCT_ID:56960 NodeID:25521 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 =25521 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=56960 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=56960 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.