• 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

Car Rental at Baku Airport Mini Guide

Baku Airport or Baku Heydar Aliyev International Airport by its full name, is located just 25 kilometres outside of the city of Baku. The airport is easily accessible with the city connected to the airport by a modern highway. This makes it the ideal place to hire a car from, allowing you easy access to the beautiful city of Baku.
With daily flights offered from Heathrow Airport, Baku Airport really is easy to get to and with the city only approximately 30 minutes’ drive in your rental car it makes for the perfect city break.

Current Rental Rates in Baku Airport

Useful to know about Baku Airport

  • The full name of the airport is Baku Heydar Aliyev International Airport
  • It is one of six airports operating in Azerbaijan
  • The airport is named after the third president of Azerbaijan: Heydar Aliyev
  • It is the busiest airport in Azerbaijan
  • A highway was put in to connect the airport to the city in 2008
  • The airport has two passenger terminals
  • The airport is a tricorn shape and has a semi transparent roof; the design inside includes oak veneer ‘cocoons’.

 

Popular car hire destinations in Baku Airport

  •  Baku city locations
  • Meet & Greet Service
  • On Airport Car Collection

Best car rental companies in Baku Airport

9.0
No.1: CARHIREBAKU LLC,
based on 17 reviews
80
90
90
90
90
15 min (average wait time)
2.0
No.2: THRIFTY,
based on 8 reviews
31
16
11
16
30
0 min (average wait time)

Baku Airport car hire information

  • 9.0/10
    Best Rated Agent:
    CarHireBaku LLC
  • € 244.79
    Average price:
    (per week)
  • € 34.97
    Best Price:
    Per Week
  • 13
    Most Popular Type:
    Compact
  • 5
    Most popular model:
    Hyundai Accent
  • 59
    Total Cars Available
     

Average prices per day in Baku Airport

ItemPercent
January€ 134
February€ 105
March€ 52
April€ 52
May€ 53
June€ 54
July€ 53
August€ 51
September€ 49
October€ 49
November€ 50
December€ 52
ItemPercent
January€ 40
February€ 38
March€ 40
April€ 40
May€ 40
June€ 40
July€ 40
August€ 38
September€ 35
October€ 35
November€ 35
December€ 38
ItemPercent
January€ 107
February€ 97
March€ 95
April€ 94
May€ 96
June€ 95
July€ 96
August€ 90
September€ 91
October€ 91
November€ 93
December€ 95
ItemPercent
January€ 62
February€ 60
March€ 61
April€ 61
May€ 62
June€ 62
July€ 65
August€ 65
September€ 58
October€ 58
November€ 59
December€ 60
ItemPercent
January€ 86
February€ 105
March€ 143
April€ 140
May€ 149
June€ 143
July€ 146
August€ 117
September€ 118
October€ 123
November€ 119
December€ 155
ItemPercent
January€ 32
February€ 32
March€ 34
April€ 34
May€ 32
June€ 32
July€ 33
August€ 31
September€ 29
October€ 30
November€ 31
December€ 30
ItemPercent
January€ 64
February€ 74
March€ 90
April€ 88
May€ 93
June€ 87
July€ 86
August€ 76
September€ 77
October€ 80
November€ 79
December€ 91
ItemPercent
January€ 52
February€ 52
March€ 55
April€ 55
May€ 55
June€ 56
July€ 56
August€ 52
September€ 52
October€ 52
November€ 54
December€ 57

Select category to see average car hire prices in Baku Airport

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:187985 NodeID:24040 pvCT_ID:187985 NodeID:24040 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 =24040 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=187985 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=187985 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 Azerbaijan fo find you the best price and that's a promise...

fromper day
fromper day
fromper day
fromper day