Convert Bank of America statements to CSV, Excel, OFX & QFX
Checking, savings and credit card statements — every Bank of America layout, converted accurately in seconds.
What makes Bank of America statements different
Bank of America statements don't use one continuous transaction table — deposits, withdrawals, card payments and fees each live in their own section, with a separate daily ledger balance summary at the end. NoRekey reads all the sections, merges them back into one chronological table with signed amounts, and reconciles the result against the statement's own beginning and ending balances.
Because the sections carry no per-row running balance, naive converters lose the ability to sanity-check their own output. NoRekey doesn't need one: the balance check works from the declared totals, so a dropped or duplicated transaction is caught even when the statement never prints a running balance column.