Files
Notion-Performance-Tracker/README.md
2026-01-15 09:06:47 +01:00

26 lines
979 B
Markdown

# Bot_Notion_Performance_Tracker
This Bot is intended to fetch stock-data, calculate performance and add key-kpis to a notion-db matching tracker symbols in said notion-db
Current Features:
- Information/KPIs on individual trades-level
- Fetch & format data from a given Notion-table
- Fetch & format historical data from yfinance
- Calculating Dividends
- Calculate the daily IRR (incl. Dividends)
- Pushing updates to Notion
- Dividends ARE calculated correctly...YEEEA!
- Information/KPIs on the whole portfolio
- configuration file
- Including TRML as a display target
Current Bugs
- Discovered a bug, where the yf-data is a lot lower than it should for historic values. The difference drifts further the further you look into the past
Current Limitation:
- Additional trackers need to be added to the investments-table manually
Feature Pipeline:
- Secure way of storing secret keys
- Substracting the effect of inflation
- Realoading configuration with every iteration