Odessa Car Rental Mini Guide
The city is served by Odessa International Airport and a number of railway stations, Odesa Golovna being the largest. The Airport is located to the southwest of the city and car rental at Odessa Airport is well appointed and reasonably priced. It offers a good option for visitors looking for independent travel to and around Odessa.
We work tirelessly to ensure that we find the best deals on car rental in Odessa to save you time and money trawling the market. We have been working to with the leading car rental agents in Ukraine for a long time and we know what it takes to get the best deal.
Simply tell us what you need from a rental car in Odessa and our booking system will search for the best deals available. Whether you want to collect a rental car from Odessa Airport, the seaport, or from a downtown location, Rhino can get you into the right car at the right price. Trust Rhino search for cheap Odessa car rental so you do not have to.
Prior to its independence from
Russia, Odessa was the fourth largest city after
Moscow,
St. Petersburg and
Warsaw. Arriving in Odessa you might be disorientated as its city looks more Mediterranean and is heavily influenced by styles from
France and
Italy. Odessa is twinned with numerous European cities including
Marseille in France,
Split in Croatia and
Liverpool in the
UK.
Current Rental Rates in Odessa
Volkswagen Polo
5 Adults, 5 Doors
From 31.35 EUR/day
7 Days rental at 219.46 EUR from 22/11/2021
Skoda Octavia
5 Adults, 4 Doors
From 38.95 EUR/day
7 Days rental at 272.65 EUR from 22/11/2021
Nissan Qashqai
5 Adults, 5 Doors
From 44.65 EUR/day
7 Days rental at 312.55 EUR from 22/11/2021
Nissan Qashqai
5 Adults, 5 Doors
From 48.45 EUR/day
7 Days rental at 339.16 EUR from 22/11/2021
Useful to know about Odessa
- A lighthouse named Vorontsov protects shipping off the coast of Odessa in the Black Sea
- The Port of Odessa is one of the largest in the Black Sea
- There are 2 other Ports in Odessa that play an important role in the local economy
- Odessa welcomed its first car in 1891, a Mercedes Benz from the Russian Empire
Popular car hire destinations in Odessa
- International Airport 7.08 km from city centre
- Odessa Railway Station
- Hotel Black Sea
Best car rental companies in Odessa
7.3
No.1: BUDGET,
based on 63 reviews
19 min (average wait time)
Odessa car hire information
-
€ 219.45
Average price:
(per week)
-
€ 31.35
Best Price:
Per Week
Average prices per day for car hire in Odessa
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 | € 30 |
---|
February | € 30 |
---|
March | € 30 |
---|
April | € 30 |
---|
May | € 30 |
---|
June | € 26 |
---|
July | € 26 |
---|
August | € 26 |
---|
September | € 30 |
---|
October | € 30 |
---|
November | € 30 |
---|
December | € 33 |
---|
Item | Percent |
---|
January | € 23 |
---|
February | € 23 |
---|
March | € 23 |
---|
April | € 23 |
---|
May | € 22 |
---|
June | € 22 |
---|
July | € 22 |
---|
August | € 20 |
---|
September | € 25 |
---|
October | € 24 |
---|
November | € 25 |
---|
December | € 26 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 57 |
---|
May | |
---|
June | |
---|
July | |
---|
August | |
---|
September | |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 37 |
---|
February | € 33 |
---|
March | € 33 |
---|
April | € 43 |
---|
May | € 39 |
---|
June | € 38 |
---|
July | € 41 |
---|
August | € 41 |
---|
September | € 46 |
---|
October | € 44 |
---|
November | € 44 |
---|
December | € 38 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | |
---|
May | € 57 |
---|
June | € 55 |
---|
July | € 55 |
---|
August | € 48 |
---|
September | € 62 |
---|
October | € 62 |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 58 |
---|
May | € 58 |
---|
June | € 45 |
---|
July | € 49 |
---|
August | € 49 |
---|
September | € 55 |
---|
October | € 54 |
---|
November | € 53 |
---|
December | |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire in Odessa
Page_Load: CT_ID:3341 NodeID:11932 pvCT_ID:3341 NodeID:11932 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 =11932 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3341 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3341 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.