Export DATEV
export_datevExport accounting journal entries or master data in DATEV EXTF format for direct import into DATEV and compatible systems. Select period and format to receive a download link valid for 24 hours.
Instructions
Export accounting data in DATEV EXTF format for import into DATEV Kanzlei-Rechnungswesen or compatible systems. Returns a signed download URL valid for 24 hours.
Supported EXTF formats: • extf-buchungsstapel — Journal entries (Buchungsstapel) — most common, use for P&L/tax • extf-debitoren — Accounts receivable master data (Debitoren-/Kreditorenstamm AR) • extf-kreditoren — Accounts payable master data (Debitoren-/Kreditorenstamm AP)
Output encoding is always CP1252 per DATEV EXTF specification. Date range: both periodStart and periodEnd must be ISO 8601 dates (YYYY-MM-DD).
NOTE: Stub response — real CF endpoint https://api.frihet.io/v1/datev/export wired in transport Wave. / Exporta datos contables en formato DATEV EXTF para importacion en DATEV o sistemas compatibles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| periodStart | Yes | Start of the export period (ISO 8601 YYYY-MM-DD). Inclusive. / Inicio del periodo de exportacion (YYYY-MM-DD). Inclusivo. | |
| periodEnd | Yes | End of the export period (ISO 8601 YYYY-MM-DD). Inclusive. / Fin del periodo de exportacion (YYYY-MM-DD). Inclusivo. | |
| format | Yes | DATEV EXTF export format: extf-buchungsstapel (journal entries), extf-debitoren (AR master), extf-kreditoren (AP master) / Formato EXTF de DATEV. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileUrl | Yes | Signed URL to download the DATEV EXTF file | |
| filename | Yes | Suggested filename (e.g. EXTF_Buchungsstapel_2026-01.csv) | |
| rowCount | Yes | Number of accounting rows in the export | |
| fiscalPeriod | Yes | Fiscal period covered (e.g. '2026-01' or '2026-Q1') | |
| encoding | Yes | File encoding — always CP1252 per DATEV EXTF spec |