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'"
>
Salary by age group
Median and average monthly gross salary by age group — latest published Structure of Earnings Survey data.
Salary by age group
Median and average salary by age group
| Age group |
Median (EUR/month) |
Average (EUR/month) |
| Age - TOTAL |
2 139 |
2 519 |
| 15-64 years |
2 139 |
2 514 |
| 15-24 years |
1 618 |
1 743 |
| 25-34 years |
1 993 |
2 176 |
| 35-44 years |
2 200 |
2 522 |
| 45-54 years |
2 302 |
2 743 |
| 55-64 years |
2 252 |
2 738 |
| 65 years or more |
2 188 |
3 028 |
Source: official national statistics. Values in local currency.