Calendar

Germany social security contribution due dates 2026

API The due date calculator runs through the REST API, per month and per state of the health insurance fund, in JSON.

Monthly contribution statement deadline and payment date for German social security, based on your collecting agency's state.

The calculator gives dates for ongoing contributions from wages. Contribution amounts come from contribution rates and social security thresholds, all yearly deadlines from the payroll calendar.

Last checked against the sources on September 26, 2026. Next expected change: yearly check against the collecting agencies' due date lists in December.

REST /v1/hr/sv-faelligkeitMCP hr_sv_faelligkeitCLI qk sv-faelligkeit

Calculates, for each month, the third-last bank business day on which total social security contributions are due, and the deadline for the contribution statement (Beitragsnachweis). Saturdays, Sundays, public holidays at the collecting agency's seat, and December 24 and 31 are not bank business days. Without a state, the calculator shows the months in which dates differ by state.

Source
§ 23 (1) and § 28f (3) SGB IV, joint principles for contribution statements (Gemeinsame Grundsätze Beitragsnachweis)
License
Calculation under the cited provisions. Use under the Quellenkontor terms of use.
Updates
follows the calendar
Coverage
Germany, 2015 to 2035

A value doesn't match the official source? Report an error. We check against the primary source and document every correction in the changelog.

Related solutions: For payroll software and payroll providersFor global payroll and EOR providers

api.quellenkontor.dev/v1/hr/sv-faelligkeit?jahr=2027&land=HH
Zur API-Doku →
curl "https://api.quellenkontor.dev/v1/hr/sv-faelligkeit?jahr=2027&land=HH" \
  -H "Authorization: Bearer $QK_KEY"
Antwort200 OK · JSON
{
  "datensatz": "sv-faelligkeit",
  "jahr": 2027,
  "land": "HH",
  "land_name": "Hamburg",
  "termine": [
    {
      "monat": "2027-01",
      "faelligkeit": "2027-01-27",
      "nachweis_vorliegen": "2027-01-25",
      "nachweis_uebermitteln_bis": "2027-01-24",
      "nicht_bankarbeitstage": []
    },
    {
      "monat": "2027-02",
      "faelligkeit": "2027-02-24",
      "nachweis_vorliegen": "2027-02-22",
      "nachweis_uebermitteln_bis": "2027-02-21",
      "nicht_bankarbeitstage": []
    }
  ],
  "rechtsgrundlage": "§ 23 Abs. 1 Satz 2 SGB IV (drittletzter Bankarbeitstag), § 28f Abs. 3 SGB IV (Beitragsnachweis zwei Arbeitstage vor Fälligkeit)",
  "quelle": {
    "titel": "§ 23 SGB IV (Fälligkeit)",
    "url": "https://www.gesetze-im-internet.de/sgb_4/__23.html"
  },
  "hinweise": [
    "Die Beiträge müssen am Fälligkeitstag auf dem Konto der Einzugsstelle sein (Tag der Wertstellung)."
  ],
  "stand": "2026-09-26",
  "lizenz": "Berechnung nach den genannten Normen. Nutzung nach den Nutzungsbedingungen von Quellenkontor.",
  "zitat": "Sozialversicherungsbeiträge 2027-01 für Einzugsstellen mit Sitz in Hamburg: fällig am 27.01.2027, Beitragsnachweis muss am 25.01.2027 um 0 Uhr vorliegen. Weitere Monate in termine. Rechtsgrundlage: § 23 Abs. 1 Satz 2 SGB IV (drittletzter Bankarbeitstag), § 28f Abs. 3 SGB IV (Beitragsnachweis zwei Arbeitstage vor Fälligkeit). Quelle: § 23 SGB IV (Fälligkeit), https://www.gesetze-im-internet.de/sgb_4/__23.html. Daten: Quellenkontor (quellenkontor.dev).",
  "datenstand": "2026-09-26.19"
}

Response shortened. All parameters and response fields are in the SV due dates reference.

Run this call with your own key. 500 requests a month for free, no credit card.

Parameters

ParametersTypeMeaning
jahryearyearCalendar year 2015 to 2035, returns all twelve months. Default: current year
datumdatedateAlternative to jahr: reference date as YYYY-MM-DD, returns only that month
landtexttextState of the collecting agency (health insurance fund), for example HH. Without it: shared dates plus deviations by state per month

All response fields with types, allowed values, defaults and error cases are in the SV due dates reference.

Questions about this dataset

When are German social security contributions due?

On the third-last bank business day of the month in which the work was done (§ 23 (1) SGB IV). Any remainder is due on the third-last bank business day of the following month.

When must the contribution statement be submitted?

It must be with the collecting agency at 0:00 on the fifth-last bank business day of the month, so submit it by midnight the day before.

Which days count as bank business days?

Monday to Friday, excluding public holidays at the collecting agency's seat and excluding December 24 and 31. The statute does not define the term; this is the consistent practice of the collecting agencies.

Why do due dates differ between health insurance funds?

Public holidays at the fund's seat decide. In October 2025, Reformation Day fell on a Friday: funds based in Hamburg had October 28, funds based in North Rhine-Westphalia October 29.

How often is the dataset updated?

Follows the calendar. We check the data against the official sources every week, and every change is logged in the changelog. On the Pro plan, a webhook notifies your server.

Related datasets