بنقرة واحدة
laun
Icelandic take-home salary calculator (payday.is) — tax and pension breakdown.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Icelandic take-home salary calculator (payday.is) — tax and pension breakdown.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Iceland energy authority — electricity generation, use, fuel sales, power plants and licences. Use for energy-system analysis.
Fiskistofa — public WFS layers for fishing closures, regulations and fishing areas; paid REST catch/quota data is excluded.
Hafrannsóknastofnun / MFRI — annual fish-stock assessments, advice, landings and survey series in embedded tables.
Environment Agency of Iceland GIS — open WFS layers for contaminated land, water, protected areas, noise and wastewater.
Icelandic Met Office (Veðurstofa) — weather observations, stations, forecasts and earthquakes via the modern JSON API at api.vedur.is.
Iceland Tax Authority — annual reports (ársreikningar), company registry, ownership chain mapping by kennitala.
| name | laun |
| description | Icelandic take-home salary calculator (payday.is) — tax and pension breakdown. |
Icelandic take-home salary calculator via payday.is public API.
POST https://payday.is/is/ajax/calculator/calculateSalary/X-Requested-With: XMLHttpRequest)Salary, leave TotalCost nullTotalCost, leave Salary null| 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) |
# 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
Key fields in the JSON response data:
salary — gross monthly salarytotalCost — total employer costpayoutAmountSalary — take-home payincomeTaxEmployeeTotalAmount — total income taxpensionContributionEmployeeTotalAmount — employee pensionpersonalTaxAllowanceAmount — tax credit appliedSpouseTaxAllowancePercentage