Reference

Reference: Midi-job zone

Lower and upper limit of the transition zone and factor F for any date.

The limits of the midi-job transition zone (Übergangsbereich) under § 20 Abs. 2 SGB IV, called the sliding zone (Gleitzone) until June 2019, and the yearly factor F used to calculate the income subject to contributions.

Endpoints and calls

#
AccessCall
REST APIGET /hr/uebergangsbereich
HistoryGET /hr/uebergangsbereich/verlauf
SDK JavaScriptqk.hr.uebergangsbereich(…)
SDK Pythonqk.hr.uebergangsbereich(…)
CLIqk uebergangsbereich --datum 2026-01-01
MCP toolhr_uebergangsbereich

Parameters

#
NameTypeRequiredDefaultAllowedDescription
datumdate (YYYY-MM-DD)noheuteEffective date in the format YYYY-MM-DD. Defaults to today.

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
bezeichnungTextGleitzone (sliding zone, until June 2019) or Übergangsbereich (transition zone)
untergrenze_monatDecimalStart of the transition zone per month
obergrenze_monatDecimalEnd of the transition zone per month
faktor_fDecimalFactor F for the year, null until it is announced
gueltig_abDateStart of validity of the value
gueltig_bisDate or nullEnd of validity, null until a successor is set
rechtsgrundlageTextLaw or ordinance
quelleObjectTitle and URL of the source the value is based on
faktor_f_rechtsgrundlageText or nullLegal basis of factor F
faktor_f_definitionTextHow factor F is calculated for the effective date: 30% until September 30, 2022, 28% until 2026, from 2027 the health insurance rate plus 15%, each divided by the total social security contribution rate
faktor_f_quelleObject or nullSource of factor F
formelObject or TextThe calculation in words or as a formula
hinweiseListLimits of the values or the calculation, in sentences
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 datum = 2026-01-01. The response is generated by the same code that answers the API.

api.quellenkontor.dev/v1/hr/uebergangsbereich?datum=2026-01-01
Zur API-Doku →
curl "https://api.quellenkontor.dev/v1/hr/uebergangsbereich?datum=2026-01-01" \
  -H "Authorization: Bearer $QK_KEY"
Antwort200 OK · JSON
{
  "datensatz": "uebergangsbereich",
  "datum": "2026-01-01",
  "bezeichnung": "Übergangsbereich",
  "untergrenze_monat": 603.01,
  "obergrenze_monat": 2000,
  "faktor_f": 0.6619,
  "gueltig_ab": "2026-01-01",
  "gueltig_bis": "2026-12-31",
  "rechtsgrundlage": "§ 20 Abs. 2 SGB IV; Untergrenze: Geringfügigkeitsgrenze 603 Euro (BAnz AT 20.11.2025 B1) plus 1 Cent",
  "quelle": {
    "titel": "§ 20 SGB IV (Aufbringung der Mittel, Übergangsbereich)",
    "url": "https://www.gesetze-im-internet.de/sgb_4/__20.html"
  },
  "faktor_f_rechtsgrundlage": "§ 20 Abs. 2a SGB IV, Bekanntmachung des Faktors F für 2026",
  "faktor_f_definition": "28 Prozent ÷ Gesamtsozialversicherungsbeitragssatz",
  "faktor_f_quelle": {
    "titel": "Bekanntmachung des Gesamtsozialversicherungsbeitragssatzes und des Faktors F für das Jahr 2026 vom 25. November 2025 (BAnz AT 18.12.2025 B5)",
    "url": "https://www.bundesanzeiger.de/pub/publication/tEVvKJtcxc4VdUgfyAg/content/tEVvKJtcxc4VdUgfyAg/BAnz%20AT%2018.12.2025%20B5.pdf"
  },
  "formel": {
    "beitragspflichtige_einnahme_gesamt": "F × G + (OG ÷ (OG − G) − G ÷ (OG − G) × F) × (AE − G)",
    "beitragspflichtige_einnahme_arbeitnehmer": "OG ÷ (OG − G) × (AE − G)",
    "erlaeuterung": "Seit 01.10.2022 (§ 20 Abs. 2a SGB IV): Die Beiträge werden aus der Einnahme gesamt berechnet, der Arbeitnehmer trägt den Anteil aus seiner eigenen, reduzierten Einnahme, der Arbeitgeber den Rest.",
    "variablen": {
      "F": 0.6619,
      "G": 603,
      "OG": 2000,
      "AE": "monatliches Arbeitsentgelt"
    }
  },
  "hinweise": [
    "Die Formeln gelten nicht für Personen, die zu ihrer Berufsausbildung beschäftigt sind (§ 20 Abs. 2a SGB IV).",
    "Bei mehreren Beschäftigungen zählt das insgesamt erzielte Arbeitsentgelt (§ 20 Abs. 2 SGB IV).",
    "Die Rundung der Zwischenergebnisse regeln die Gemeinsamen Rundschreiben der Sozialversicherungsträger. Für die Abrechnung gelten deren Rechenwege."
  ],
  "lizenz": "Werte aus amtlichen Werken (§ 5 UrhG). Nutzung der Zusammenstellung nach den Nutzungsbedingungen von Quellenkontor.",
  "stand": "2026-09-23",
  "zitat": "Übergangsbereich (Midijob) am 01.01.2026: 603,01 bis 2.000 Euro im Monat, Faktor F 0,6619. Rechtsgrundlage: § 20 Abs. 2 SGB IV; Untergrenze: Geringfügigkeitsgrenze 603 Euro plus 1 Cent. Quelle: § 20 SGB IV (Aufbringung der Mittel, Übergangsbereich), https://www.gesetze-im-internet.de/sgb_4/__20.html. Daten: Quellenkontor (quellenkontor.dev).",
  "datenstand": "2026-09-24.16"
}

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/uebergangsbereich/verlauf" \
  -H "Authorization: Bearer $QK_KEY"
