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]
- Host: GitHub
- URL: https://github.com/lenon/stonks
- Owner: lenon
- License: mit
- Created: 2022-01-24T01:30:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T18:37:19.000Z (10 months ago)
- Last Synced: 2025-02-14T06:56:32.353Z (8 months ago)
- Topics: finance, investment-portfolio, investments, pandas, python, stocks
- Language: Python
- Homepage:
- Size: 564 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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