Skatteetaten
Skatteetaten's Maskinporten APIs at the organisation level: summarised tax bases (income, wealth, calculated tax) per income year and outstanding tax arrears. Central to financial analysis, credit assessment and compliance. Requires a data-processing agreement; without a token the connector returns a structured 503 not_configured.
700K rows
Data volume
Yearly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/tax-summary/{orgnr}Summert skattegrunnlag per virksomhet per inntektsår
- year optional
- Inntektsår. Nedre grense 2016; øvre grense er inneværende år (RULLER). Utelatt ⇒ inneværende år − 1. Verdi utenfor gir 400.
year=2024
Show curl example
# GET https://data.ketl.no/api/connectors/skatteetaten/tax-summary/{orgnr}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/skatteetaten/tax-summary/{orgnr}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/arrears/{orgnr}Utestående skatterestanser per virksomhet
Show curl example
# GET https://data.ketl.no/api/connectors/skatteetaten/arrears/{orgnr}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/skatteetaten/arrears/{orgnr}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.