An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Finance tools

## Available tools
> bin/advisor.py

A 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```