OPEN SOURCE @ VISBANKING

Banking data tools, in the open.

We maintain lightweight packages for working with FDIC data—clean APIs, sensible taxonomy helpers, and examples that get you from query to chart fast.

R

fdicdata for R

FDIC-insured institutions • taxonomy helpers

GitHub

The fdicdata R package provides utilities to retrieve financial data for FDIC-insured institutions and access the related data taxonomy. Built for reproducible analysis and quick visualization.

# Install from GitHub
install.packages("remotes")
remotes::install_github("Visbanking/fdicdata")

# Load
library(fdicdata)
  • Call reports
  • UBPR
  • Taxonomy
Py

fdicdata for Python

Typed client • pandas-friendly

GitHub

The fdicdata Python package exposes a simple client for FDIC data with helpers that map fields to a stable taxonomy—ideal for notebooks and production jobs alike.

# Install from GitHub
pip install git+https://github.com/Visbanking/fdicdataPy.git

# Use
from fdicdata import client
  • Pandas ready
  • CLI examples
  • Taxonomy

CONTRIBUTORS

People behind the packages

Images hosted on visbanking.com. Licenses and contribution guidelines are available in each repository.