https://github.com/julian-klode/jak-fintools
Tools for finance
https://github.com/julian-klode/jak-fintools
Last synced: 3 months ago
JSON representation
Tools for finance
- Host: GitHub
- URL: https://github.com/julian-klode/jak-fintools
- Owner: julian-klode
- License: agpl-3.0
- Created: 2019-05-15T07:04:38.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T21:59:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T10:15:37.525Z (5 months ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Finance tools
## Available tools
> bin/advisor.pyA robo-advisor like thing which you give a portfolio, a target allocation,
and then it tells you which transactions to do next.> bin/import_mintos.py
Processes daily reports from Mintos and generates files in the following formats:
- A CSV file suitable for importing with [portfolio performance](http://portfolio-performance.info/)
- A journal file suitable for use with ledger/hledger/etc.## Licensing
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.```SPDX-License-Identifier: AGPL-3.0-or-later```