Reference

Reference: Contribution ceilings

Contribution ceilings, compulsory insurance threshold and reference value per year, West and East.

The reference values (Rechengrößen) from the yearly Social Security Reference Values Ordinance: contribution ceilings (Beitragsbemessungsgrenzen) for health, long-term care, pension and unemployment insurance, the compulsory insurance threshold (Versicherungspflichtgrenze) and the reference value (Bezugsgröße). Separate for West and East until 2024, the same nationwide since 2025.

Endpoints and calls

#
AccessCall
REST APIGET /hr/rechengroessen
HistoryGET /hr/rechengroessen/verlauf
SDK JavaScriptqk.hr.rechengroessen(…)
SDK Pythonqk.hr.rechengroessen(…)
CLIqk rechengroessen --jahr 2026
MCP toolhr_rechengroessen

Parameters

#
NameTypeRequiredDefaultAllowedDescription
jahryearnolaufendes Jahr2015 to 2035Calendar year. Defaults to the current year.
datumdate (YYYY-MM-DD)noAlternative to jahr: effective date in the format YYYY-MM-DD, the year is taken from it.

The API rejects unknown parameters with unbekannter_parameter. In addition there are format and trennzeichen, see CSV.

Response fields

#
FieldTypeMeaning
datensatzTextDataset id
jahrIntegerCalendar year
gueltig_abDateStart of validity of the value
gueltig_bisDate or nullEnd of validity, null until a successor is set
bbg_rv_west_monatDecimalContribution ceiling for pension and unemployment insurance, West, per month
bbg_rv_west_jahrDecimalThe same per year
bbg_rv_ost_monatDecimalContribution ceiling for pension and unemployment insurance, East, per month
bbg_rv_ost_jahrDecimalThe same per year
bbg_knappschaft_west_monatDecimalContribution ceiling for miners' pension insurance (knappschaftliche Rentenversicherung), West, per month
bbg_knappschaft_west_jahrDecimalThe same per year
bbg_knappschaft_ost_monatDecimalContribution ceiling for miners' pension insurance, East, per month
bbg_knappschaft_ost_jahrDecimalThe same per year
bbg_kv_monatDecimalContribution ceiling for health insurance per month, until 2026 also for long-term care insurance
bbg_kv_jahrDecimalThe same per year
jaeg_allgemein_jahrDecimalGeneral compulsory insurance threshold (Jahresarbeitsentgeltgrenze)
jaeg_besonders_jahrDecimalSpecial compulsory insurance threshold for people who had private health insurance on December 31, 2002
bezugsgroesse_west_monatDecimalReference value (Bezugsgröße), West, per month
bezugsgroesse_west_jahrDecimalThe same per year
bezugsgroesse_ost_monatDecimalReference value (Bezugsgröße), East, per month
bezugsgroesse_ost_jahrDecimalThe same per year
bbg_pv_monatDecimalContribution ceiling for long-term care insurance per month, until 2026 equal to bbg_kv_monat
bbg_pv_jahrDecimalContribution ceiling for long-term care insurance per year, until 2026 equal to bbg_kv_jahr
rechtskreise_einheitlichBooleantrue from 2025, when West and East values are the same
rechtsgrundlageTextLaw or ordinance
quelleObjectTitle and URL of the source the value is based on
lizenzTextTerms of use for the values
standDateDate of the last check against the source
zitatTextReady-made sentence for citing, with value, validity, legal basis and source
datenstandTextId of the data snapshot: date and sequence number of the last changelog entry (/v1/aenderungen) affecting this dataset. The same datenstand means unchanged content, useful for auditors and for comparing two requests

Example

#

Call with jahr = 2026. The response is generated by the same code that answers the API.

api.quellenkontor.dev/v1/hr/rechengroessen?jahr=2026
Zur API-Doku →
curl "https://api.quellenkontor.dev/v1/hr/rechengroessen?jahr=2026" \
  -H "Authorization: Bearer $QK_KEY"
Antwort200 OK · JSON
{
  "datensatz": "rechengroessen",
  "jahr": 2026,
  "gueltig_ab": "2026-01-01",
  "gueltig_bis": "2026-12-31",
  "bbg_rv_west_monat": 8450,
  "bbg_rv_west_jahr": 101400,
  "bbg_rv_ost_monat": 8450,
  "bbg_rv_ost_jahr": 101400,
  "bbg_knappschaft_west_monat": 10400,
  "bbg_knappschaft_west_jahr": 124800,
  "bbg_knappschaft_ost_monat": 10400,
  "bbg_knappschaft_ost_jahr": 124800,
  "bbg_kv_monat": 5812.5,
  "bbg_kv_jahr": 69750,
  "jaeg_allgemein_jahr": 77400,
  "jaeg_besonders_jahr": 69750,
  "bezugsgroesse_west_monat": 3955,
  "bezugsgroesse_west_jahr": 47460,
  "bezugsgroesse_ost_monat": 3955,
  "bezugsgroesse_ost_jahr": 47460,
  "bbg_pv_monat": 5812.5,
  "bbg_pv_jahr": 69750,
  "rechtskreise_einheitlich": true,
  "rechtsgrundlage": "Sozialversicherungsrechengrößen-Verordnung 2026 vom 24.11.2025 (BGBl. 2025 I Nr. 278)",
  "quelle": {
    "titel": "Sozialversicherungsrechengrößen-Verordnung 2026 vom 24. November 2025 (BGBl. 2025 I Nr. 278)",
    "url": "https://www.gesetze-im-internet.de/svbezgrv_2026/BJNR1160A0025.html"
  },
  "lizenz": "Werte aus amtlichen Werken (§ 5 UrhG). Nutzung der Zusammenstellung nach den Nutzungsbedingungen von Quellenkontor.",
  "stand": "2026-09-23",
  "zitat": "Rechengrößen der Sozialversicherung 2026: Beitragsbemessungsgrenze der Kranken- und Pflegeversicherung 5.812,50 Euro im Monat, der Renten- und Arbeitslosenversicherung 8.450 Euro im Monat, Versicherungspflichtgrenze 77.400 Euro im Jahr. Rechtsgrundlage: Sozialversicherungsrechengrößen-Verordnung 2026 vom 24.11.2025. Quelle: Sozialversicherungsrechengrößen-Verordnung 2026 vom 24. November 2025 (BGBl. 2025 I Nr. 278), https://www.gesetze-im-internet.de/svbezgrv_2026/BJNR1160A0025.html. Daten: Quellenkontor (quellenkontor.dev).",
  "datenstand": "2026-09-24.15"
}

