Export your data
ON THIS PAGE
Your data leaves SleeveFolio as downloadable files from several pages:
- Orders → CSV: your full order history, from the Export CSV button on the Orders page (shown on the Cancelled tab)
- Positions → CSV: your current holdings (symbol, quantity, average cost, market value, and unrealized profit or loss) from the Positions page header
- Reconciliation → JSON: the last 7 days of broker-sync runs for the account you’re currently trading (paper or live), with each run’s drift, from the Reconciliation page header
- Audit log → JSONL: your retained audit history, one record per line, from the Audit page header. Entries are only ever added, never changed after the fact, so the export is a faithful record of what happened. Note that audit history is kept for 30 days on Free and 7 years on Pro, so the export reaches back only as far as your plan retains
Why these formats
CSV opens in a spreadsheet, right for tabular order and position data. JSON and JSONL keep every detail of each record exactly as stored (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.
The Orders and Positions CSVs are pulled live from your connected broker for whichever environment is active (paper or live), so you need your Alpaca keys connected, without them the export shows an error instead of a file. The audit log export needs no broker connection.