finanzamt
Get information about a German tax office (Finanzamt)
Installation
$ npm install finanzamt
Usage
const finanzamt = require('finanzamt');
finanzamt('1131');
API
finanzamt(bundesfinanzamtsnummer)
finanzamt(steuernummer)
Returns a Finanzamt object.
bundesfinanzamtsnummer
Type: string
German federal tax office number (Bundesfinanzamtsnummer).
steuernummer
Type: string
German tax number (Steuernummer) in the national format.
Tip: Use normalize-steuernummer.
Finanzamt
Type: object
The property names and descriptions are based on the GemFA XSD by the Federal Central Tax Office.
buFaNr
Type: string
Die Bundesfinanzamtsnummer.
name
Type: string
Der Name der Finanzbehörde.
url
Type: string
Die URL-Kontaktangabe der Finanzbehörde.
Nicht alle Finanzbehörden geben diesen Kontakt an.
License
This project is licensed under the MIT License. The underlying GemFA data by the Federal Central Tax Office is in the public domain in accordance with § 5 Abs. 1 UrhG.