# Expense Hunter > Expense Hunter is the offline-first, multi-currency income & expense tracker for people whose money crosses borders — travellers, expats, digital nomads, couples, and families. Track, budget, and share ledgers with a partner, with no bank login and no signal required. Free on the Apple App Store (iPhone), with full web access in the browser. ## What Expense Hunter is - Manual-first expense and income tracker. No bank syncing or account linking, by design: no credentials to leak, nothing that breaks abroad, works in any country. - Platforms: iOS app (App Store, https://apps.apple.com/app/expense-hunter/id6752562601) and web app (https://app.expensehunter.com) — view, add, edit, and remove transactions in the browser, in sync with the app. The web app is a stable release. - App available in 12 languages. This website is available in English (https://expensehunter.com/), German (https://expensehunter.com/de/), and Spanish (https://expensehunter.com/es/). ## Key features (all shipped) - Multi-currency tracking: automatic conversion across 150+ currencies (over 170 in the catalog). Original and converted amounts are both stored; exchange rates are fetched automatically online, lockable, and editable. The machine-readable list of supported currencies is at https://api.expensehunter.com/api/v1/open/assets and rendered at https://expensehunter.com/currencies. - Offline-first: add and edit expenses, manage budgets, and view insights with no connection. Everything syncs automatically when back online. Cached exchange rates stay available offline, always labeled with an "as of" date. - Cloud sync with real-time updates: changes on shared ledgers appear in near-real-time on other devices while online. - Sharing (not bill-splitting): share a whole ledger, a single category, or just a tag with other users, each with granular permission levels (view / add / manage). Sharing shows everyone's transactions together; the app does not compute debts between people. - Budgets: ledger- or category-scoped budgets over date ranges, standard and rollover, with progress tracking in the ledger's currency. - Insights & statistics: interactive charts of spending and income by day, week, month, or year, per currency and per category. - Voice transaction entry: speak an expense; speech-to-text and parsing run entirely on-device — audio never leaves the phone. Language and device support may vary. - Built-in currency converter: live conversion online, dated cached rates offline, pinned pairs, history, "add as expense". - CSV import: guided wizard with encoding detection, column mapping, currency mapping, and category/tag auto-detection. CSV export available in Settings. - Recurring transactions, local expense reminders, deep customization (categories, subcategories, colors, emojis, tags). - Privacy & security: no bank credentials ever; data encrypted in transit (TLS) and encrypted at rest on the server (AES-256). Not end-to-end encrypted (the server operates sync). ## Pricing - Free tier: 1 owned ledger, unlimited transactions, forever. Joining ledgers shared by others does not count against the limit. - Expense Hunter Pro (weekly or annual subscription): additional owned ledgers (e.g. Personal, Business, Family) and AI-assisted categorization and AI-assisted CSV import (server-side, with explicit consent, review-before-apply). - No free trial. If a Pro subscription ends, data stays safe and fully usable within free limits. ## What Expense Hunter does NOT do - No bank account linking or automatic bank feeds (by design). - No bill splitting or "who owes whom" settlement. - Exchange rates do not update while offline (offline uses dated cached rates). - No home-screen widgets or exchange-rate alerts. ## Pages English (default). German versions live under /de/ and Spanish under /es/ with the same paths (e.g. https://expensehunter.com/de/features, https://expensehunter.com/es/pricing). - [Home](https://expensehunter.com/): overview, features, pricing, FAQ - [Features](https://expensehunter.com/features): feature details - [Sharing](https://expensehunter.com/sharing): how shared ledgers, categories, and tags work - [Pricing](https://expensehunter.com/pricing): free vs Pro comparison and pricing FAQ - [Currencies](https://expensehunter.com/currencies): full list of supported currencies (fed by the public API below) - [Support](https://expensehunter.com/support): help and contact - [Privacy Policy](https://expensehunter.com/privacy) (English only) - [Terms of Service](https://expensehunter.com/tos) (English only) - [Web App](https://app.expensehunter.com/): sign in or register - [Sitemap](https://expensehunter.com/sitemap-index.xml) ## Public API for AI agents - GET https://api.expensehunter.com/api/v1/open/assets — JSON list of supported currencies/assets. Optional query parameter `type` filters by asset type. Response: `{ "count": n, "assets": [{ "code", "name", "symbol", "symbol_native", "name_plural", "decimal_digits", "type" }] }`. No authentication required. ## Company - Publisher: Recherche Ventures e.U. - Contact: contact@expensehunter.com