All Projects → jhermsmeier → fints-institute-db

jhermsmeier / fints-institute-db

Licence: CC0-1.0 license
Database of German Banks and their HBCI / FinTS endpoints

Projects that are alternatives of or similar to fints-institute-db

mxfactorial
a payment application intended for deployment by the united states treasury
Stars: ✭ 36 (+28.57%)
Mutual labels:  finance, fintech, banking
bankster
Money Creation Made Easy
Stars: ✭ 30 (+7.14%)
Mutual labels:  finance, fintech, banking
TheBankster
A personal finance tool in PHP
Stars: ✭ 15 (-46.43%)
Mutual labels:  finance, hbci, fints
hbci4java
Java-based FinTS protocol implementation that supports all features (chipTAN, pushTAN, HHD, SEPA, PSD2,...)
Stars: ✭ 113 (+303.57%)
Mutual labels:  hbci, fints
stockholm
💵 Modern Python library for working with money and monetary amounts. Human friendly and flexible approach for development. 100% test coverage + built-in support for GraphQL and Protocol Buffers transports using current best-practices.
Stars: ✭ 26 (-7.14%)
Mutual labels:  finance, fintech
py-investment
Extensible Algo-Trading Python Package.
Stars: ✭ 19 (-32.14%)
Mutual labels:  finance, fintech
avanza
A Python library for the unofficial Avanza API
Stars: ✭ 54 (+92.86%)
Mutual labels:  finance, banking
pyitau
Unofficial client to access your Itaú bank data
Stars: ✭ 28 (+0%)
Mutual labels:  finance, banking
rube
A multi-chain DeFi development toolkit for Elixir
Stars: ✭ 27 (-3.57%)
Mutual labels:  finance, fintech
moneywave-nodejs
A client library for moneywave API
Stars: ✭ 16 (-42.86%)
Mutual labels:  fintech, banking
fibo
The Financial Industry Business Ontology (FIBO) defines the sets of things that are of interest in financial business applications and the ways that those things can relate to one another. In this way, FIBO can give meaning to any data (e.g., spreadsheets, relational databases, XML documents) that describe the business of finance.
Stars: ✭ 204 (+628.57%)
Mutual labels:  finance, fintech
futu algo
Futu Algorithmic Trading Solution (Python) 基於富途OpenAPI所開發量化交易程序
Stars: ✭ 143 (+410.71%)
Mutual labels:  finance, fintech
starling-roundup
Round-up your Starling Bank transactions and transfer the proceeds to a savings goal
Stars: ✭ 17 (-39.29%)
Mutual labels:  finance, fintech
terms-dictionary
Simple definitions of terms, acronyms, abbreviations, companies, and projects related to financial services and Moov.
Stars: ✭ 48 (+71.43%)
Mutual labels:  fintech, banking
obp-apis
OpenBankingProject.ch Community APIs
Stars: ✭ 18 (-35.71%)
Mutual labels:  fintech, banking
python-aqbanking
AqBanking wrapper for python
Stars: ✭ 14 (-50%)
Mutual labels:  banking, hbci
Vnpy
基于Python的开源量化交易平台开发框架
Stars: ✭ 17,054 (+60807.14%)
Mutual labels:  finance, fintech
ultimateMICR-SDK
Bank check information extraction/OCR from Magnetic Ink Character Recognition [MICR] (E-13B & CMC-7) using deep learning
Stars: ✭ 42 (+50%)
Mutual labels:  fintech, banking
finac
Finac - financial accounting for humans
Stars: ✭ 27 (-3.57%)
Mutual labels:  finance, fintech
mt940-rs
A MT940 parser in Rust
Stars: ✭ 19 (-32.14%)
Mutual labels:  hbci, fints

FinTS Institute DB version

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": 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
  },
  ...
]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].