https://github.com/evmar/fin
financial analysis
https://github.com/evmar/fin
Last synced: 4 months ago
JSON representation
financial analysis
- Host: GitHub
- URL: https://github.com/evmar/fin
- Owner: evmar
- License: apache-2.0
- Created: 2014-06-13T16:50:10.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T10:59:44.000Z (over 1 year ago)
- Last Synced: 2025-07-31T23:07:58.430Z (10 months ago)
- Language: TypeScript
- Size: 844 KB
- Stars: 8
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fin: some tools for playing around with bank statements.\
Copyright 2014 Google Inc. All Rights Reserved.
_(Not an official Google project.)_
fin loads up bank (savings account / credit card / etc.) statements
and lets you tag entries, then graph and analyze the data. It can
easily answer questions like "what is my average monthly spending on
restaurants, and is it growing or shrinking?"
More concretely, fin is a server app (that loads up bank statements
and saves tags) and a website (that dynamically summarizes and graphs
the data). I guess it's sorta like mint.com, though I've never used
that.
It's intended to only be run locally, so there is no notion of
accounts or security.
More docs:
- [Getting started](doc/getting_started.md): how to run;
- [Development tips](doc/development.md): how to hack on the code.