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. NAV base amount (G)
LabourStandardNLOD

NAV base amount (G)

The base amount (G) is the backbone of Norwegian social-security legislation and is used in hundreds of calculations: work-assessment allowance, unemployment benefit, sickness benefit, pensions, minimum deductions and tax settlements. The lump-sum grant at birth/adoption is NOK 92,648 (2023–). The API at g.nav.no/api/v1 is fully open, no key required. Cache 24 hours — G only changes on 1 May.

—

Data volume

Yearly

Updates

4

MCP tools

Example response — /current
{
  "grunnbelop": {
    "dato": "2025-05-01",
    "grunnbeloep": 130160,
    "grunnbeloepPerMaaned": 10847,
    "gjennomsnittligAarligGrunnbeloep": 128116,
    "omregningsfaktor": 1.0492
  },
  "engangsstonad": {
    "fom": "2023-01-01",
    "tom": null,
    "verdi": 92648
  },
  "source": "NAV"
}

MCP integration

Available MCP tools
nav.engangsstonad.current
nav.grunnbelop.by_date
nav.grunnbelop.current
nav.grunnbelop.historikk
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "nav-grunnbelop": {
      "url": "https://data.ketl.no/mcp/nav-grunnbelop",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on NAV base amount (G) data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

NAV base amount (G)
Look up the current G value, calculate G multiples and view the historical trend since 1967.

API endpoints

GET
/current

Gjeldende G-verdi + engangsstønad

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

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

GET
/historikk

Alle historiske G-verdier (valgfritt år-intervall)

from optional
Nedre år (YYYY) — filtrerer det hentede settet. En verdi som ikke er 4 siffer avvises med 400. from=2020
to optional
Øvre år (YYYY) — filtrerer det hentede settet. En verdi som ikke er 4 siffer avvises med 400. to=2024
Show curl example
# GET https://data.ketl.no/api/connectors/nav-grunnbelop/historikk
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/nav-grunnbelop/historikk"

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

GET
/by-date

G-verdi gyldig på angitt dato

date required
Dato (YYYY-MM-DD) for grunnbeløp-oppslag date=2024-05-01
Show curl example
# GET https://data.ketl.no/api/connectors/nav-grunnbelop/by-date?date=2024-05-01
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/nav-grunnbelop/by-date?date=2024-05-01"

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

GET
/health

Tilgjengelighetssjekk mot NAV-API

deep optional
Sett `deep=1` for å få med det fulle probe-objektet (`deepProbe`). Enhver annen verdi gir samme svar som uten parameteren — verdimengden er IKKE lukket, så ruta avviser ingenting (MÅLT 2026-08-30). deep=1
Show curl example
# GET https://data.ketl.no/api/connectors/nav-grunnbelop/health
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/nav-grunnbelop/health"

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

Access and pricing

NAV base amount (G) is openly available — create an account to get started.

grunnbeløpGtrygdpensjonengangsstønadfolketrygdNAVrevisjon
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