JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q47234F
  • License CC0-1.0

Database of German Banks

Package Exports

  • fints-institute-db

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fints-institute-db) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

FinTS Institute DB

npm npm license npm downloads build status

List of German Banks

Install via npm

$ npm install --save fints-institute-db

Usage

var banks = require( 'fints-institute-db' )
var dsgv = banks.filter( function( bank ) {
  return bank.organisation === 'DSGV'
})

Format

[
  ...,
  {
    "number": 26,
    "blz": "12030000",
    "name": "Deutsche Kreditbank Berlin (DKB) AG",
    "location": "Berlin ",
    "serviceProvider": "Finanz Informatik GmbH & Co. KG",
    "organisation": "DSGV",
    "hbciDomain": "banking.s-fints-pt-dkb.de",
    "hbciAddress": null,
    "hbciVersion": "3.0",
    "pinTanURL": "https://banking-dkb.s-fints-pt-dkb.de/fints30",
    "protocol": "FinTS V3.0",
    "updated": "2016-07-09T00:00:00.000Z",
    "ddv": true,
    "rdh1": false,
    "rdh2": false,
    "rdh3": false,
    "rdh4": false,
    "rdh5": false,
    "rdh6": false,
    "rdh7": false,
    "rdh8": false,
    "rdh9": false,
    "rdh10": false,
    "rah7": true,
    "rah9": false,
    "rah10": false
  },
  ...
]