We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Lånekassen
EducationStandardNLOD

Lånekassen

The Norwegian State Educational Loan Fund publishes open statistics on awarded grants and loans by year and education type, plus repayment data. No verified stable REST API — the connector is a harvested source that normalises published CSV extracts to a standard read model (period/category/value). The source URL and update frequency are documented explicitly per series. No API key.

—

Data volume

Yearly

Updates

5

MCP tools

Example response — /grants
{
  "data": "..."
}

MCP integration

Available MCP tools
lanekassen.config.status
lanekassen.grants.stats
lanekassen.loans.stats
lanekassen.repayment.stats
lanekassen.statistikk
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "lanekassen": {
      "url": "https://data.ketl.no/mcp/lanekassen",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Lånekassen data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Lånekassen statistics
Grants, loans and repayments by education type and year — open statistics (NLOD) from the Norwegian State Educational Loan Fund.

API endpoints

GET
/grants

Tildelt stipend per år/utdanningstype

Show curl example
# GET https://data.ketl.no/api/connectors/lanekassen/grants
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/lanekassen/grants"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/loans

Tildelt lån per år/utdanningstype

Show curl example
# GET https://data.ketl.no/api/connectors/lanekassen/loans
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/lanekassen/loans"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/repayment

Tilbakebetalingsstatistikk

Show curl example
# GET https://data.ketl.no/api/connectors/lanekassen/repayment
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/lanekassen/repayment"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

Lånekassen is openly available — create an account to get started.

utdanningstipendlanstudiestottetilbakebetalingstatistikk
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512