{"id":22944892,"url":"https://github.com/mfa/bundesbank-to-sqlite","last_synced_at":"2026-05-05T12:32:55.059Z","repository":{"id":46320364,"uuid":"234971182","full_name":"mfa/bundesbank-to-sqlite","owner":"mfa","description":"Convert Bundesbank banking export to a SQLite database","archived":false,"fork":false,"pushed_at":"2021-10-31T15:40:04.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T21:49:15.355Z","etag":null,"topics":["datasette","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mfa.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-01-19T21:32:05.000Z","updated_at":"2022-07-18T19:52:27.000Z","dependencies_parsed_at":"2022-09-01T23:20:24.117Z","dependency_job_id":null,"html_url":"https://github.com/mfa/bundesbank-to-sqlite","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mfa/bundesbank-to-sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fbundesbank-to-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fbundesbank-to-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fbundesbank-to-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fbundesbank-to-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfa","download_url":"https://codeload.github.com/mfa/bundesbank-to-sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Fbundesbank-to-sqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["datasette","sqlite"],"created_at":"2024-12-14T14:28:31.394Z","updated_at":"2026-05-05T12:32:55.001Z","avatar_url":"https://github.com/mfa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bundesbank to sqlite\n\n[![Tests](https://github.com/mfa/bundesbank-to-sqlite/actions/workflows/tests.yml/badge.svg)](https://github.com/mfa/bundesbank-to-sqlite/actions/workflows/tests.yml)\n\n## About\n\nThe German Bundesbank releases every quarter of a year a list of all banks in Germany.  \nThis script converts the xslx file to a sqlite database.\n\n\n## Download source data\n\nhttps://www.bundesbank.de/en/tasks/payment-systems/services/bank-sort-codes/download-bank-sort-codes-626218\n\nchoose the XLS version of ``Bank sort code files, unpacked``\n\n\n## install\n\n```\npython setup.py install\n```\n\n\n## Convert downloaded file\n\n```\nbundesbank-to-sqlite convert blz.db blz-aktuell-xlsx-data.xlsx\n```\n\n\n## Use with [Datasette](https://github.com/simonw/datasette)\n\ninstall Datasette:\n\n```\npip install datasette\n```\n\nrun with Datasette:\n\n```\ndatasette blz.db\n```\n\n## Example queries\n\nRun some queries in [Datasette](https://datasette.io).\n\n```\nhttp://localhost:8001/blz/bundesbank_blz?blz=10000000\nhttp://localhost:8001/blz/bundesbank_blz?bic=MARKDEF1100\nhttp://localhost:8001/blz/bundesbank_blz?city=Berlin\nhttp://localhost:8001/blz/bundesbank_blz?zipcode=10117\n```\n\n(this are the same examples as in deprecated [banking_api](https://github.com/opendata-stuttgart/banking-api#example-api-usage))\n\n\n## Thanks\n\n[Simon Willison](https://simonwillison.net/) for Datasette and sqlite-utils.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Fbundesbank-to-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfa%2Fbundesbank-to-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Fbundesbank-to-sqlite/lists"}