• 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

Chennai Airport Car Rental Mini Guide

Chennai is located on the Bay of Bengal along the Coromandel Coast in the east of India and was formerly known as Madras, and it remains the capital of the Madras state. Because of this the main cultural event here is still known as the Madras music season.

Cars and Information technology are the core business here with a substantial proportion of India's cars made in Chennai. We utilise some of their newest vehicles in our car hire Chennai fleet, so get booking now for modern rental vehicles with all the latest technology.

book Car hire from Chennai Airport for those who want the convenience of having a vehicle ready and waiting for them as soon as they arrive at the airport. 

Current Rental Rates in Chennai

Tata Indica

5 Adults, 5 Doors

From 51.83 EUR/day
Tata Indica

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

  2 |
  Manual |
  Yes

Chevrolet Optra

5 Adults, 5 Doors

From 78.17 EUR/day
Chevrolet Optra

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

  3 |
  Manual |
  Yes

Hyundai Accent

5 Adults, 3 Doors

From 83.90 EUR/day
Hyundai Accent

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

  3 |
  Manual |
  Yes

Chevrolet Trailblazer

5 Adults, 5 Doors

From 83.90 EUR/day
Chevrolet Trailblazer

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

  5 |
  Manual |
  Yes

Toyota Innova

7 Adults, 5 Doors

From 101.08 EUR/day
Toyota Innova

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

  4 |
  Manual |
  Yes

Skoda Octavia

5 Adults, 4 Doors

From 232.79 EUR/day
Skoda Octavia

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

  4 |
  Automatic |
  Yes

Hyundai Sonata

5 Adults, 4 Doors

From 290.05 EUR/day
Hyundai Sonata

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

  5 |
  Automatic |
  Yes

Useful to know about Chennai

  • Capital city of the state Tamil Nadu in India
  • Holds the Madras Music Season and is recognised for its importance for Carnatic music
  • Bollywood is big business in Chennai and the the Tamil state is the second largest film industry of India
  • Chennai is the 6th biggest city in the south east behind Hyderabad and Bangalore respectively.

 

Popular car hire destinations in Chennai

  • Chennai Airport Meet & Greet Service in the airport terminal

Chennai car hire information

  • 0.0/10
    Best Rated Agent:
    N/A
  • € 362.81
    Average price:
    (per week)
  • € 51.83
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Chevrolet Trailblazer
  • 7
    Total Cars Available
     

Average prices per day in Chennai

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€ 78
February€ 77
March€ 74
April€ 76
May€ 79
June€ 79
July€ 79
August€ 78
September€ 79
October€ 80
November€ 82
December€ 83
ItemPercent
January€ 48
February€ 49
March€ 48
April€ 47
May€ 50
June€ 50
July€ 50
August€ 49
September€ 49
October€ 49
November€ 50
December€ 51
ItemPercent
January€ 97
February€ 95
March€ 93
April€ 94
May€ 98
June€ 98
July€ 98
August€ 97
September€ 98
October€ 100
November€ 101
December€ 103
ItemPercent
January€ 152
February€ 165
March€ 135
April€ 149
May€ 154
June€ 154
July€ 154
August€ 141
September€ 143
October€ 172
November€ 175
December€ 177
ItemPercent
January€ 47
February€ 44
March€ 46
April€ 44
May€ 48
June€ 48
July€ 48
August€ 47
September€ 47
October€ 47
November€ 47
December€ 47
ItemPercent
January€ 188
February€ 185
March€ 180
April€ 186
May€ 191
June€ 190
July€ 190
August€ 190
September€ 193
October€ 192
November€ 196
December€ 200
ItemPercent
January€ 83
February€ 82
March€ 80
April€ 83
May€ 85
June€ 85
July€ 85
August€ 84
September€ 86
October€ 85
November€ 87
December€ 89
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:55064 NodeID:19918 pvCT_ID:55064 NodeID:19918 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 =19918 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=55064 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=55064 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 India fo find you the best price and that's a promise...

from
€56
per day
ItemPercent
Jan€ 53
Feb€ 53
Mar€ 51
Apr€ 54
May€ 54
Jun€ 55
Jul€ 56
Aug€ 56
Sep€ 59
Oct€ 59
Nov€ 60
Dec€ 62
from
€56
per day
ItemPercent
Jan€ 53
Feb€ 53
Mar€ 51
Apr€ 54
May€ 54
Jun€ 55
Jul€ 56
Aug€ 56
Sep€ 59
Oct€ 59
Nov€ 60
Dec€ 62
from
€56
per day
ItemPercent
Jan€ 53
Feb€ 53
Mar€ 51
Apr€ 54
May€ 54
Jun€ 55
Jul€ 56
Aug€ 56
Sep€ 59
Oct€ 59
Nov€ 60
Dec€ 62
from
€56
per day
ItemPercent
Jan€ 53
Feb€ 53
Mar€ 51
Apr€ 54
May€ 54
Jun€ 55
Jul€ 56
Aug€ 56
Sep€ 59
Oct€ 59
Nov€ 60
Dec€ 62