finanzamt
Get information about a German tax office (Finanzamt)
Installation
$ npm install finanzamt
Usage
const finanzamt = require('finanzamt');
finanzamt('1131');
API
finanzamt(bundesfinanzamtsnummer)
Returns a Finanzamt object.
bundesfinanzamtsnummer
Type: string
German federal tax office number (Bundesfinanzamtsnummer).
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.
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.