{"id":20256381,"url":"https://github.com/daskycodes/bundesbank","last_synced_at":"2025-04-11T00:22:08.523Z","repository":{"id":57481326,"uuid":"253827567","full_name":"daskycodes/bundesbank","owner":"daskycodes","description":"A collection of German Bank Data","archived":false,"fork":false,"pushed_at":"2020-12-30T22:44:18.000Z","size":1951,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-19T02:04:45.591Z","etag":null,"topics":["banking","elixir","germany","hex"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daskycodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-07T15:01:48.000Z","updated_at":"2023-03-01T21:08:11.000Z","dependencies_parsed_at":"2022-09-26T17:50:28.862Z","dependency_job_id":null,"html_url":"https://github.com/daskycodes/bundesbank","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskycodes%2Fbundesbank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskycodes%2Fbundesbank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskycodes%2Fbundesbank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskycodes%2Fbundesbank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daskycodes","download_url":"https://codeload.github.com/daskycodes/bundesbank/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248318928,"owners_count":21083751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["banking","elixir","germany","hex"],"created_at":"2024-11-14T10:46:28.790Z","updated_at":"2025-04-11T00:22:08.500Z","avatar_url":"https://github.com/daskycodes.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bundesbank\n\n[![Hex.pm](https://img.shields.io/hexpm/v/bundesbank.svg?maxAge=2592000)](https://hex.pm/packages/bundesbank) [![Hex Docs](https://img.shields.io/badge/hex-docs-9768d1.svg)](https://hexdocs.pm/bundesbank)\n\nA collection of German Bank Data including BIC, Bankcodes, PAN and more useful information based on the [Bundesbank Data Set](https://www.bundesbank.de/de/aufgaben/unbarer-zahlungsverkehr/serviceangebot/bankleitzahlen/download-bankleitzahlen-602592)\n\n**Current Data Set is Valid until March, 3rd 2021**\n\n## Installation\n\nThe package can be installed\nby adding `bundesbank` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:bundesbank, \"~\u003e 0.3.0\"}\n  ]\nend\n```\n\nrun `mix deps.get`\n\n## Usage\n\nGet all banks from the collection\n\n```elixir\nbanks = Bundesbank.all\nEnum.count(banks)\n# 15788\n```\n\nFilter banks by a given key.\n\n```elixir\n[\n  :code,\n  :property,\n  :description,\n  :postal_code,\n  :city,\n  :bank_name,\n  :pan,\n  :bic,\n  :mark_of_conformity,\n  :record_number,\n  :change_code,\n  :delete_code,\n  :emulation_code\n]\n```\n\n```elixir\nbank = Bundesbank.filter_by(:code, \"20050000\")\n# [%Bundesbank.Bank{bank_name: \"Hamburg Commercial Bank\", bic: \"HSHNDEHHXXX\", change_code: \"U\", ...\nbanks = Bundesbank.filter_by(:city, \"Berlin\")\n# [%Bundesbank.Bank{bank_name: \"BBk Berlin\", bic: \"MARKDEF1100\", change_code: \"U\", ...\nEnum.count(banks)\n# 101\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am \"Add some feature\")\n4. Push to the branch (git push origin my-new-feature)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskycodes%2Fbundesbank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaskycodes%2Fbundesbank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskycodes%2Fbundesbank/lists"}