Guide · Export CSV · Capital One
Export a Capital One CSV — the 90-day cap and how to work around it.
Capital One has one of the more restrictive native CSV exports of any major US issuer. The window is short — about 90 days — and the export only lives on the desktop site. If you've been a Capital One customer for years and you're trying to migrate full history into a new budgeting app, this guide covers the working flow plus what to do for the months that fall outside the 90-day window.
Step-by-step: export from Capital One
- Sign in at capitalone.com on a desktop browser. The mobile app and the mobile-web site do not expose the CSV export — you need the full desktop site.
Screenshot
capitalone.com signed-in landing page with accounts
- Click into the account you want — 360 Checking, 360 Savings, or a Capital One credit card.
- On the Activity or Transactions tab, look near the top of the transaction table for Download Transactions (sometimes labelled as a downward-arrow icon).
Screenshot
activity page with Download Transactions link highlighted
- Set your date range. The selector caps at roughly 90 days of recent activity.
- Under File type, pick CSV. Capital One also offers QFX and OFX in the same dialog; Arden ingests CSV.
Screenshot
download dialog with CSV selected and 90-day max date range
- Click Download. File lands in your downloads folder.
For older transactions (anything before the 90-day window), Capital One keeps a 7-year archive of PDF statements under Statements & Documents. Download those PDFs, but note that Arden ingests CSV — you'll need to convert the PDF first (open-source tools exist, or a paid statement-converter).
What you'll get
- Format: CSV with columns like
Transaction Date,Posted Date,Card No.(last four),Description,Category,Debit,Credit. Note the split debit/credit columns — Capital One uses two columns rather than one signed amount. - Date range: ~90 days only. This is the export's hardest constraint.
- No running balance: the CSV omits
Balance— values are per-transaction only. - Sign convention: Capital One uses split columns (
Debit/Credit) instead of one signedAmount. One column is populated per row; the other is blank.
Importing into Arden
Drop the file onto /import. Arden detects Capital One's split-column format (Dr/Cr mode) automatically — no manual toggle. The parser reads whichever column has a value, applies the right sign, and writes a single signed amount into your transaction record. Categories from Capital One's export are informational; Arden's own categorization learns from how you tag the first few transactions.
Quirks specific to Capital One
- The 90-day window is the headline constraint. No way around it on the live export. If you opened your account 3 years ago and want full history, you're downloading PDF statements for everything older than 90 days.
- Split debit/credit columns, not signed amounts. Most banks export
Amount = -45.23. Capital One exportsDebit = 45.23, Credit = (blank). Arden's parser handles this; raw-CSV viewers in Excel can look confusing. - No CSV export on mobile, full stop. Tried to do this from your phone? It's not you — the option doesn't exist. Get to a desktop browser.
- Category column is Capital One's guess. Don't rely on it for your budget; their categorization is generic and ignores how you actually spend.
FAQ
Can I download older Capital One transactions as CSV?
Not natively. The live export is capped at 90 days. For older history, download PDF statements (7-year archive) and convert them with a separate tool before importing.
Does Capital One offer OFX or QFX?
Yes — both are in the same download dialog. Arden ingests CSV; pick CSV.
Why does my Capital One export look different from my Chase export?
Different schema. Capital One uses split Debit and Credit columns. Chase uses a single signed Amount column. Both are common conventions; Arden's parser handles both.
Exporting from other banks?
Chase
Different per account type — checking, savings, and cards each get their own download.
Read the guide
Citi
Same split Debit/Credit format. Also ~90 days. Includes a Member Name column for authorized users.
Read the guide
Navy Federal Credit Union
Same indicator-mode format as Capital One. Sometimes ships with Windows-1252 encoding that breaks Excel.
Read the guide
Or just drop any CSV, XLSX, OFX, or QFX onto /import and Arden handles the rest.