ofxclient.Client

class ofxclient.Client(institution, id='06348270caea4dad8f03da4a29beb8eb', app_id='QWIN', app_version='2200', ofx_version='102')[source]

This communicates with the banks via the OFX protocol

Parameters:
  • institution (ofxclient.Institution) – institution to connect to
  • id (string) – client id (optional need for OFX version >= 103)
  • app_id (string) – OFX app id
  • app_version (string) – OFX app version
  • ofx_version (string) – OFX spec version
__init__(institution, id='06348270caea4dad8f03da4a29beb8eb', app_id='QWIN', app_version='2200', ofx_version='102')[source]

Methods

__init__(institution[, id, app_id, ...])
account_list_query([date])
authenticated_query([with_message, ...]) Authenticated query
bank_account_query(number, date, ...) Bank account statement request
brokerage_account_query(number, date, broker_id)
credit_card_account_query(number, date) CC Statement request
header()
next_cookie()
post(query)