Welcome to FFIEC Webservice Python Connector’s documentation!
Repo: https://github.com/call-report/ffiec-data-connect
This package and documentation is not affiliated with the Federal Financial Institution Examination Council (FFIEC) or any other US Government Agency.
Please review the license and disclaimer before using this package.
The FFIEC Webservice Python Connector (ffiec_data_connect) was created to facilitate the use of the SOAP-based FFIEC Webservice.
Although limited documentation is provided for the Webservice by the FFIEC, practical use of the Webservice via Python requires a considerable amount of boilerplate code - and knowledge of esoteric terms and concepts inherent to bank regulatory data.
With these challenges in mind, this package provides a Python wrapper for the FFIEC Webservice, simplifying the process of interacting with the Webservice, and allow the rapid development of Python applications that require use of the data hosted on the Webservice.
Data returned from the Webservice may be returned as a native Python data structure (list) or Pandas DataFrames or Series.
Contents:
- FFIEC Account Setup Instructions
- ffiec_data_connect package
- Example Code
- Loading credentials and starting a connection to the FFIEC Webservice
- Collecting the reporting periods
- Collect the list of filers for a particular reporting period
- Collect the rssd IDs and submission datetimes of all filers who have filed for a particular reporting period, since a particular date.
- Collect the list of rssd(s) that have filed in a reporting period since a particular date.
- Collect the time series data associated with a particular rssd and reporting period.
- Version History
- Disclaimers and License