Function bankDataByBLZ

  • Get name (and BIC if available) for bank with given BLZ

    Parameters

    • blz: string

      German BLZ with 8 digits

    • Optional date: string | Date

      Bank data valid at this date (default: current date)

    Returns null | BankData

    Bank data or null if invalid

Generated using TypeDoc