main
📈 Highly Noobish Stock Portfolio Manager
DISCLAIMER: This tool does not serve as investing help or suggestion tool of any sort!
All data is for informational/educational purposes only. Use at your own risk.
What is this?
A simple, PHP/JS stock tracker that lets you:
- Add stocks to a watchlist
- View current trends + external ratings (via
searchengs.txt+ processors) - Manage a depot (portfolio) – buy stocks, save ISINs to JSON
- Set recurring features per stock (quarterly, half‑yearly reports etc.) using
stockatttib.php - See main stock overview in
stockvalues.php
Basic Workflow
- Add a stock (via UI or directly)
- Check its trend + external ratings (fetched via
searchengs.txtprocessors) - ""Buy"" stock → save to depot JSON via
buy.php - Assign recurring flags and volatility ratings (quarterly/half‑yearly) in
stockatttib.php - Watch everything in
stockvalues.php
Setup
- Put all files in a PHP‑capable folder (XAMPP / LAMP / whatever)
- Make sure JSON files are writable (
stocks.json,depot.json, etc.) - Edit
searchengs.txtif you want custom search processor scripts - Run
stockvalues.phpin your browser
Disclaimer
This is NOT investing advice or a suggestion tool of any sort!
Description
Languages
PHP
75.3%
Hack
16.9%
HTML
5.7%
JavaScript
1.6%
Shell
0.5%
