Car Hire at Thunder Bay Airport Canada
Thunder Bay is located on the Great Lakes and as such it is ideally located for people who want to see this geographically and economically historic part of North America. If you are going to travel to Thunder Bay on holiday, make sure you pre-book your car hire from Thunder Bay Airport before you go. It will save you lots of time at the airport and gives you the best car rental price offered – a lot different to being told that the most expensive hire car is all that is left at the airport.
To get to Thunder Bay Airport in
Canada there are no international flights from outside of North America so you will have to make a connection. This is best done through Chicago,
Montreal or
Toronto Airports which all have direct flights from the
UK. It is a good airport to use if you’re travelling around North America with a rental car as it gives an interesting alternative perspective on the Great Lakes region.
Current Rental Rates at Thunder Bay Airport
Kia Rio
4 Adults, 3 Doors
From 54.25 EUR/day
7 Days rental at 379.81 EUR from 19/04/2021
Kia Rio
4 Adults, 3 Doors
From 58.55 EUR/day
7 Days rental at 409.90 EUR from 19/04/2021
Kia Rio
4 Adults, 3 Doors
From 60.70 EUR/day
7 Days rental at 424.94 EUR from 19/04/2021
Toyota Corolla
5 Adults, 4 Doors
From 60.92 EUR/day
7 Days rental at 426.45 EUR from 19/04/2021
Kia Rio
4 Adults, 3 Doors
From 65.00 EUR/day
7 Days rental at 455.03 EUR from 19/04/2021
Toyota Corolla
5 Adults, 4 Doors
From 65.22 EUR/day
7 Days rental at 456.54 EUR from 19/04/2021
Ford Fusion
5 Adults, 2 Doors
From 67.04 EUR/day
7 Days rental at 469.32 EUR from 19/04/2021
Toyota Corolla
5 Adults, 4 Doors
From 67.36 EUR/day
7 Days rental at 471.58 EUR from 19/04/2021
Ford Fusion
5 Adults, 2 Doors
From 71.34 EUR/day
7 Days rental at 499.42 EUR from 19/04/2021
Useful to know about Thunder Bay Airport
- Thunder Bay International Airport is located only four miles from the city of the same name in Ontario
- Over 600,000 people travelled through Thunder Bay Airport last year
- Most flights are domestic or from Chicago and Mexican holiday resorts such as Cancun
- The airport was originally called Fort William Municipal Airport then Canadian Lakehead Airport
- The largest planes the airport can handle are the Boeing 737-600 with up to 200 passengers
Popular car hire destinations in Thunder Bay Airport
Best car rental companies in Thunder Bay Airport
7.6
No.1: NATIONAL,
based on 21 reviews
11 min (average wait time)
Thunder Bay Airport car hire information
-
€ 379.75
Average price:
(per week)
-
€ 54.25
Best Price:
Per Week
Average prices per day for car hire at Thunder Bay 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 | |
---|
February | |
---|
March | € 60 |
---|
April | € 53 |
---|
May | € 44 |
---|
June | |
---|
July | |
---|
August | |
---|
September | € 42 |
---|
October | |
---|
November | |
---|
December | |
---|
Item | Percent |
---|
January | € 67 |
---|
February | € 87 |
---|
March | € 91 |
---|
April | € 80 |
---|
May | € 69 |
---|
June | € 71 |
---|
July | € 128 |
---|
August | € 128 |
---|
September | € 68 |
---|
October | € 66 |
---|
November | € 66 |
---|
December | € 67 |
---|
Item | Percent |
---|
January | € 52 |
---|
February | € 69 |
---|
March | € 73 |
---|
April | € 64 |
---|
May | € 54 |
---|
June | € 60 |
---|
July | € 112 |
---|
August | € 94 |
---|
September | € 57 |
---|
October | € 51 |
---|
November | € 52 |
---|
December | € 52 |
---|
Item | Percent |
---|
January | € 60 |
---|
February | € 78 |
---|
March | € 81 |
---|
April | € 72 |
---|
May | € 61 |
---|
June | € 63 |
---|
July | € 104 |
---|
August | € 104 |
---|
September | € 67 |
---|
October | |
---|
November | € 59 |
---|
December | € 59 |
---|
Item | Percent |
---|
January | € 57 |
---|
February | € 75 |
---|
March | € 78 |
---|
April | € 69 |
---|
May | € 59 |
---|
June | € 60 |
---|
July | € 112 |
---|
August | € 112 |
---|
September | € 57 |
---|
October | € 56 |
---|
November | € 56 |
---|
December | € 56 |
---|
*average daily rates based on 7 day rental, search for today's best prices
FAQs about car hire at Thunder Bay Airport
Page_Load: CT_ID:4263 NodeID:21007 pvCT_ID:4263 NodeID:21007 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 =21007 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=4263 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=4263 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.