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

https://github.com/lenon/stonks

Python scripts that I use to keep track of my investments portfolio [wip]
https://github.com/lenon/stonks

finance investment-portfolio investments pandas python stocks

Last synced: 6 months ago
JSON representation

Python scripts that I use to keep track of my investments portfolio [wip]

Awesome Lists containing this project

README

          

# stonks

This repository contains a Python project that I developed to manage my investment portfolio in the
Brazilian stock market. The project uses Pandas for data analysis and is intended to replace the
complex Excel spreadsheet I previously used.

The code is available for anyone to use, but please note that I cannot guarantee its accuracy. Use
it at your own risk.

## Requirements

* [pyenv][pyenv-instructions] to switch to the correct Python version.
* [Poetry][poetry-instructions] to install dependencies.

## Installation

Clone the repo:

```
git clone git@github.com:lenon/stonks.git && cd stonks
```

Install the correct Python with pyenv:

```
pyenv install
```

And then install dependencies with Poetry:

```
poetry install
```

[pyenv-instructions]: https://github.com/pyenv/pyenv#installation
[poetry-instructions]: https://python-poetry.org/docs/#installation