History

#

Every level since 2015 in one call, as JSON or with format=csv as CSV. The last two levels:

Terminal
curl "https://api.quellenkontor.dev/v1/hr/rechengroessen/verlauf" \
  -H "Authorization: Bearer $QK_KEY"
Excerpt of the response
{
  "datensatz": "rechengroessen",
  "verlauf": [
    {
      "jahr": 2025,
      "bbg_rv_west_monat": 8050,
      "bbg_rv_west_jahr": 96600,
      "bbg_rv_ost_monat": 8050,
      "bbg_rv_ost_jahr": 96600,
      "bbg_knappschaft_west_monat": 9900,
      "bbg_knappschaft_west_jahr": 118800,
      "bbg_knappschaft_ost_monat": 9900,
      "bbg_knappschaft_ost_jahr": 118800,
      "bbg_kv_monat": 5512.5,
      "bbg_kv_jahr": 66150,
      "jaeg_allgemein_jahr": 73800,
      "jaeg_besonders_jahr": 66150,
      "bezugsgroesse_west_monat": 3745,
      "bezugsgroesse_west_jahr": 44940,
      "bezugsgroesse_ost_monat": 3745,
      "bezugsgroesse_ost_jahr": 44940,
      "bbg_pv_monat": 5512.5,
      "bbg_pv_jahr": 66150,
      "rechtsgrundlage": "Sozialversicherungsrechengrößen-Verordnung 2025 vom 25.11.2024 (BGBl. 2024 I Nr. 365)",
      "quelle_url": "https://www.gesetze-im-internet.de/svbezgrv_2025/BJNR16D0A0024.html"
    },
    {
      "jahr": 2026,
      "bbg_rv_west_monat": 8450,
      "bbg_rv_west_jahr": 101400,
      "bbg_rv_ost_monat": 8450,
      "bbg_rv_ost_jahr": 101400,
      "bbg_knappschaft_west_monat": 10400,
      "bbg_knappschaft_west_jahr": 124800,
      "bbg_knappschaft_ost_monat": 10400,
      "bbg_knappschaft_ost_jahr": 124800,
      "bbg_kv_monat": 5812.5,
      "bbg_kv_jahr": 69750,
      "jaeg_allgemein_jahr": 77400,
      "jaeg_besonders_jahr": 69750,
      "bezugsgroesse_west_monat": 3955,
      "bezugsgroesse_west_jahr": 47460,
      "bezugsgroesse_ost_monat": 3955,
      "bezugsgroesse_ost_jahr": 47460,
      "bbg_pv_monat": 5812.5,
      "bbg_pv_jahr": 69750,
      "rechtsgrundlage": "Sozialversicherungsrechengrößen-Verordnung 2026 vom 24.11.2025 (BGBl. 2025 I Nr. 278)",
      "quelle_url": "https://www.gesetze-im-internet.de/svbezgrv_2026/BJNR1160A0025.html"
    }
  ]
}

Error cases

#
StatusCodeWhen
400ungueltiger_parameterwrong format or a value outside: jahr (2015 to 2035)
400unbekannter_parametera parameter this dataset does not have
404kein_wertoutside the coverage (from 2015) or the value for this period has not been promulgated yet
401, 429see errorsall error codes

Schema for MCP

#

This is how the MCP server describes the arguments of the tool hr_rechengroessen:

inputSchema
{
  "type": "object",
  "properties": {
    "jahr": {
      "description": "Kalenderjahr. Ohne Angabe gilt das laufende Jahr.",
      "type": "integer",
      "minimum": 2015,
      "maximum": 2035
    },
    "datum": {
      "description": "Alternativ zu jahr: Stichtag im Format JJJJ-MM-TT, das Jahr wird daraus genommen.",
      "type": "string",
      "format": "date",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
    }
  },
  "required": [],
  "additionalProperties": false
}

Source and freshness

#
ItemContent
SourceSocial Security Reference Values Ordinances (Sozialversicherungsrechengrößen-Verordnungen)
LicenseValues from official works (§ 5 UrhG). Use of the compilation under the Quellenkontor terms of use.
Updatesyearly on January 1
CoverageGermany, from 2015
Last checkedSeptember 23, 2026
Next expected changeordinance for 2027 in fall 2026; from 2027 the compulsory insurance threshold plus €3,600 and separate ceilings for health and long-term care insurance (GKV-Beitragssatzstabilisierungsgesetz)
Overview with tables and questions about the dataset: Social security reference values. Report an error through the contact form.

Something missing or unclear? Write to us and we will extend the docs.