Payday.is Salary Calculator (Laun)

SkillDev tools

Icelandic take-home salary calculator (payday.is) — tax and pension breakdown.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Payday.is Salary Calculator (Laun) skill

What this skill tells your AI

The instructions your AI receives, as published by jokull/icelandic-data in .agents/skills/laun/SKILL.md and read by ahel’s review.

Icelandic take-home salary calculator via payday.is public API.

API

  • Endpoint: POST https://payday.is/is/ajax/calculator/calculateSalary/
  • Auth: None (public XHR, requires X-Requested-With: XMLHttpRequest)
  • Format: JSON request/response

Input Modes

  1. Gross salary — set Salary, leave TotalCost null
  2. Employer total cost — set TotalCost, leave Salary null

2025 Default Rates

ParameterDefaultDescription
PensionContributionEmployeePercentage4.00%Mandatory employee pension
PensionContributionEmployerPercentage11.50%Mandatory employer pension
RehabilitationFundPercentage0.10%Starfsendurhæfingarsjóður
IncomeTaxStep1Percentage31.49%Up to ~446,136/mo
IncomeTaxStep2Percentage37.99%446,136–1,252,501/mo
IncomeTaxStep3Percentage46.29%Above 1,252,501/mo
InsuranceFeePercentage6.35%Tryggingagjald (employer)
PersonalTaxAllowancePercentage100%Persónuafsláttur (72,492 kr/mo in 2025)

Usage

# Monthly gross -> take-home
uv run python scripts/laun.py 1000000

# From employer total cost
uv run python scripts/laun.py 1200000 --total-cost

# With union fee
uv run python scripts/laun.py 750000 --union 1.1

# Full JSON breakdown
uv run python scripts/laun.py 1000000 --json

# Additional voluntary pension (viðbótarlífeyrissparnaður)
uv run python scripts/laun.py 1000000 --additional-pension 4.0

Response Fields

Key fields in the JSON response data:

  • salary — gross monthly salary
  • totalCost — total employer cost
  • payoutAmountSalary — take-home pay
  • incomeTaxEmployeeTotalAmount — total income tax
  • pensionContributionEmployeeTotalAmount — employee pension
  • personalTaxAllowanceAmount — tax credit applied

Caveats

  • Tax rates change yearly — defaults are 2025 rates baked into payday.is
  • Union fee varies by union (typically 0.7–1.25%)
  • Does not account for benefits in kind, car allowance, etc.
  • Personal tax allowance is per-person; couples can transfer unused allowance via SpouseTaxAllowancePercentage

Signals

GitHub stars
53
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
laun
Source
github.com/jokull/icelandic-data