How you can track your personal finances using Python

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ledger

    Double-entry accounting system with a command-line reporting interface

  • godbledger

    Accounting Software with GRPC endpoints and SQL Backends

  • https://github.com/darcys22/godbledger

    I love these command line self hosted accounting software packages. But double entry bookkeeping was invented using ledgerbooks with ruled tables. I feel the plain text dataformats are a regression compared to a sql database. A general ledger just works so well with columns that you can sum.

    It also saves you from needing a custom tool like bean-query to replicate sqlite-ish queries because it could have been in a database from the start

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ofxtools

    Python OFX Library

  • If you're using Python, and you want to import transaction/balance data without handing over your passwords to some third party, you can try

    https://github.com/csingley/ofxtools

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts