I've written this Symfony application for myself to keep track of my stock portfolio.
It uses my Yahoo Finance API library to fetch current quotes and calculates profit / loss from it.
- Add any stock available on Yahoo Finance
- Show daily wins/losses
- Show overall wins/losses
- Add stocks to watch
- Auto and forced refresh on the tabular view
- Privacy feature to hide sensitive information
Tabular view
Charts view
- Configure Symfony environment variables, e.g. as an
.env.local
file (example can be found in.env.dist
) - Install Composer dependencies:
composer install
- Initialize the database:
bin/console doctrine:schema:create
- Install Yarn dependencies:
yarn install
- Build production assets:
yarn build
This software is available under the MIT license.
I love to hear from people using my work, it's giving me the motivation to keep working on it.
If you want to let me know you're finding it useful, please consider giving it a star ⭐ on GitHub.
If you love my work and want to say thank you, you can help me out for a beer 🍻️ via PayPal.