Export your data

2 min read · updated 2026-06-11

Your data leaves SleeveFolio in two formats, from three places:

  • Orders → CSV — the full order history from the Orders page header
  • Positions → CSV — current holdings with lots from the Positions page header
  • Audit log → JSONL — your complete audit history, one record per line, from the Audit page header — entries are only ever added, never edited or deleted, so the file is a faithful permanent record

Why two formats

CSV opens in a spreadsheet — right for tabular order/position data. JSONL keeps every detail of each audit event exactly as recorded — nothing trimmed to fit spreadsheet rows — right for long-term archiving, or feeding into your own tools or database.

Scope

Exports cover your account only and run on demand in the browser — the file downloads immediately; you never wait for an email link. Export anytime; it’s particularly worth doing before deleting your account, since that purge includes the audit log.