• 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

Siracusa Car Rental Mini Guide

Siracusa or Syracuse as it is sometimes known, is a historic city in the south of Sicily, next to the Ionian Sea. For travellers from Italy and  Europe, Catania Airport is the nearest to the city and then it is an hours journey by hire car.

We have a vast selection of rental cars available, so book early and secure your choice of vehicle and get the best price.
 

Current Rental Rates in Siracusa

Fiat 500

4 Adults, 3 Doors

From 70.83 EUR/day
Fiat 500

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

  1 |
  Manual |
  Yes

Lancia Ypsilon

5 Adults, 5 Doors

From 77.57 EUR/day
Lancia Ypsilon

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

  2 |
  Manual |
  Yes

Fiat 500L

5 Adults, 5 Doors

From 83.50 EUR/day
Fiat 500L

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

  3 |
  Manual |
  Yes

Jeep Renegade

5 Adults, 5 Doors

From 107.51 EUR/day
Jeep Renegade

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

  2 |
  Manual |
  Yes

Fiat Tipo Estate

5 Adults, 5 Doors

From 139.23 EUR/day
Fiat Tipo Estate

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

  4 |
  Manual |
  Yes

Jeep Compass

5 Adults, 5 Doors

From 141.94 EUR/day
Jeep Compass

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

  4 |
  Manual |
  Yes

Jeep Compass

5 Adults, 5 Doors

From 155.79 EUR/day
Jeep Compass

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

  4 |
  Automatic |
  Yes

Fiat Talento

7 Adults, 5 Doors

From 274.40 EUR/day
Fiat Talento

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

  2 |
  Manual |
  Yes

Jeep Compass

5 Adults, 5 Doors

From 155.79 EUR/day
Jeep Compass

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

  4 |
  Automatic |
  Yes

Useful to know about Siracusa

  • Siracusa was once a rich Greek city.
  • It was the birthplace of Archimedes.
  • The city was founded 2,700 years ago.
  • It was once a major power in the Mediterranean.
  • Cicero called it the ‘greatest Greek city’.

 

Popular car hire destinations in Siracusa

Best car rental companies in Siracusa

6.6
No.1: DRIVALIA,
based on 2512 reviews
69
66
65
63
68
15 min (average wait time)

Siracusa car hire information

  • 6.6/10
    Best Rated Agent:
    Drivalia
  • € 495.81
    Average price:
    (per week)
  • € 70.83
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Economy
  • 2
    Most popular model:
    Jeep Compass
  • 8
    Total Cars Available
     

Average prices per day in Siracusa

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€ 81
February€ 79
March€ 36
April€ 73
May€ 78
June€ 74
July€ 109
August€ 133
September€ 119
October€ 63
November€ 63
December€ 72
ItemPercent
January€ 67
February€ 66
March€ 29
April€ 69
May€ 71
June€ 67
July€ 99
August€ 118
September€ 100
October€ 54
November€ 54
December€ 59
ItemPercent
January€ 195
February€ 195
March€ 94
April
May€ 228
June€ 267
July€ 274
August€ 319
September€ 268
October€ 173
November€ 173
December€ 168
ItemPercent
January€ 126
February€ 122
March
April€ 103
May€ 76
June€ 72
July€ 88
August€ 122
September€ 182
October€ 86
November€ 86
December€ 124
ItemPercent
January€ 50
February€ 49
March€ 22
April€ 52
May€ 55
June€ 52
July€ 75
August€ 91
September€ 77
October€ 40
November€ 40
December€ 44
ItemPercent
January€ 109
February€ 107
March€ 49
April€ 109
May€ 112
June€ 106
July€ 170
August€ 204
September€ 172
October€ 94
November€ 94
December€ 83
ItemPercent
January
February
March
April€ 50
May€ 38
June€ 38
July€ 46
August€ 76
September€ 113
October€ 54
November€ 54
December
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:152182 NodeID:10156 pvCT_ID:152182 NodeID:10156 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 =10156 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=152182 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=152182 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 Sicily fo find you the best price and that's a promise...

from
€35
per day
ItemPercent
Jan€ 28
Feb€ 14
Mar€ 7
Apr€ 39
May€ 36
Jun€ 56
Jul€ 83
Aug€ 70
Sep€ 35
Oct€ 19
Nov€ 13
Dec€ 19
from
€40
per day
ItemPercent
Jan€ 28
Feb€ 18
Mar€ 15
Apr€ 37
May€ 37
Jun€ 52
Jul€ 79
Aug€ 87
Sep€ 55
Oct€ 30
Nov€ 25
Dec€ 21
from
€35
per day
ItemPercent
Jan€ 16
Feb€ 10
Mar€ 8
Apr€ 30
May€ 30
Jun€ 65
Jul€ 94
Aug€ 86
Sep€ 43
Oct€ 20
Nov€ 14
Dec€ 7
from
€33
per day
ItemPercent
Jan€ 25
Feb€ 15
Mar€ 9
Apr€ 37
May€ 29
Jun€ 50
Jul€ 77
Aug€ 76
Sep€ 28
Oct€ 25
Nov€ 14
Dec€ 14