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.
Full documentation is hosted at call-report.readthedocs.io:
- Getting started walks through the object-oriented interface, choosing a dataframe backend, and loading FCA Call Report data.
- API reference documents every public class and function.
- Get involved covers contributing, the code style, and the release process.
- Changelog lists what changed in each release.
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.