• 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

Yogyakarta Airport Car Rental Mini Guide

Your nights in Yogyakarta will be filled with the sights and sounds of Javan culture but rather than rely on public transport after dark, why not hire a car from Yogyakarta Airport? Not only does it give you an instant way of getting to your accommodation, but you can save on taxi fares by having your own transport during your stay.

Yogyakarta Airport car hire need not be expensive if you book through Rhino. We save you all the time and effort of tracking down cheap Yogyakarta Airport car hire by doing it for you and we check all the small print to ensure that you are getting the best deal for your money. We believe we are the only car hire company to include comprehensive insurance, collision damage waiver and the additional benefit of 24-hour emergency assistance in such a low price. We also make sure that the car you get is well maintained and cleaned before you take possession. There is a wide range to choose from so you will always find a car you like.

Connecting flights can be made  through either Denpasar on Bali with Garuda Indonesia or through Singapore with Indonesia AirAsia. From the airport once you have collected your rental car it is only a ten-minute drive into the city.

Current Rental Rates in Yogyakarta Adisucipto Airport

Toyota Avanza

5 Adults, 5 Doors

From 49.30 EUR/day
Toyota Avanza

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

  2 |
  Manual |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 62.90 EUR/day
Toyota Innova

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

  4 |
  Manual |
  Yes

Useful to know about Yogyakarta Adisucipto Airport

  • Yogyakarta Airport is properly called Adisucipto International Airport
  • The fourth busiest airport in Indonesia, it handles around four million passengers a year
  • It’s located around four miles from the city centre and next to the important archaeological site of Prambanan
  • An earthquake in 2006 caused extensive damage including the collapse of the departures area of the terminal but flights were cancelled for only two days!
  • In 2016 it will relocate to a new airport in Kulonprogo as there is not enough room for expansion at Yogyakarta Airport

 

Popular car hire destinations in Yogyakarta Adisucipto Airport

Best car rental companies in Yogyakarta Adisucipto Airport

6.0
No.1: AVIS,
based on 145 reviews
73
58
50
55
61
40 min (average wait time)

Yogyakarta Adisucipto Airport car hire information

  • 6.0/10
    Best Rated Agent:
    Avis Europe Corporate
  • € 345.10
    Average price:
    (per week)
  • € 49.30
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Intermediate Elite
  • 1
    Most popular model:
    Toyota Innova
  • 2
    Total Cars Available
     

Average prices per day in Yogyakarta Adisucipto 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€ 63
February€ 62
March€ 61
April€ 62
May€ 63
June€ 63
July€ 62
August€ 62
September€ 63
October€ 63
November€ 63
December€ 64
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:50916 NodeID:20666 pvCT_ID:50916 NodeID:20666 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 =20666 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=50916 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=50916 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 Indonesia fo find you the best price and that's a promise...

from
€40
per day
ItemPercent
Jan€ 39
Feb€ 32
Mar€ 38
Apr€ 46
May€ 38
Jun€ 40
Jul€ 40
Aug€ 41
Sep€ 43
Oct€ 36
Nov€ 37
Dec€ 45
from
€67
per day
ItemPercent
Jan€ 68
Feb€ 66
Mar€ 65
Apr€ 65
May€ 66
Jun€ 64
Jul€ 65
Aug€ 67
Sep€ 68
Oct€ 69
Nov€ 70
Dec€ 72
from
€65
per day
ItemPercent
Jan€ 67
Feb€ 66
Mar€ 65
Apr€ 65
May€ 66
Jun€ 56
Jul€ 56
Aug€ 58
Sep€ 68
Oct€ 69
Nov€ 70
Dec€ 72
from
€40
per day
ItemPercent
Jan€ 39
Feb€ 32
Mar€ 38
Apr€ 46
May€ 38
Jun€ 40
Jul€ 40
Aug€ 41
Sep€ 43
Oct€ 36
Nov€ 37
Dec€ 45