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/


Installation

pip install fdicdata
import fdicdata as fdic

Examples

# Data Taxonomy:
fdic.dataTaxonomy("institution")

# Get Failures:
fdic.getFailures(['CERT'], date_range=('2010', '2015'))

# 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(name="Bank of America", fields=["NAME", "CITY", "STATE"], limit=10)

# Get Institutions All:
fdic.getInstitutionsAll()

# Get Location:
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.5.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file fdicdata-0.1.5.tar.gz.

File metadata

  • Download URL: fdicdata-0.1.5.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for fdicdata-0.1.5.tar.gz
Algorithm Hash digest
SHA256 1dfa2f08dc03cf8f764fa7efe0e439a0f49f6ac01ed004fc67a6a9ab0ee7a1ac
MD5 4656b0fcbad2c8923368ec4fbce3b016
BLAKE2b-256 c3bb7c35750b9f96711c35748eeab6149f778a06ad9ae5e9a6f9eebbc7e5a16f

See more details on using hashes here.

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