Plovdiv Airport Mini Guide
Seven miles away from the city you will find Plovdiv Airport which has a growing number of budget airline flights each year including a year round scheduled flight from
Stansted with Ryanair. Journeys into the city can be made quickly once you have collected your hire car.
Plovdiv is the second largest Bulgarian city and the oldest continually inhabited city in Europe. The old town is fascinating with numerous Roman ruins and restored Roman buildings. The city is not far from the border with
Greece and the mountains that separate the city and Greece are renowned for excellent skiing.
Hiring a car from the airport will get you to the nearest ski resort in under an hour.
Current Rental Rates at Plovdiv Airport
Peugeot 208 Electric
5 Adults, 5 Doors
From 46.22 EUR/day
7 Days rental at 323.54 EUR from 22/05/2023
Useful to know about Plovdiv Airport
- Plovdiv Airport is under eight miles from the city.
- The airport is busiest in winter with ski holiday charter flights.
- Ryanair have added Plovdiv to their schedules.
- Plovdiv is the oldest continually inhabited city in Europe.
- In Roman times the city was known as the most beautiful of all cities.
Popular car hire destinations in Plovdiv Airport
Best car rental companies in Plovdiv Airport
9.2
No.1: SIXT,
based on 35 reviews
27 min (average wait time)
7.8
No.2: TOP RENT A CAR,
based on 414 reviews
20 min (average wait time)
7.2
No.3: LOW COST CARS,
based on 107 reviews
15 min (average wait time)
Plovdiv Airport car hire information
-
€ 139.93
Average price:
(per week)
-
€ 19.99
Best Price:
Per Week
Average prices per day for car hire at Plovdiv 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 | € 39 |
---|
February | € 38 |
---|
March | € 41 |
---|
April | € 36 |
---|
May | € 43 |
---|
June | € 55 |
---|
July | € 61 |
---|
August | € 64 |
---|
September | € 51 |
---|
October | € 41 |
---|
November | € 39 |
---|
December | € 45 |
---|
Item | Percent |
---|
January | € 26 |
---|
February | € 25 |
---|
March | € 24 |
---|
April | € 48 |
---|
May | € 29 |
---|
June | € 39 |
---|
July | € 48 |
---|
August | € 50 |
---|
September | € 28 |
---|
October | € 23 |
---|
November | € 19 |
---|
December | € 23 |
---|
Item | Percent |
---|
January | € 100 |
---|
February | € 102 |
---|
March | € 101 |
---|
April | € 116 |
---|
May | € 129 |
---|
June | € 129 |
---|
July | € 149 |
---|
August | € 145 |
---|
September | € 93 |
---|
October | € 100 |
---|
November | € 100 |
---|
December | € 111 |
---|
Item | Percent |
---|
January | € 52 |
---|
February | € 52 |
---|
March | € 58 |
---|
April | € 53 |
---|
May | € 58 |
---|
June | € 82 |
---|
July | € 87 |
---|
August | € 93 |
---|
September | € 80 |
---|
October | € 62 |
---|
November | € 57 |
---|
December | € 66 |
---|
Item | Percent |
---|
January | € 18 |
---|
February | € 17 |
---|
March | € 17 |
---|
April | € 15 |
---|
May | € 18 |
---|
June | € 29 |
---|
July | € 33 |
---|
August | € 35 |
---|
September | € 24 |
---|
October | € 16 |
---|
November | € 15 |
---|
December | € 19 |
---|
Item | Percent |
---|
January | € 82 |
---|
February | € 79 |
---|
March | € 75 |
---|
April | € 82 |
---|
May | € 237 |
---|
June | € 118 |
---|
July | € 123 |
---|
August | € 122 |
---|
September | € 95 |
---|
October | € 71 |
---|
November | € 69 |
---|
December | € 80 |
---|
Item | Percent |
---|
January | € 34 |
---|
February | € 34 |
---|
March | € 39 |
---|
April | € 35 |
---|
May | € 36 |
---|
June | € 62 |
---|
July | € 72 |
---|
August | € 72 |
---|
September | € 52 |
---|
October | € 34 |
---|
November | € 33 |
---|
December | € 40 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Plovdiv Airport
Page_Load: CT_ID:123308 NodeID:19756 pvCT_ID:123308 NodeID:19756 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 =19756 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=123308 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=123308 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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.