• 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

Mini Guide for El Hierro Airport (VDE)

Welcome to a quaint and purposeful airport which serves the seventh and smallest of the Canary Islands. Flights go to and from other islands in the archipelago, mainly Tenerife and Gran Canaria

If you would like to sample the delights of El Hierro to the full, car hire is strongly recommended. A hire car arranged with Rhino can be collected at the car hire desks in the arrivals area of the airport. You will appreciate the freedom but also the quality of our cars. You can choose from a range of cars. Hiring a convertible here is a clever idea as you will not be going very fast around this small island. You will see more and feel the wind in your hair.

All our cars are carefully maintained and come with 24hr breakdown insurance, comprehensive insurance, and collision damage waiver. Drive a car from Rhinocarhire.com with the confidence you are in very safe hands.

Current Rental Rates at El Hierro Airport

Kia Picanto

4 Adults, 3 Doors

From 45.94 EUR/day
Kia Picanto

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

  1 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 48.26 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Useful to know about El Hierro Airport

  • There are flights from only two destinations that arrive here and they’re very short haul – from Gran Canaria and Tenerife North and South.
  • The airport still manages to see traffic of 150,000 passengers annually.
  • There’s plenty to see and a hire car is the easiest way to get from the airport to the main tourist area six miles away.

 

Popular car hire destinations in El Hierro Airport

Best car rental companies in El Hierro Airport

8.0
No.2: AVIS,
based on 2552 reviews
85
80
78
74
79
17 min (average wait time)
8.0
No.1: BUDGET,
based on 6612 reviews
84
79
80
74
82
18 min (average wait time)
7.5
No.3: EUROPCAR,
based on 3958 reviews
80
75
67
74
80
20 min (average wait time)

El Hierro Airport car hire information

  • 8.0/10
    Best Rated Agent:
    BUDGET Canaries Direct
  • € 321.58
    Average price:
    (per week)
  • € 45.94
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Mini
  • 1
    Most popular model:
    Opel Corsa
  • 2
    Total Cars Available
     

Average prices per day for car hire at El Hierro 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€ 37
February€ 37
March€ 37
April€ 32
May€ 37
June€ 37
July€ 37
August€ 37
September€ 37
October€ 37
November€ 37
December€ 37
ItemPercent
January€ 38
February€ 38
March€ 35
April€ 30
May€ 32
June€ 32
July€ 32
August€ 30
September€ 29
October€ 29
November€ 31
December€ 31
ItemPercent
January€ 123
February€ 123
March€ 123
April€ 123
May€ 123
June€ 123
July€ 123
August€ 123
September€ 126
October€ 124
November€ 124
December€ 124
ItemPercent
January€ 72
February€ 83
March€ 98
April€ 89
May€ 89
June€ 89
July€ 83
August€ 78
September€ 85
October€ 84
November€ 84
December€ 84
ItemPercent
January€ 48
February€ 48
March€ 29
April€ 25
May€ 54
June€ 50
July€ 47
August€ 50
September€ 36
October€ 37
November€ 48
December€ 28
ItemPercent
January€ 78
February€ 78
March€ 78
April€ 78
May€ 78
June€ 78
July€ 78
August€ 78
September€ 80
October€ 79
November€ 79
December€ 79
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire at El Hierro Airport

Page_Load: CT_ID:414 NodeID:19283 pvCT_ID:414 NodeID:19283 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 =19283 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=414 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=414 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 Spain fo find you the best price and that's a promise...

from
€38
per day
ItemPercent
Jan€ 32
Feb€ 26
Mar€ 21
Apr€ 34
May€ 32
Jun€ 51
Jul€ 74
Aug€ 55
Sep€ 37
Oct€ 32
Nov€ 27
Dec€ 32
from
€26
per day
ItemPercent
Jan€ 26
Feb€ 19
Mar€ 6
Apr€ 17
May€ 21
Jun€ 38
Jul€ 67
Aug€ 48
Sep€ 29
Oct€ 18
Nov€ 13
Dec€ 16
from
€26
per day
ItemPercent
Jan€ 26
Feb€ 19
Mar€ 6
Apr€ 17
May€ 21
Jun€ 38
Jul€ 67
Aug€ 48
Sep€ 29
Oct€ 18
Nov€ 13
Dec€ 16
from
€33
per day
ItemPercent
Jan€ 28
Feb€ 28
Mar€ 25
Apr€ 31
May€ 26
Jun€ 30
Jul€ 30
Aug€ 74
Sep€ 30
Oct€ 28
Nov€ 28
Dec€ 36