Guide · Export CSV · Navy Federal
Export a Navy Federal CSV — the credit union with the cleanest dollar format.
Navy Federal serves a lot of folks who move every two or three years, often across time zones — the kind of people who absolutely need their financial history to follow them when they switch tools. The good news: NFCU has a working desktop CSV export. The catch: the format uses split Debit/Credit columns instead of a single signed Amount, which trips up budget apps that expect the Chase/AmEx shape. Here's the working route plus the format quirk worth knowing.
Step-by-step: export from Navy Federal
- Sign in at navyfederal.org on a desktop browser. The Navy Federal mobile app doesn't expose the CSV export.
Screenshot
navyfederal.org signed-in landing page with accounts list
- Click the account you want — checking, savings, credit card, or Navy Federal auto loan.
- On the account's Transaction History or Account Activity view, look for Export or Download (usually near the date filters above the transaction table).
Screenshot
account activity page with Export link near filters
- Set a date range. NFCU's online export window is limited — typically the last 90–180 days of live activity, with PDF statements for older periods.
- Choose CSV as the file format. NFCU also offers QFX, OFX, OFC, and QIF in the same dialog; Arden ingests CSV.
Screenshot
export dialog with CSV format option highlighted
- Click Download or Export. File lands in your downloads folder.
For older history, NFCU keeps PDF statements going back years under Statements. Those don't import directly into Arden — you'd need to convert them with a separate tool.
What you'll get
- Format: CSV with columns
Date,No.,Description,Debit,Credit, and sometimesBalance. Like Capital One and Citi, NFCU uses split Debit/Credit columns rather than a single signed amount. - Date range: typically 90–180 days for live transaction export, depending on account type. Older periods accessible only via PDF.
- Encoding: sometimes UTF-8, sometimes Windows-1252. If you open the CSV in Excel directly and see garbled characters, that's why — use Excel's Data → From Text/CSV import path and set encoding to UTF-8.
- Sign convention: split columns.
Debitpopulated for money out;Creditpopulated for money in. One column per row, the other blank.
Importing into Arden
Drag the file onto /import. Arden detects NFCU's split-column (indicator-mode) format automatically and produces a single signed amount per transaction — no toggle, no manual mapping. The No.column (NFCU's internal reference number) gets ignored. NFCU credit-card exports and checking exports follow the same format, so a single import flow handles all your NFCU accounts.
Quirks specific to Navy Federal
- Split Debit/Credit columns. Same indicator-mode format as Capital One and Citi. Arden handles it; if you try to import this into a tool that expects a single
Amountcolumn, you'll get import errors. - Sometimes the CSV opens with the header but no data in Excel. This is an Excel encoding quirk, not an NFCU bug. Use Excel's From Text/CSV path with UTF-8 encoding, or just drop the file into Arden — the in-browser parser handles encoding correctly.
- Different account types may have slightly different column orders. Checking, credit card, and loan exports share the same schema but sometimes shuffle column positions. Arden's parser uses value-sniffing — column order doesn't matter.
- Mortgage and auto-loan accounts export payment history, not principal/interest splits. If you want to track loan amortization separately, treat the loan as a snapshot account in Arden and update the balance monthly.
FAQ
Does Navy Federal export include pending transactions?
No. The CSV only includes posted transactions. Pending charges sit in the UI and roll into the export once they post.
Can I export multiple NFCU accounts at once?
No. Each account exports separately — one file per checking account, savings account, card, or loan.
Why does my NFCU credit-card export show the sign one way and my checking export show it the other?
Both use split Debit/Credit columns, so neither is "signed" in the conventional sense. On a credit card, Debit = purchase (money you owe); on checking, Debit = money out. Same semantic — money leaving the account, whichever direction matters for that account type. Arden normalizes both correctly on import.
Exporting from other banks?
Capital One
Same split Debit/Credit format and ~90-day cap. Desktop-only export.
Read the guide
Wells Fargo
18 months for checking, 90 days for credit cards. Raw CSV often ships without a header row.
Read the guide
Bank of America
18 months for checking, 12 months for credit cards. Account-summary preamble before the header.
Read the guide
Or just drop any CSV, XLSX, OFX, or QFX onto /import and Arden handles the rest.