Sample expense reports CSV.
An expense ledger: date, employee, category, merchant, amount, currency and approval status. For finance dashboards, approval-workflow demos and spend-by-category charts.
An expense ledger: date, employee, category, merchant, amount, currency and approval status. For finance dashboards, approval-workflow demos and spend-by-category charts.
The small files are static downloads. The large ones are generated in your browser from the same fixed seed, so every copy of expenses-100000.csv on earth is byte-identical — reproducible test data with no 60 MB download.
→ Open this dataset in the dashboard builder · → Open in the CSV editor
| date | employee | category | merchant | amount | currency | status |
|---|---|---|---|---|---|---|
| 2024-01-01 | Uma Adler | Meals | Skyline Air | 240.00 | EUR | approved |
| 2024-04-01 | Nina Weber | Office Supplies | Cloud Stack Inc | 42.00 | USD | approved |
| 2024-07-01 | Lena Bauer | Travel | Cloud Stack Inc | 23.80 | USD | approved |
| 2024-09-30 | Rex Tanaka | Meals | City Taxi | 78.90 | USD | approved |
| 2024-12-31 | Ravi Ortiz | Travel | City Taxi | 23.80 | EUR | rejected |
| 2025-04-01 | Paul Reyes | Software | Cafe Verde | 23.80 | EUR | pending |
| 2025-07-01 | Marco Lund | Meals | City Taxi | 42.00 | GBP | approved |
| 2025-09-30 | Jude Khan | Software | Data Tools Ltd | 23.80 | USD | approved |
| column | description |
|---|---|
date | Expense date |
employee | Employee (synthetic) |
category | Expense category |
merchant | Merchant |
amount | Amount (skewed small) |
currency | Currency |
status | Approval status |
Categories and merchants pair sensibly (the merchant pool reads like a real T&E report), and amounts skew small with a long tail — like actual expense data.
About one row in eleven is pending or rejected, so status filters have something to show.
Good for: Spend-by-category dashboards · Approval-workflow demos · Testing currency-amount parsing.
License: CC0 / public domain — use it anywhere, no attribution needed.
Amounts are drawn from a weighted list of realistic price points, which keeps the distribution believable (mostly small, a few big) and the files highly compressible.
CC0 (public domain). Use it in tutorials, tests, courses, screenshots and products — no attribution required.
Yes — every size is generated from a fixed seed, so the same file is byte-identical for everyone, forever. Reproducible tests, stable teaching materials.