Tallinn Car Rental Mini Guide
Tallinn is the capital of Estonia, though it lies not far away from
Finland. The city was built only 70 km south of
Helsinki on the south Gulf of Finland coast. If you book your Car hire from Tallinn early this will allow you your pick of vehicles and whichever you choose, we can guarantee that the price will be low. You can also choose to collect your rental car directly at Tallinn airport.
Current Rental Rates in Tallinn
Renault Clio
5 Adults, 5 Doors
From 55.76 EUR/day
7 Days rental at 390.35 EUR from 19/06/2023
Toyota Aygo
4 Adults, 3 Doors
From 55.76 EUR/day
7 Days rental at 390.35 EUR from 19/06/2023
Toyota Yaris
5 Adults, 5 Doors
From 56.98 EUR/day
7 Days rental at 398.92 EUR from 19/06/2023
Ford Focus
5 Adults, 5 Doors
From 65.13 EUR/day
7 Days rental at 455.92 EUR from 19/06/2023
Volkswagen Jetta
5 Adults, 4 Doors
From 72.46 EUR/day
7 Days rental at 507.22 EUR from 19/06/2023
Useful to know about Tallinn
- Tallinn is the capital and largest city of Estonia.
- The old town is a UNESCO World Heritage Site.
- The city is a European Capital of Culture for 2011.
- The roots of the city can be traced back to the 12th century.
- It’s thought the name means Winter Castle or Town or Danish Castle or Town.
- Twinned with Berlin, Carcassonne, Gothenburg, Stockholm and Vienna among others
Popular car hire destinations in Tallinn
Best car rental companies in Tallinn
7.9
No.1: NU CAR RENTALS,
based on 24 reviews
2 min (average wait time)
7.6
No.2: THRIFTY,
based on 55 reviews
14 min (average wait time)
7.4
No.3: HERTZ,
based on 50 reviews
13 min (average wait time)
Tallinn car hire information
-
€ 390.32
Average price:
(per week)
-
€ 55.76
Best Price:
Per Week
Average prices per day in Tallinn
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 | € 43 |
---|
February | € 39 |
---|
March | € 40 |
---|
April | € 34 |
---|
May | € 49 |
---|
June | € 61 |
---|
July | € 46 |
---|
August | € 45 |
---|
September | € 37 |
---|
October | € 34 |
---|
November | € 36 |
---|
December | € 41 |
---|
Item | Percent |
---|
January | € 52 |
---|
February | € 38 |
---|
March | € 40 |
---|
April | € 33 |
---|
May | € 41 |
---|
June | € 51 |
---|
July | € 43 |
---|
August | € 46 |
---|
September | € 29 |
---|
October | € 26 |
---|
November | € 29 |
---|
December | € 45 |
---|
Item | Percent |
---|
January | € 57 |
---|
February | € 57 |
---|
March | € 57 |
---|
April | € 49 |
---|
May | € 56 |
---|
June | € 62 |
---|
July | € 69 |
---|
August | € 63 |
---|
September | € 55 |
---|
October | € 53 |
---|
November | € 55 |
---|
December | € 57 |
---|
Item | Percent |
---|
January | € 49 |
---|
February | € 46 |
---|
March | € 47 |
---|
April | € 40 |
---|
May | € 82 |
---|
June | € 104 |
---|
July | € 57 |
---|
August | € 55 |
---|
September | € 45 |
---|
October | € 41 |
---|
November | € 42 |
---|
December | € 50 |
---|
Item | Percent |
---|
January | € 43 |
---|
February | € 41 |
---|
March | € 46 |
---|
April | € 37 |
---|
May | € 53 |
---|
June | € 54 |
---|
July | € 49 |
---|
August | € 51 |
---|
September | € 40 |
---|
October | € 21 |
---|
November | € 23 |
---|
December | € 44 |
---|
Item | Percent |
---|
January | € 72 |
---|
February | € 65 |
---|
March | € 66 |
---|
April | € 56 |
---|
May | € 84 |
---|
June | € 108 |
---|
July | € 87 |
---|
August | € 81 |
---|
September | € 64 |
---|
October | € 57 |
---|
November | € 66 |
---|
December | € 70 |
---|
Item | Percent |
---|
January | |
---|
February | |
---|
March | |
---|
April | € 24 |
---|
May | € 127 |
---|
June | € 127 |
---|
July | € 46 |
---|
August | € 46 |
---|
September | € 70 |
---|
October | € 70 |
---|
November | |
---|
December | |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:3228 NodeID:7956 pvCT_ID:3228 NodeID:7956 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 =7956 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3228 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3228 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.