Docs navigation: PKV employer subsidyEndpoints and calls
Reference

Reference: PKV employer subsidy

Maximum monthly employer subsidy for private health and long-term care insurance since 2015, calculated from the contribution ceiling and rates.

The most an employer pays privately insured employees towards health and long-term care insurance (§ 257 SGB V, § 61 SGB XI). The amount follows from the contribution ceiling, half the general contribution rate, since 2019 half the average additional contribution, and the employer share of long-term care insurance, which is lower in Saxony. At most half of the actual premium.

Endpoints and calls

#
AccessCall
REST APIGET /hr/beitragszuschuss-pkv
SDK JavaScriptqk.hr.beitragszuschussPkv(…)
SDK Pythonqk.hr.beitragszuschuss_pkv(…)
CLIqk beitragszuschuss-pkv --datum 2026-10-01
MCP toolhr_beitragszuschuss_pkv

Parameters

#
NameTypeRequiredDefaultAllowedDescription
datumdate (YYYY-MM-DD)noheuteEffective date in the format YYYY-MM-DD. Defaults to today.
beitrag_kvnumberno0 to 100000Monthly private health insurance premium in euros (optional). The subsidy, at most half of it, is then in zuschuss_kv_monat
beitrag_pvnumberno0 to 100000Monthly private long-term care premium in euros (optional). The subsidy is then in zuschuss_pv_monat

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

Response fields

#
FieldTypeMeaning
datensatzTextDataset id
datumDateRequested effective date
vorlaeufigBooleantrue if not all values are set yet for the effective date; pending values are null
bbg_kv_monatDecimalContribution ceiling for health insurance per month, until 2026 also for long-term care insurance
arbeitgeber_prozentObjectEmployer shares of the contribution rates in percent
hoechstzuschuss_monatObjectkv, kv_ohne_krankengeld, pv and pv_sachsen in euros per month
zuschuss_kv_monatDecimal or nullHealth insurance subsidy for the given premium
zuschuss_pv_monatDecimal or nullCare insurance subsidy for the given premium
rechtsgrundlageTextLaw or ordinance
quelleObjectTitle and URL of the source the value is based on
quellenListAll legal provisions the response is based on, with title and URL
hinweiseListLimits of the values or the calculation, in sentences
standDateDate of the last check against the source
lizenzTextTerms of use for the values
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 datum = 2026-10-01. The response is generated by the same code that answers the API.

api.quellenkontor.dev/v1/hr/beitragszuschuss-pkv?datum=2026-10-01
Zur API-Doku →
curl "https://api.quellenkontor.dev/v1/hr/beitragszuschuss-pkv?datum=2026-10-01" \
  -H "Authorization: Bearer $QK_KEY"
Antwort200 OK · JSON
{
  "datensatz": "beitragszuschuss-pkv",
  "datum": "2026-10-01",
  "vorlaeufig": false,
  "bbg_kv_monat": 5812.5,
  "arbeitgeber_prozent": {
    "kv_allgemein": 7.3,
    "kv_ermaessigt": 7,
    "kv_zusatzbeitrag_durchschnitt": 1.45,
    "pv": 1.8,
    "pv_sachsen": 1.3
  },
  "hoechstzuschuss_monat": {
    "kv": 508.59,
    "kv_ohne_krankengeld": 491.16,
    "pv": 104.63,
    "pv_sachsen": 75.56
  },
  "zuschuss_kv_monat": null,
  "zuschuss_pv_monat": null,
  "rechtsgrundlage": "§ 257 Abs. 2 SGB V, § 61 Abs. 2 SGB XI, § 58 Abs. 3 SGB XI (Sachsen)",
  "quelle": {
    "titel": "§ 257 SGB V (Beitragszuschüsse für Beschäftigte)",
    "url": "https://www.gesetze-im-internet.de/sgb_5/__257.html"
  },
  "quellen": [
    {
      "titel": "§ 257 SGB V (Beitragszuschüsse für Beschäftigte)",
      "url": "https://www.gesetze-im-internet.de/sgb_5/__257.html"
    },
    {
      "titel": "§ 61 SGB XI (Beitragszuschüsse für freiwillige Mitglieder der gesetzlichen Krankenversicherung und Privatversicherte)",
      "url": "https://www.gesetze-im-internet.de/sgb_11/__61.html"
    }
  ],
  "hinweise": [
    "Höchstzuschuss = Beitragsbemessungsgrenze der Krankenversicherung × Arbeitgeberanteil. Krankenversicherung seit 2019 mit der Hälfte des durchschnittlichen Zusatzbeitrags, 2015 bis 2018 ohne.",
    "Der Zuschuss ist zusätzlich auf die Hälfte des tatsächlich gezahlten Beitrags begrenzt. Übergib beitrag_kv und beitrag_pv, dann stehen die Beträge in zuschuss_kv_monat und zuschuss_pv_monat.",
    "In Sachsen ist der Arbeitgeberanteil zur Pflegeversicherung niedriger (§ 58 Abs. 3 SGB XI), deshalb pv_sachsen."
  ],
  "stand": "2026-09-26",
  "lizenz": "Berechnung nach den genannten Normen. Nutzung nach den Nutzungsbedingungen von Quellenkontor.",
  "zitat": "Arbeitgeberzuschuss zur privaten Versicherung am 01.10.2026: höchstens 508,59 Euro im Monat für die Krankenversicherung (491,16 Euro ohne Krankengeld) und 104,63 Euro für die Pflegeversicherung, in Sachsen 75,56 Euro, jeweils höchstens die Hälfte des tatsächlichen Beitrags. Rechtsgrundlage: § 257 Abs. 2 SGB V, § 61 Abs. 2 SGB XI, § 58 Abs. 3 SGB XI (Sachsen). Quelle: § 257 SGB V (Beitragszuschüsse für Beschäftigte), https://www.gesetze-im-internet.de/sgb_5/__257.html. Daten: Quellenkontor (quellenkontor.dev).",
  "datenstand": "2026-09-26.31"
}

Error cases

#
StatusCodeWhen
400ungueltiger_parameterwrong format or a value outside: beitrag_kv (0 to 100000); beitrag_pv (0 to 100000)
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_beitragszuschuss_pkv:

inputSchema
{
  "type": "object",
  "properties": {
    "datum": {
      "description": "Stichtag im Format JJJJ-MM-TT. Ohne Angabe gilt der heutige Tag.",
      "type": "string",
      "format": "date",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
    },
    "beitrag_kv": {
      "description": "Monatsbeitrag der privaten Krankenversicherung in Euro (optional). Dann steht der Zuschuss, höchstens die Hälfte davon, in zuschuss_kv_monat",
      "type": "number",
      "minimum": 0,
      "maximum": 100000
    },
    "beitrag_pv": {
      "description": "Monatsbeitrag der privaten Pflegeversicherung in Euro (optional). Dann steht der Zuschuss in zuschuss_pv_monat",
      "type": "number",
      "minimum": 0,
      "maximum": 100000
    }
  },
  "required": [],
  "additionalProperties": false
}

Source and freshness

#
ItemContent
Source§ 257 SGB V, § 61 SGB XI, social security thresholds and contribution rates
LicenseCalculation under the cited provisions. Use under the Quellenkontor terms of use.
Updatesyearly on January 1, and during the year if the care insurance rate changes
CoverageGermany, from 2015
Last checkedSeptember 26, 2026
Next expected changefollows the 2027 thresholds and average additional contribution (by November 1, 2026)
Overview with tables and questions about the dataset: Employer subsidy for private health and long-term care insurance. Report an error through the contact form.

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