Payday.is Salary Calculator (Laun)
SkillDev toolsIcelandic take-home salary calculator (payday.is) — tax and pension breakdown.
Available today. Use it from your connected AI after setup.
No other account needed.
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
- Gross salary — set
Salary, leaveTotalCostnull - Employer total cost — set
TotalCost, leaveSalarynull
2025 Default Rates
| Parameter | Default | Description |
|---|---|---|
| PensionContributionEmployeePercentage | 4.00% | Mandatory employee pension |
| PensionContributionEmployerPercentage | 11.50% | Mandatory employer pension |
| RehabilitationFundPercentage | 0.10% | Starfsendurhæfingarsjóður |
| IncomeTaxStep1Percentage | 31.49% | Up to ~446,136/mo |
| IncomeTaxStep2Percentage | 37.99% | 446,136–1,252,501/mo |
| IncomeTaxStep3Percentage | 46.29% | Above 1,252,501/mo |
| InsuranceFeePercentage | 6.35% | Tryggingagjald (employer) |
| PersonalTaxAllowancePercentage | 100% | 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 salarytotalCost— total employer costpayoutAmountSalary— take-home payincomeTaxEmployeeTotalAmount— total income taxpensionContributionEmployeeTotalAmount— employee pensionpersonalTaxAllowanceAmount— 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