Simferopol Airport Car Rental Mini Guide
Simferopol is the capital city of Crimea and a small but attractive city. Many of the sights of the region are found outside the city so a car hire is going to be an essential during your stay.
By organising your Simferopol Airport car hire at the same time you book your flights you will benefit from being able to choose from the widest range of hire cars and all at low prices. We work hard to make sure we bring you only the lowest prices for the best Simferopol Airport car hire packages. We have real time access to all the latest remarkable offers and best deals from the car hire companies that operate at the airport and pass the savings directly on to you. We also include all the essentials in the price so that what seems like a great deal stays a great deal by not charging extra for extras!
With no direct flights from any Western European airports, not even
Heathrow, your only alternatives are to fly to
Riga in
Latvia and continue your journey from there.
Current Rental Rates in Simferopol Airport
Volkswagen Polo
5 Adults, 5 Doors
From 22.74 EUR/day
7 Days rental at 159.22 EUR from 13/12/2021
Hyundai Creta
5 Adults, 5 Doors
From 35.37 EUR/day
7 Days rental at 247.65 EUR from 13/12/2021
Hyundai Tucson
5 Adults, 5 Doors
From 59.70 EUR/day
7 Days rental at 417.90 EUR from 13/12/2021
Useful to know about Simferopol Airport
- Simferopol Airport serves around 6 million passengers each year
- Despite being an international airport, there are no flights from Western Europe
- Most flights to Simferopol Airport are from Moscow and other major Russian airports
- The Airport serves the capital city of Simferopol, close to the centre of the Crimean peninsula and is eleven miles from the city centre
Popular car hire destinations in Simferopol Airport
Best car rental companies in Simferopol Airport
9.3
No.1: RENT MOTORS,
based on 23 reviews
33 min (average wait time)
Simferopol Airport car hire information
-
€ 159.18
Average price:
(per week)
-
€ 22.74
Best Price:
Per Week
Average prices per day in Simferopol 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 | € 32 |
---|
February | € 31 |
---|
March | € 32 |
---|
April | € 33 |
---|
May | € 38 |
---|
June | € 50 |
---|
July | € 51 |
---|
August | € 62 |
---|
September | € 59 |
---|
October | € 34 |
---|
November | € 36 |
---|
December | € 35 |
---|
Item | Percent |
---|
January | € 20 |
---|
February | € 19 |
---|
March | € 20 |
---|
April | € 25 |
---|
May | € 30 |
---|
June | € 37 |
---|
July | € 39 |
---|
August | € 47 |
---|
September | € 42 |
---|
October | € 29 |
---|
November | € 29 |
---|
December | € 28 |
---|
Item | Percent |
---|
January | € 49 |
---|
February | € 47 |
---|
March | € 49 |
---|
April | € 46 |
---|
May | € 48 |
---|
June | € 66 |
---|
July | € 68 |
---|
August | € 87 |
---|
September | € 76 |
---|
October | € 50 |
---|
November | € 50 |
---|
December | € 44 |
---|
Item | Percent |
---|
January | € 55 |
---|
February | € 53 |
---|
March | € 55 |
---|
April | € 43 |
---|
May | € 42 |
---|
June | € 45 |
---|
July | € 54 |
---|
August | € 84 |
---|
September | € 88 |
---|
October | € 46 |
---|
November | € 53 |
---|
December | € 52 |
---|
Item | Percent |
---|
January | € 33 |
---|
February | € 32 |
---|
March | € 33 |
---|
April | € 34 |
---|
May | € 38 |
---|
June | € 54 |
---|
July | € 53 |
---|
August | € 66 |
---|
September | € 58 |
---|
October | € 35 |
---|
November | € 36 |
---|
December | € 35 |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:175565 NodeID:20611 pvCT_ID:175565 NodeID:20611 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 =20611 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=175565 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=175565 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.