Docs navigation: Meal and lodging valuesEndpoints and calls
Reference

Reference: Meal and lodging values

Official values for free meals and accommodation per month, day and meal.

The official values for benefits in kind (Sachbezugswerte) under § 2 of the Social Insurance Remuneration Ordinance (SvEV) for meals and accommodation, per month, per calendar day and per meal. They apply for tax and social security when employees receive meals or accommodation.

Endpoints and calls

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

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
verpflegung_monatDecimalAll meals per month
fruehstueck_monatDecimalBreakfast per month
mittagessen_monatDecimalLunch per month
abendessen_monatDecimalDinner per month
fruehstueck_tagDecimalBreakfast per calendar day
mittag_abend_tagDecimalLunch or dinner per calendar day
unterkunft_monatDecimalAccommodation per month
unterkunft_tagDecimalAccommodation per calendar day
rechtsgrundlageTextLaw or ordinance
quelleObjectTitle and URL of the source the value is based on
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 jahr = 2026. The response is generated by the same code that answers the API.

api.quellenkontor.dev/v1/hr/sachbezugswerte?jahr=2026
Zur API-Doku →
curl "https://api.quellenkontor.dev/v1/hr/sachbezugswerte?jahr=2026" \
  -H "Authorization: Bearer $QK_KEY"
Antwort200 OK · JSON
{
  "datensatz": "sachbezugswerte",
  "jahr": 2026,
  "gueltig_ab": "2026-01-01",
  "gueltig_bis": "2026-12-31",
  "verpflegung_monat": 345,
  "fruehstueck_monat": 71,
  "mittagessen_monat": 137,
  "abendessen_monat": 137,
  "fruehstueck_tag": 2.37,
  "mittag_abend_tag": 4.57,
  "unterkunft_monat": 285,
  "unterkunft_tag": 9.5,
  "rechtsgrundlage": "§ 2 SvEV in der Fassung ab 01.01.2026",
  "quelle": {
    "titel": "Sechzehnte Verordnung zur Änderung der Sozialversicherungsentgeltverordnung vom 19. Dezember 2025 (BGBl. 2025 I Nr. 377)",
    "url": "https://www.recht.bund.de/bgbl/1/2025/377/VO.html"
  },
  "hinweise": [
    "Allgemeine Werte für Beschäftigte. Abschläge für Jugendliche, Auszubildende und Mehrbettzimmer nach § 2 Abs. 3 SvEV sind nicht eingerechnet.",
    "Für eine Wohnung, also eine abgeschlossene Einheit mit Kochgelegenheit und Toilette, gilt der ortsübliche Mietpreis, nicht der Wert für Unterkunft (§ 2 Abs. 4 SvEV).",
    "Essensmarken und arbeitstägliche Zuschüsse werden mit dem Sachbezugswert bewertet, wenn sie ihn um nicht mehr als 3,10 Euro übersteigen (R 8.1 Abs. 7 Nr. 4 LStR)."
  ],
  "lizenz": "Werte aus amtlichen Werken (§ 5 UrhG). Nutzung der Zusammenstellung nach den Nutzungsbedingungen von Quellenkontor.",
  "stand": "2026-09-23",
  "zitat": "Sachbezugswerte 2026: Verpflegung 345 Euro im Monat, Frühstück 2,37 Euro und Mittag- oder Abendessen 4,57 Euro je Kalendertag, Unterkunft 285 Euro im Monat. Rechtsgrundlage: § 2 SvEV in der Fassung ab 01.01.2026. Quelle: Sechzehnte Verordnung zur Änderung der Sozialversicherungsentgeltverordnung vom 19. Dezember 2025 (BGBl. 2025 I Nr. 377), https://www.recht.bund.de/bgbl/1/2025/377/VO.html. Daten: Quellenkontor (quellenkontor.dev).",
  "datenstand": "2026-09-23.1"
}

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/sachbezugswerte/verlauf" \
  -H "Authorization: Bearer $QK_KEY"
Excerpt of the response
{
  "datensatz": "sachbezugswerte",
  "verlauf": [
    {
      "jahr": 2025,
      "verpflegung_monat": 333,
      "fruehstueck_monat": 69,
      "mittagessen_monat": 132,
      "abendessen_monat": 132,
      "fruehstueck_tag": 2.3,
      "mittag_abend_tag": 4.4,
      "unterkunft_monat": 282,
      "unterkunft_tag": 9.4,
      "rechtsgrundlage": "§ 2 SvEV in der Fassung ab 01.01.2025",
      "quelle_url": "https://www.recht.bund.de/bgbl/1/2024/394/VO.html"
    },
    {
      "jahr": 2026,
      "verpflegung_monat": 345,
      "fruehstueck_monat": 71,
      "mittagessen_monat": 137,
      "abendessen_monat": 137,
      "fruehstueck_tag": 2.37,
      "mittag_abend_tag": 4.57,
      "unterkunft_monat": 285,
      "unterkunft_tag": 9.5,
      "rechtsgrundlage": "§ 2 SvEV in der Fassung ab 01.01.2026",
      "quelle_url": "https://www.recht.bund.de/bgbl/1/2025/377/VO.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_sachbezugswerte:

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
Source§ 2 Social Insurance Remuneration Ordinance (Sozialversicherungsentgeltverordnung) and yearly amending ordinances
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 changeamending ordinance for 2027 in fall 2026
Overview with tables and questions about the dataset: Meal and accommodation values. Report an error through the contact form.

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