TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Anyone on HN built their own Credit card transaction analyzer?

8 pointsby ychandleralmost 8 years ago
So many practitioners of personal finance on HN so I figured I would ask here. Has anyone built up their own credit card transaction analyzer?<p>I was thinking of something that would take the transaction downloads from a credit card portal in csv. And analyze the transactions by category. So for travel, airfare etc.<p>It could learn from categorizations (names of restaurants).<p>Hypothetically, what would you use for this? Something like NLTK paired with pandas?<p>Happy to listen to others who have tried something similar.<p>(Not using Mint, have tried it and didn&#x27;t want to link my bank accounts, just my credit cards)

3 comments

shiftealmost 8 years ago
I&#x27;ve done a few projects like this. I&#x27;d recommend checking out <a href="https:&#x2F;&#x2F;plaid.com" rel="nofollow">https:&#x2F;&#x2F;plaid.com</a> for bank feeds if you&#x27;re in America, otherwise something like nightmare.js for scraping your bank.
salukialmost 8 years ago
I&#x27;ve been thinking about setting up an app where I can autoforward emails I receive for credit card transactions to my app and it would parse them and show me categories&#x2F;summaries of spending.
MichaelBurgealmost 8 years ago
GNUcash can learn categories for transactions, and seems to know merchant codes in bank statement exports.