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: about 2 months ago
JSON representation
Python scripts that I use to keep track of my investments portfolio [wip]
- Host: GitHub
- URL: https://github.com/lenon/stonks
- Owner: lenon
- License: mit
- Created: 2022-01-24T01:30:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T20:34:17.000Z (3 months ago)
- Last Synced: 2026-03-28T22:26:06.076Z (3 months ago)
- Topics: finance, investment-portfolio, investments, pandas, python, stocks
- Language: Python
- Homepage:
- Size: 734 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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