Skip to main content

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

fdicdata-0.1.7.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

fdicdata-0.1.7-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page