Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhermsmeier/fints-institute-db
Database of German Banks and their HBCI / FinTS endpoints
https://github.com/jhermsmeier/fints-institute-db
banking blz finance fintech fints germany hbci
Last synced: 1 day ago
JSON representation
Database of German Banks and their HBCI / FinTS endpoints
- Host: GitHub
- URL: https://github.com/jhermsmeier/fints-institute-db
- Owner: jhermsmeier
- License: cc0-1.0
- Created: 2017-05-23T22:29:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T12:56:47.000Z (about 4 years ago)
- Last Synced: 2024-11-10T03:03:02.510Z (about 1 month ago)
- Topics: banking, blz, finance, fintech, fints, germany, hbci
- Homepage:
- Size: 12.1 MB
- Stars: 31
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FinTS Institute DB [![version](https://flat.badgen.net/npm/v/fints-institute-db?label=)](https://npmjs.com/package/fints-institute-db)
[![npm license](https://flat.badgen.net/npm/license/fints-institute-db)](https://npmjs.com/package/fints-institute-db)
[![npm downloads](https://flat.badgen.net/npm/dm/fints-institute-db)](https://npmjs.com/package/fints-institute-db)
[![build status](https://flat.badgen.net/travis/jhermsmeier/fints-institute-db/master?label=build)](https://travis-ci.org/jhermsmeier/fints-institute-db)List of German Banks
## Install via [npm](https://npmjs.com)
```sh
$ npm install --save fints-institute-db
```## Usage
```js
var banks = require( 'fints-institute-db' )
``````js
var dsgv = banks.filter( function( bank ) {
return bank.organisation === 'DSGV'
})
```## Format
```js
[
...,
{
"number": 11,
"blz": "10030600",
"bic": "GENODEF1OGK",
"name": "Bankhaus Kruber",
"location": "Berlin",
"serviceProvider": "Fiducia & GAD IT AG",
"organisation": "BVR",
"hbciDomain": "hbci01.fiducia.de",
"hbciAddress": null,
"hbciVersion": "3.0",
"pinTanURL": "https://hbci11.fiducia.de/cgi-bin/hbciservlet",
"protocol": "FinTS V3.0",
"updated": null,
"ddv": false,
"rdh1": false,
"rdh2": false,
"rdh3": false,
"rdh4": false,
"rdh5": false,
"rdh6": false,
"rdh7": true,
"rdh8": false,
"rdh9": true,
"rdh10": true,
"rah7": false,
"rah9": false,
"rah10": false
},
...
]
```