FFIEC Webservice Python Connector

Contents:

  • FFIEC Account Setup Instructions
  • FFIEC Webservice Data Connector
    • ffiec_data_connect package
  • Example Code
  • Version History
  • Disclaimers and License
FFIEC Webservice Python Connector
  • FFIEC Webservice Data Connector
  • View page source

FFIEC Webservice Data Connector

  • ffiec_data_connect package
    • Submodules
    • ffiec_data_connect.constants module
      • WebserviceConstants
        • WebserviceConstants.base_url
    • ffiec_data_connect.credentials module
      • CredentialType
        • CredentialType.NO_CREDENTIALS
        • CredentialType.SET_FROM_ENV
        • CredentialType.SET_FROM_INIT
      • WebserviceCredentials
        • WebserviceCredentials.password
        • WebserviceCredentials.return_all_services_and_methods()
        • WebserviceCredentials.test_credentials()
        • WebserviceCredentials.username
    • ffiec_data_connect.datahelpers module
    • ffiec_data_connect.exceptions module
      • NoDataError
    • ffiec_data_connect.ffiec_connection module
      • FFIECConnection
        • FFIECConnection.proxy_host
        • FFIECConnection.proxy_password
        • FFIECConnection.proxy_port
        • FFIECConnection.proxy_protocol
        • FFIECConnection.proxy_user_name
        • FFIECConnection.session
        • FFIECConnection.test_connection()
        • FFIECConnection.use_proxy
      • ProxyProtocol
        • ProxyProtocol.HTTP
        • ProxyProtocol.HTTPS
    • ffiec_data_connect.methods module
      • collect_data()
      • collect_filers_on_reporting_period()
      • collect_filers_since_date()
      • collect_filers_submission_date_time()
      • collect_reporting_periods()
    • ffiec_data_connect.xbrl_processor module
    • Module contents
Previous Next

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.