Export
Download your expense and income data as a CSV file for use in Excel, Google Sheets, or any other tool.
Exporting
/export
Downloads the current month's data as a CSV.
For a specific month:
/export 2026-02
/export 2025-12
For a full year (Ultimate only):
/export 2025
/export 2026
Filtering by type
You can export only expenses or only income by adding a filter:
/export 2026-03 expense
/export 2026-03 income
/export 2025 expense
If no filter is given, both expenses and income are included in the same file.
What's included
Each row contains:
| Column | Description |
|---|---|
| Date | The expense or income date |
| Type | expense or income |
| Description | Free-text description |
| Category/Source | Expense category or income source |
| Amount | Numeric amount |
| Currency | Currency code (e.g. MYR, USD) |
| Account | Linked account name, if any |
| Account Type | e.g. savings, credit |
| Logged By | Who recorded the entry (useful in groups) |
| Created At | Timestamp when the record was saved |
Rows are sorted by date, then by the time they were logged.
Export limits by plan
| Plan | Export access |
|---|---|
| Free | Not available |
| Pro | Current month only (/export YYYY-MM) |
| Ultimate | All-time, any month or full year (/export YYYY) |
tip
Use the Type column to filter in Excel or Google Sheets — select all rows where Type = expense to get a pure expenses view, or income for an income-only view.