Salary Data
$el.clientWidth) { dragging = true; moved = false; startX = $event.clientX; startScrollLeft = $el.scrollLeft; }"
@pointermove="if (dragging) { const delta = $event.clientX - startX; if (Math.abs(delta) > 6) { if (!moved) { moved = true; try { $el.setPointerCapture($event.pointerId); } catch (_) {} } $el.scrollLeft = startScrollLeft - delta; $event.preventDefault(); } }"
@pointerup="if (dragging) { dragging = false; try { if ($el.hasPointerCapture($event.pointerId)) { $el.releasePointerCapture($event.pointerId); } } catch (_) {} setTimeout(() => { moved = false; }, 0); }"
@pointercancel="dragging = false; moved = false"
@click.capture="if (moved) { $event.preventDefault(); $event.stopPropagation(); moved = false; }"
:class="dragging ? 'cursor-grabbing' : 'cursor-grab'"
>
Average salary by sector in Italy
Compare average salary across economic sectors in Italy using official statistics.
Average salary by economic activity
Average gross and net salary by economic activity
| Sector (NACE) |
Gross (EUR/hour) |
| Education; human health and social work activities; arts, entertainment and recreation; other service activities |
19 € |
| Industry, construction and services (except public administration, defense, compulsory social security) |
16 € |
| Industry and construction |
15 € |
| Business economy |
14 € |
| Services of the business economy |
14 € |
Source: official national statistics. Values in local currency.