OFX to CSV Converter
Inspect an OFX or QBO statement and export complete bank, card, or investment transactions to UTF-8 CSV.
Private offline parsing
Convertr never asks for credentials, performs OFX Direct Connect, categorizes spending, identifies merchants, enriches counterparties, or sends statement content to another service.
Fidelity stays explicit
Dates retain their source strings and offsets. Naive dates are marked. Decimal strings, signs, order, and duplicates are preserved. Unsupported tax, bill-pay, profile, and loan message sets are reported instead of silently exported.
Stable transaction schema
Schema version 1.0 is shared by CSV and JSONL. Empty optional values remain empty strings. CSV text cells that could execute as spreadsheet formulas receive a leading apostrophe; JSONL retains decoded source text.
| Field group | Fields |
|---|---|
| Statement | schema_version, section_id, statement_type, account_type, currency, transaction_order, transaction_kind |
| Dates | posted_at, posted_at_raw, posted_timezone, available_at, available_at_raw, available_timezone |
| Cash transaction | amount, transaction_type, fitid, check_number, reference_number, server_transaction_id, correction_fitid, correction_action, name, memo |
| Investment | security_id_type, security_id, units, unit_price, commission, fees, taxes, total |