Excerpt of the response
{
  "datensatz": "uebergangsbereich",
  "verlauf": [
    {
      "gueltig_ab": "2026-01-01",
      "untergrenze_monat": 603.01,
      "obergrenze_monat": 2000,
      "faktor_f": 0.6619,
      "rechtsgrundlage": "§ 20 Abs. 2 SGB IV; Untergrenze: Geringfügigkeitsgrenze 603 Euro (BAnz AT 20.11.2025 B1) plus 1 Cent",
      "quelle_url": "https://www.gesetze-im-internet.de/sgb_4/__20.html",
      "faktor_f_rechtsgrundlage": "§ 20 Abs. 2a SGB IV, Bekanntmachung des Faktors F für 2026",
      "faktor_f_quelle_url": "https://www.bundesanzeiger.de/pub/publication/tEVvKJtcxc4VdUgfyAg/content/tEVvKJtcxc4VdUgfyAg/BAnz%20AT%2018.12.2025%20B5.pdf"
    },
    {
      "gueltig_ab": "2027-01-01",
      "untergrenze_monat": 633.01,
      "obergrenze_monat": 2000,
      "faktor_f": null,
      "rechtsgrundlage": "§ 20 Abs. 2 SGB IV; Untergrenze: Geringfügigkeitsgrenze 633 Euro (BAnz AT 20.11.2025 B1) plus 1 Cent",
      "quelle_url": "https://www.gesetze-im-internet.de/sgb_4/__20.html",
      "faktor_f_rechtsgrundlage": null,
      "faktor_f_quelle_url": null
    }
  ]
}

Error cases

#
StatusCodeWhen
400ungueltiger_parameterwrong format
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_uebergangsbereich:

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}$"
    }
  },
  "required": [],
  "additionalProperties": false
}

Source and freshness

#
ItemContent
Source§ 20 Abs. 2 and 2a SGB IV, official notices of factor F
LicenseValues from official works (§ 5 UrhG). Use of the compilation under the Quellenkontor terms of use.
Updatesyearly and whenever the limits change
CoverageGermany, from 2015
Last checkedSeptember 23, 2026
Next expected changefactor F for 2027 by December 31, 2026, from 2027 under a new formula (GKV-Beitragssatzstabilisierungsgesetz)
Overview with tables and questions about the dataset: Midi-job transition zone. Report an error through the contact form.

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