Skip to content

Finance analyser and tracker. Overview and analyse expenses using Grafana. Import bank transactions history .csv or mt940

License

Notifications You must be signed in to change notification settings

gbviktor/bankdash

Repository files navigation

bankdash

Self-hosted bank transaction importer + Grafana dashboards (Go + InfluxDB + Grafana).

Quick start

  1. Copy env:
cp .env.example .env
# edit INFLUXDB_TOKEN + passwords  
  1. Start: docker compose up -d --build
  2. Open:
  1. List templates:
    curl http://localhost:8080/api/v1/templates

  2. Import CSV:

  curl -F "file=@./my.csv" \
   "http://localhost:8080/api/v1/imports/csv?template_id=example-de-csv&account_id=main&bank_id=mybank"

About

Finance analyser and tracker. Overview and analyse expenses using Grafana. Import bank transactions history .csv or mt940

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published