{"id":23885960,"url":"https://github.com/dpguthrie/bankfind","last_synced_at":"2025-08-02T20:34:10.668Z","repository":{"id":50228934,"uuid":"289408375","full_name":"dpguthrie/bankfind","owner":"dpguthrie","description":"Python interface to the FDIC's API for publically available bank data","archived":false,"fork":false,"pushed_at":"2023-04-15T22:34:16.000Z","size":468,"stargazers_count":11,"open_issues_count":2,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T15:04:25.344Z","etag":null,"topics":["api","api-wrapper","banking","data","finance","pandas","python","united-states"],"latest_commit_sha":null,"homepage":"https://bankfind.dpguthrie.com","language":"Python","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/dpguthrie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-22T02:59:15.000Z","updated_at":"2025-01-27T19:22:05.000Z","dependencies_parsed_at":"2025-04-10T01:33:46.834Z","dependency_job_id":"efc57101-b4e5-441d-b0aa-b9795c2392f6","html_url":"https://github.com/dpguthrie/bankfind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpguthrie/bankfind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbankfind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbankfind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbankfind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbankfind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpguthrie","download_url":"https://codeload.github.com/dpguthrie/bankfind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpguthrie%2Fbankfind/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448362,"owners_count":24252019,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","api-wrapper","banking","data","finance","pandas","python","united-states"],"created_at":"2025-01-04T05:56:12.715Z","updated_at":"2025-08-02T20:34:10.632Z","avatar_url":"https://github.com/dpguthrie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"#\"\u003e\u003cimg src=\"docs/docs/img/logo.png\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003ePython interface to the FDIC's API for publically available bank data\u003c/em\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.com/dpguthrie/bankfind\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://travis-ci.com/dpguthrie/bankfind.svg?branch=master\" alt=\"Build Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/dpguthrie/bankfind\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/codecov/c/github/dpguthrie/bankfind\" alt=\"Coverage\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/bankfind\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://badge.fury.io/py/bankfind.svg\" alt=\"Package version\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n**Documentation**: \u003ca target=\"_blank\" href=\"https://bankfind.dpguthrie.com\"\u003ehttps://bankfind.dpguthrie.com\u003c/a\u003e\n\n**Source Code**: \u003ca target=\"_blank\" href=\"https://github.com/dpguthrie/bankfind\"\u003ehttps://github.com/dpguthrie/bankfind\u003c/a\u003e\n\n**FDIC Documentation**: \u003ca target=\"_blank\" href=\"https://banks.data.fdic.gov/docs/\"\u003ehttps://banks.data.fdic.gov/docs/\u003c/a\u003e\n\n---\n\n## Overview\n\n**bankfind** is a python interface to publically available bank data from the FDIC.\n\nThere are currently, as of 8/11/20, five endpoints that the FDIC has exposed to the public:\n\n- **failures** - returns detail on failed financial institutions\n- **institutions** - returns a list of financial institutions\n- **history** - returns detail on structure change events\n- **locations** - returns locations / branches of financial institutions\n- **summary** - returns aggregate financial and structure data, subtotaled by year, regarding financial institutions\n\n## Requirements\n\nPython 2.7, 3.5+\n\n- [Requests](https://requests.readthedocs.io/en/master/) - The elegant and simple HTTP library for Python, built for human beings.\n- [Pandas](https://pandas.pydata.org/) - Fast, powerful, flexible and easy to use open source data analysis and manipulation tool\n\n## Installation\n\n```python\npip install bankfind\n```\n\n## Example\n\n```python\nimport bankfind as bf\n\n# Get Institutions\ndata = bf.get_institutions()\n\n# Get Institutions from Colorado with high ROE\ndata = bf.get_institutions(filters=\"STNAME:Colorado AND ROE:[25 TO *]\")\n\n# Get Commercial Banks from Colorado that aren't S-Corps\ndata = bf.get_institutions(filters=\"STNAME:Colorado AND SUBCHAPS:0 AND CB:1\")\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpguthrie%2Fbankfind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpguthrie%2Fbankfind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpguthrie%2Fbankfind/lists"}