The fdicdata package provides a set of functions for working with data from the Federal Deposit Insurance Corporation(FDIC), including retrieving financial data for FDIC-insured institutions and accessing the data taxonomy
Project description
Overview
The fdicdata package provides a set of functions for working with data from the Federal Deposit Insurance Corporation (FDIC), including retrieving financial data for FDIC-insured institutions and accessing the data taxonomy.
Source Code: https://github.com/Visbanking/fdicdataPy
Visbanking Website: https://visbanking.com
Overview
Installation
pip install fdicdata
import fdicdata as fdic
Examples
### Data Taxonomy:
fdic.dataTaxonomy("institution")
### Get Failures:
fdic.getFailures(['CERT'], date_range=('2010','2015'), name=("DORAL BANK"))
### Get Financials:
fdic.getFinancials(IDRSSD_or_CERT=37, metrics=["ASSET", "DEP"], limit=10, date_range=["2015-01-01", "*"])
### Get History:
fdic.getHistory(CERT_or_NAME=3850, fields=["INSTNAME", "CERT", "PCITY", "PSTALP", "PZIP5"], CERT=True, limit=10)
### Get Institutions:
fdic.getInstitution(IDRSSD_or_CERT='480228', fields=["NAME", "CITY", "STATE"], limit=10)
### Get Institutions All:
fdic.getInstitutionsAll()
### Get Location:
fdic.getLocation(3850)
fdic.getLocation(3850, fields=['NAME', 'CITY', 'ZIP'])
### Get Summary:
fdic.getSummary(states = ["California", "New York"], date_range= ["2020", "2021"], fields = ["DEP", "ASSET"])
License
This project is licensed under the terms of the MIT license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fdicdata-0.1.7.tar.gz
.
File metadata
- Download URL: fdicdata-0.1.7.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6621440d2377e9e7318bae312e12bcfcb8e7e5e0babab7aa470184cb5a4bb41 |
|
MD5 | f72145e5cb9a3aa8d590e48230340609 |
|
BLAKE2b-256 | daaf3ade3d2804a02ed53fb6d29153707b9b2bc95675676b6d0757e4839e897d |
File details
Details for the file fdicdata-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: fdicdata-0.1.7-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78691a3913925ce319ebb43350ae4a173bdf30c500dff6774e0b3b222efc8563 |
|
MD5 | 46e4066116d2b6dbf9ec4a684a1e1dc2 |
|
BLAKE2b-256 | 4aa34441b9263193f3389e77a28cb980a8a1229d85a104eeb896d0c16dd75b29 |