Files
2026-05-26 10:34:54 +02:00

37 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 📈 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, halfyearly reports etc.) using `stockatttib.php`
- See main stock overview in `stockvalues.php`
## Basic Workflow
1. Add a stock (via UI or directly)
2. Check its trend + external ratings (fetched via `searchengs.txt` processors)
3. ""Buy"" stock → save to depot JSON via `buy.php`
4. Assign recurring flags and volatility ratings (quarterly/halfyearly) in `stockatttib.php`
5. Watch everything in `stockvalues.php`
## Setup
1. Put all files in a PHPcapable folder (XAMPP / LAMP / whatever)
2. Make sure JSON files are writable (`stocks.json`, `depot.json`, etc.)
3. Edit `searchengs.txt` if you want custom search processor scripts
4. Run `stockvalues.php` in your browser
## Disclaimer
**This is NOT investing advice or a suggestion tool of any sort!**
---
![stonks.jpg](stonks.jpg)