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.
Install the latest release from PyPI:
pip install call-reportTo work on call-report itself, clone the repository and install it in editable mode along with its development dependencies:
pip install -e ".[dev]"This project is licensed under the BSD 3-Clause License — see the LICENSE file for details.