Guide
How to track expenses entirely inside Telegram
Telegram already lives on your phone. Adding a finance bot turns it into a tracking surface that's faster than any installed app. Here's what to expect.
Free tier · 20 messages and 2 questions per day
Most expense apps in India try to win you over with features — charts, budgets, credit scores, premium tiers. The actual problem they're trying to solve is much smaller: get the user to log their expense in less than 5 seconds, every time. Once you accept that, the surface that wins is whatever you already have open.
Telegram is the cheapest such surface. You're already in it for friends, groups, and channels. Adding a finance bot turns it into a working tracker.
What "tracking on Telegram" actually looks like
You add the bot the way you'd add a friend: search the username, hit Start. From that point, every time you spend something, you tap the chat and type:
Spent 1200 on dinnerSwiggy 3502k rent180 ola to office
The bot replies with a structured receipt — amount, category, merchant, timestamp — all parsed from your one-line message. Logging takes 3 seconds.
What you can ask
Once you have a few weeks of data, you can ask in plain English:
/ask how much on food this month/ask top categories last 30 days/ask what was my biggest expense yesterday?
The bot writes a SQL query against your private ledger and returns the answer.
The advantages over an installed app
- Zero install. If you have Telegram, you have the tracker.
- No login screen. Telegram's login is the bot's login.
- Cross-device. Telegram syncs your bot history across phone, tablet, desktop.
- Lower abandonment. Apps live or die by how easily you can find them on your home screen. A bot lives in the same place you talk to friends.
The trade-offs
- No charts in-line. Bots respond with text. If you want pie charts, you'll need an export step.
- No push notifications. Some users miss the daily reminder; others find it freeing.
- Limited UI. Buttons exist but are minimal. Most interactions are typed.
Getting started in three minutes
- Open Telegram, search
@hisaab_finance_bot. - Hit Start. The bot welcomes you and shows commands.
- Log your first expense as a sentence — anything plain-English works.
- If you have a partner, send
/invitefor a household code.
From there, the muscle memory builds itself in about a week.
Frequently asked
Can I track expenses on WhatsApp instead?
What if I want to log a cash expense?
200 chai, 50 auto cash. The bot doesn't care about payment method.