call-report is a Python package for working with regulatory call report data filed by regulated U.S. financial institutions, including FFIEC call reports (banks), NCUA call reports (credit unions), and FCA call reports (Farm Credit System institutions). It aims to provide a consistent interface for retrieving, parsing, and analyzing each regulator's call report data and related regulatory filings.
The package is not yet published to PyPI. To install it for development, clone the repository and install it in editable mode along with its development dependencies:
pip install -e ".[dev]"Once published, it will be installable with:
pip install call-reportThis project is licensed under the BSD 3-Clause License — see the LICENSE file for details.