Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Nowald committed Dec 10, 2024
1 parent 377d0da commit ec08dc4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,11 @@ which is using the *comdirect bank* API.
Also the balance over time is updated.

Alternatively, they can also be read from an exported csv file.
To adapt the csv import code example, `budget_book/test_import_transactions.ipynb` can be used in the interactive Jupyter environment.
The final code can be inserted into the function `def transactions_CSV` in `budget_book/transaction_importer.py`.
A code example is provided in `budget_book/test_import_transactions.ipynb`, which can be adapted in the interactive Jupyter environment.
The final code can then be inserted into the function `def transactions_CSV()` in `budget_book/transaction_importer.py`.

### categorization

Calling
```
python transaction_categorizer.py
```
Expand Down Expand Up @@ -133,7 +132,7 @@ See also this blog post: https://gerritnowald.wordpress.com/2023/02/23/managing-

## analyzing stock portfolio performance

It is also possible to analyze stock portfolio performance.
Also, scripts to analyze stock portfolio performance are included.
However, it is not very stable due to yahoo finance and a professional solution such as https://www.portfolio-performance.info/en/ is recommended.

As an example, see:
Expand Down

0 comments on commit ec08dc4

Please sign in to comment.